11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
|
\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/}}
|