diff options
Diffstat (limited to 'longbow/documentation/LaTeX Documentation/LongBow.tex')
-rw-r--r-- | longbow/documentation/LaTeX Documentation/LongBow.tex | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/longbow/documentation/LaTeX Documentation/LongBow.tex b/longbow/documentation/LaTeX Documentation/LongBow.tex new file mode 100644 index 00000000..8f8a7e60 --- /dev/null +++ b/longbow/documentation/LaTeX Documentation/LongBow.tex @@ -0,0 +1,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} |