-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.tex
78 lines (62 loc) · 2.38 KB
/
setup.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
% This is the setup file. It contains usepackage commands, acronyms, and other
% useful commands needed to set up the paper. Uncomment the relevant sections to
% use them.
% Packages. Make sure your LaTeX distribution actually has the packages!
% \usepackage{times} % For Times font
%\usepackage{mathptmx} % Postscript fonts for math mode
%\usepackage{geometry} % Use to get slightly more page space
%\usepackage{fullpage} % To use the full page space
%\usepackage{amsmath}
%\usepackage{amsfonts}
%\usepackage{amsthm}
%\usepackage{xspace} % For spacing after user-defined commands and others.
%\usepackage{graphicx} % To allow figures
%\usepackage{psfrag}
\usepackage[hyphens]{url} % To make URLs display correctly in citations. The
% hyphens option allows line breaks after hyphens.
%\usepackage{pifont}
\usepackage{color} % Used to highlight comments
%\usepackage{boxedminipage}
%\usepackage{comment}
%\usepackage{fancyvrb} % Better verbatim environment -- see docs
%\usepackage{listings}
%\usepackage{subfigure}
%\usepackage{cite}
%\usepackage{paralist} % For tighter lists
\usepackage{acro} % Acronyms
\usepackage{hyperref} % Hyperlinks in citations and references
% Fix ugly citation style: [1],[2] --> [1,2]
%\usepackage[noadjust]{cite}
%\renewcommand{\citepunct}{, }
%\renewcommand{\citedash}{--}
% Example acronym definition. Uncomment to use.
\DeclareAcronym{pki}{
short={PKI},
long={public-key infrastructure},
}
\DeclareAcronym{tls}{
short={TLS},
long={Transport Layer Security},
}
%\DeclareAcronym{pki}{
%short={PKI},
%long={public-key infrastructure},
%%short-plural={s}, % default
%%long-plural={s}, % default
%%long-plural-form={}, % use for irregular plurals
%%short-indefinite={a}, % plural
%%long-indefinite={a}, %plural
%%alt={}, % alternate form
%%alt-indefinite={a},
%%short-format={}, % formattign for first short use
%%long-format={}, % formatting for first long use
%%first-long-format={\capitalisewords}, % must use mfirstuc package
%%pdfstring={}, % string to use with hyperref section headings, etc.
%}
% Capitalize autoref names
\renewcommand\chapterautorefname{Chapter}
% User-defined commands go here.
\newcommand{\steve}[1]{\textcolor{magenta}{SM: #1}}
% Compression tricks - use if we need more space.
%\geometry{tmargin=.7in,bmargin=.7in,lmargin=.7in,rmargin=.7in}
%\renewcommand{\baselinestretch}{0.99}