From 4cc0d7a84475bb342d6d7cead4bb7b5c3d5759a4 Mon Sep 17 00:00:00 2001 From: Cobber57 <99675963+Cobber57@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:27:41 +0100 Subject: [PATCH] Update main.tex --- main.tex | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/main.tex b/main.tex index c3ac831..bddfd08 100644 --- a/main.tex +++ b/main.tex @@ -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}