2020-03-09 19:56:21 +00:00
|
|
|
\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
|
|
|
|
|
2020-10-09 00:06:30 +00:00
|
|
|
\RequirePackage[english]{babel} % -- ensures correct compilation rules for English
|
2020-03-09 19:56:21 +00:00
|
|
|
|
2020-10-09 00:06:30 +00:00
|
|
|
% ---------------------------------------------------
|
|
|
|
% --- OPTIONAL IMPORTS ------------------------------
|
|
|
|
% ---------------------------------------------------
|
|
|
|
|
|
|
|
% graphic drawing / generation
|
|
|
|
%\RequirePackage{tikz}
|
|
|
|
|
|
|
|
%\usetikzlibrary{arrows,automata}
|
|
|
|
|
|
|
|
% ---------------------------------------------------
|
|
|
|
|
|
|
|
% include images
|
|
|
|
%\RequirePackage{graphicx}
|
|
|
|
%\graphicspath{{./graphics/}}
|
|
|
|
|
|
|
|
% ---------------------------------------------------
|