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