updated math-style template

This commit is contained in:
Wryn Wagner 2020-10-08 18:06:30 -06:00
parent 3c892c3b53
commit 04a5d1e557
2 changed files with 18 additions and 4 deletions

View File

@ -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

View File

@ -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/}}
% ---------------------------------------------------