updated math-style template
This commit is contained in:
parent
3c892c3b53
commit
04a5d1e557
@ -28,7 +28,7 @@
|
||||
|
||||
% paragraph spacing / line indent
|
||||
\renewcommand{\baselinestretch}{1}
|
||||
\setlength{\parskip}{1em}
|
||||
\setlength{\parskip}{0em}
|
||||
\setlength{\parindent}{0em}
|
||||
|
||||
% Subsequent Pages
|
||||
|
@ -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/}}
|
||||
|
||||
% ---------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user