-
Notifications
You must be signed in to change notification settings - Fork 1
/
preambl.tex
84 lines (69 loc) · 1.7 KB
/
preambl.tex
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
%\usepackage{graphics}
\usepackage{graphicx}
%\usepackage{subfig} % conflicts w/ Dillon?
\usepackage{float}
\usepackage{comment}
\usepackage{amssymb,amsmath}
\usepackage{gensymb}
\usepackage{rotating}
\usepackage{tabularx}
\usepackage{pdfpages}
\usepackage{afterpage}
\usepackage{wrapfig}
\usepackage{microtype}
\usepackage{fullpage}
\usepackage{bm} % Dillon
\usepackage{caption}
\usepackage{subcaption}
%\usepackage{url}
%\usepackage[hidelinks]{hyperref}
\usepackage[colorlinks=true]{hyperref}
\hypersetup{
colorlinks = true, %Colours links instead of ugly boxes
urlcolor = blue, %Colour for external hyperlinks
linkcolor = blue, %Colour of internal links
citecolor = blue, %Colour of citations
% pdfborderstyle={/S/U/W 1} % border style will be underline of width 1pt
}
%%% epstopdf
\newif\ifpdf
\ifx\pdfoutput\undefined
\pdffalse
\else
\pdfoutput=1
\pdftrue
\fi
\ifpdf
\usepackage[update,prepend]{epstopdf}
\DeclareGraphicsRule{.eps}{pdf}{.pdf}{`epstopdf #1}
\pdfcompresslevel=9
\fi
%%%
\usepackage{authblk}
\usepackage{chngcntr}
\usepackage{mcs_pack}
\DeclareGraphicsExtensions{.gif,.png,.jpg,.pdf,.tiff,.eps} % pdflatex % .eps for pdf only w/ \epsfig?
%\DeclareGraphicsExtensions{.eps} % latex
\def\baselinestretch{1.0}
\textwidth 6.5in
\textheight 8.50in
\topmargin -0.15in
\oddsidemargin 0.0in
\renewcommand{\topfraction}{.95}
\renewcommand{\bottomfraction}{.95}
\renewcommand{\textfraction}{.05}
%
% Input the psfig macros...
%
%\input psfig
\input pf
\def\VI{\bold{v}}
%\usepackage{amsmath,amssymb,amsfonts,amsthm}
% \usepackage{amsfonts}
% \usepackage{amsmath}
%\usepackage{amscd}
%\usepackage{latexsym}
%\usepackage{graphicx}
%\usepackage{epsfig}
%\usepackage{wrapfig}
%