12 lines
396 B
Plaintext
12 lines
396 B
Plaintext
|
\ProvidesPackage{imports}
|
||
|
|
||
|
\RequirePackage{amssymb} % -- "bold" math letters (e.g. set of all integers `Z`)
|
||
|
\RequirePackage{amsmath} % -- advanced math symbols
|
||
|
|
||
|
\RequirePackage{listings} % -- code snippet styling block
|
||
|
|
||
|
\RequirePackage{graphicx} % -- inserts standard image graphics
|
||
|
\graphicspath{{./graphics/}}
|
||
|
|
||
|
\RequirePackage[english]{babel} % -- Ensures correct compilation rules for English
|