forked from ESTS-Variants/varianTeX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.tex
22 lines (21 loc) · 1.22 KB
/
packages.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\usepackage[dvipsnames]{xcolor}
\usepackage[unicode]{hyperref} % hyperlinks
\usepackage{booktabs} % professional-quality tables
\usepackage{nicefrac} % compact symbols for 1/2, etc.
\usepackage{microtype} % microtypography
\usepackage{lipsum} % lorem ipsum at the ready
\usepackage{graphicx} % for figures
\usepackage{footmisc} % makes symbol footnotes possible
\usepackage{ragged2e}
\usepackage{changepage} % detect odd/even pages
\usepackage{array}
\usepackage{float} % get figures etc. to stay where they are with [H]
\usepackage{subfigure} % \subfigures witin a \begin{figure}
\usepackage{longtable} % allows for tables that stretch over multiple pages
\setlength{\marginparwidth}{2cm}
\usepackage[textsize=footnotesize]{todonotes} % enables \todo's for editors
\usepackage{etoolbox} % supplies commands like \AtBeginEnvironment and \atEndEnvironment
\usepackage{ifdraft} % switches on proofreading options in the draft mode
\usepackage{rotating} % provides sidewaysfigure environment
\usepackage{media9} % allows for video in the pdf
\usepackage{xurl} % allows URLs to (line)break ANYWHERE