Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,40 @@
%
%

% ======== Paul McCherry Changes
% lscape.sty Produce landscape pages in a (mainly) portrait document.
\usepackage{lscape}
% usage
% \begin{landscape}
% \end{landscape}

% Create easily seeable TODO Notes
\usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes}
% Usage
%\todo[inline]{text here}

%create tabular tables
\usepackage{tabularx}

% change starting quotes ie " to ``
\usepackage{quotes}

% Use formulaes
\usepackage{amsmath}
%Usage
%\begin{equation}

\usepackage{longtable}
%Usage
%\begin{longtable}{| p{.20\textwidth} | p{.80\textwidth} |}
%
%
% Add a new Column type
\newcolumntype{L}{>{\raggedright\arraybackslash}X}
\usepackage{setspace}

%========== End P.McCherry Changes ======


\begin{document}
\pagenumbering{roman}
Expand Down