dotwryn/latex/times12/imports.sty

11 lines
341 B
Plaintext
Raw Normal View History

2020-03-09 19:56:21 +00:00
\ProvidesPackage{imports}
\RequirePackage{times} % -- Formats document with "Times New Roman" font
\RequirePackage[english]{babel} % -- Ensures correct compilation rules for English
\RequirePackage{kantlipsum} % -- generates Kantian lorem ipsum
\RequirePackage{graphicx} % -- inserts standard image graphics
\graphicspath{{./graphics/}}