-
Notifications
You must be signed in to change notification settings - Fork 1
/
header.tex
41 lines (35 loc) · 3.18 KB
/
header.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
% This file contains all of the LaTeX packages you may need to compile the document
% Documentation for each package can be found onlines
\usepackage{tabularx} % table environment providing flexibility
\usepackage{caption} % for creating captions
\usepackage{longtable} % allows tables to span multiple pages
\usepackage{rotating} % allows for sideways tables
\usepackage{float} % floating environments; may not need in rmarkdown
\usepackage{placeins} % keeps floats from moving
\usepackage{indentfirst} % indents first paragraph of a section
\usepackage{mdwtab} % continued float multi-page figure
\usepackage{enumerate} % create lists
\usepackage{hyperref} % highlight cross references
\hypersetup{colorlinks=true, urlcolor=blue, linktoc=page, linkcolor=blue, citecolor=blue} %define referencing colors
%\usepackage{makebox} % make boxes around text
\usepackage[usenames,dvipsnames]{xcolor} % color name options
%\usepackage[space]{grffile} % spaces in file name path
\usepackage{soul} % highlight text
\usepackage{enumitem} % numbered lists
\usepackage{lineno} % Line numbers; comment out for final
\usepackage{upquote} % produce grave accent in latex
\usepackage{verbatim} % produces verbatim results
\usepackage{fancyvrb} % verbatim in a box
%\usepackage{draftwatermark} % places Draft watermark in background; comment out for final
\usepackage{textcomp} % fixes error with packages interfering
\usepackage{lscape} % rotate pages - to allow for landscape longtables
%\pdfinterwordspaceon % fix loss of inter word spacing
\usepackage{cmap} % fix mapping characters to unicode
\RequirePackage[linewidth = 1]{pdfcomment} % pdf comments
\RequirePackage[l2tabu, orthodox]{nag} % checks packages related to the accessibility?
%\usepackage[inline]{showlabels} % show table and figure labels; comment out for final
%\RequirePackage[tagged]{accessibilityMeta}
\linenumbers % specify use of line numbers
\definecolor{light-gray}{gray}{.85} % define light-gray as a color
%\usepackage[tagged]{accessibility-meta}
%\showlabels[\color{mred}]{label}