-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault_packages.cls
28 lines (26 loc) · 1015 Bytes
/
default_packages.cls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Latex Default Package List for Standardised Composition
% Modified by Lieuwe Leene, June 2019
\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