Will add examples and improve formatting of style sheets

This commit is contained in:
lleene
2019-07-09 11:48:27 +01:00
parent 7d5530cd5d
commit a615559191
24 changed files with 784 additions and 229 deletions

25
default_packages.cls Normal file
View File

@ -0,0 +1,25 @@
\usepackage{latexsym} % Optional extra symbols from LaTeX2.09
\usepackage{amsmath,amssymb} % Math formatting & symbols
%Specific for AMSMATH - (re)allows page breaks within aligned equations as IEEEtran normally does.
\interdisplaylinepenalty=2500
\usepackage{graphicx} % figures, graphics, etc.
\usepackage{subfigure} % Introduce sub-figures
\usepackage{cite} % Citation handle
\usepackage{xcolor} % Colour
\usepackage[nomessages]{fp} % More advanced command customization
\usepackage{booktabs} % Tabe formatting
\usepackage{lipsum}
\ifx\nolinks\undefined
\usepackage[pdfauthor={\FirstName~\LastName},
pdftitle={\maintitle},
pdfsubject={\mainsubject},
pdfkeywords={\mainkeywords},
colorlinks = true,hypertexnames=true]{hyperref}
\hypersetup{
colorlinks,
linkcolor={red!75!black},
citecolor={blue!60!black},
urlcolor={blue!80!black}
}
\fi