Refactored latex templates
This commit is contained in:
11
latex/math/imports.sty
Normal file
11
latex/math/imports.sty
Normal file
@ -0,0 +1,11 @@
|
||||
\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
|
Reference in New Issue
Block a user