aboutsummaryrefslogtreecommitdiffstats
path: root/longbow/documentation/LaTeX Documentation/LongBow.tex
blob: 8f8a7e609f6b5103ef3fa059caa14d6608997961 (plain)
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
%----------------------------------------------------------------------------------------
%	PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[fleqn,12pt]{PARCOneColumn} % Document font size and equations flushed left
%
%----------------------------------------------------------------------------------------
%	COLUMNS
%----------------------------------------------------------------------------------------
%
\setlength{\columnsep}{0.55cm} % Distance between the two columns of text
\setlength{\fboxrule}{0.75pt} % Width of the border around the abstract
%
%----------------------------------------------------------------------------------------
%	HYPERLINKS
%----------------------------------------------------------------------------------------
%
\definecolor{urlcolor}{RGB}{0,0,90} % Color of the article title and sections
\definecolor{citecolor}{RGB}{0,0,90} % Color of the article title and sections
\definecolor{linkcolor}{RGB}{0,0,90} % Color of the article title and sections
\usepackage{hyperref} % Required for hyperlinks
\hypersetup{hidelinks,
colorlinks,
breaklinks=true,
urlcolor=urlcolor,
citecolor=citecolor,
linkcolor=linkcolor,
bookmarksopen=false,
pdftitle={Title},
pdfauthor={Author}}
%
\input{Packages}
%
\input{title}
%
\input{abstract}
%
\input{document}