diff --git a/latex/math/formatting.sty b/latex/math/formatting.sty index 0c29c1b..741e54d 100644 --- a/latex/math/formatting.sty +++ b/latex/math/formatting.sty @@ -28,7 +28,7 @@ % paragraph spacing / line indent \renewcommand{\baselinestretch}{1} -\setlength{\parskip}{1em} +\setlength{\parskip}{0em} \setlength{\parindent}{0em} % Subsequent Pages diff --git a/latex/math/imports.sty b/latex/math/imports.sty index 90f4819..1a2df99 100644 --- a/latex/math/imports.sty +++ b/latex/math/imports.sty @@ -5,7 +5,21 @@ \RequirePackage{listings} % -- code snippet styling block -\RequirePackage{graphicx} % -- inserts standard image graphics -\graphicspath{{./graphics/}} +\RequirePackage[english]{babel} % -- ensures correct compilation rules for English -\RequirePackage[english]{babel} % -- Ensures correct compilation rules for English +% --------------------------------------------------- +% --- OPTIONAL IMPORTS ------------------------------ +% --------------------------------------------------- + +% graphic drawing / generation +%\RequirePackage{tikz} + +%\usetikzlibrary{arrows,automata} + +% --------------------------------------------------- + +% include images +%\RequirePackage{graphicx} +%\graphicspath{{./graphics/}} + +% ---------------------------------------------------