updated math-style template
This commit is contained in:
parent
3c892c3b53
commit
04a5d1e557
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
% paragraph spacing / line indent
|
% paragraph spacing / line indent
|
||||||
\renewcommand{\baselinestretch}{1}
|
\renewcommand{\baselinestretch}{1}
|
||||||
\setlength{\parskip}{1em}
|
\setlength{\parskip}{0em}
|
||||||
\setlength{\parindent}{0em}
|
\setlength{\parindent}{0em}
|
||||||
|
|
||||||
% Subsequent Pages
|
% Subsequent Pages
|
||||||
|
@ -5,7 +5,21 @@
|
|||||||
|
|
||||||
\RequirePackage{listings} % -- code snippet styling block
|
\RequirePackage{listings} % -- code snippet styling block
|
||||||
|
|
||||||
\RequirePackage{graphicx} % -- inserts standard image graphics
|
\RequirePackage[english]{babel} % -- ensures correct compilation rules for English
|
||||||
\graphicspath{{./graphics/}}
|
|
||||||
|
|
||||||
\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