-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathimageTemplate.tex
39 lines (34 loc) · 2.14 KB
/
imageTemplate.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
\documentclass{article}
\usepackage[T1]{fontenc} % make fonts work?
\usepackage[hidelinks]{hyperref} % links
\usepackage{pgfplots}\pgfplotsset{compat=1.7} % plots
\usepackage{geometry} % page layout
\usepackage{fancyhdr} % headers and footers
\usepackage{titlesec} % title page
\usepackage{tocloft} % custom table of contents
\usepackage{amsfonts, amsmath, amssymb, amsthm} % basic maths commands
\usepackage{mathtools} % more maths commands
\usepackage{mathrsfs} % more math commands
\usepackage{mdframed} % framed environments
\usepackage{graphicx} % images and other graphics
\usepackage{tikz} % maths figures
\usepackage{tikz-3dplot} % needed by tikz
\usepackage{tikzpagenodes} % needed by tikz
\usepackage{xcolor} % more colors
\usepackage{caption} % captions outside float
\usepackage{enumitem} % enumerate and itemize indents
\usepackage{nicematrix} % matrices and tables
\usetikzlibrary{matrix}
\usetikzlibrary{positioning}
\usetikzlibrary{patterns}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{arrows}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{backgrounds}
\usetikzlibrary{math}
\usetikzlibrary{cd}
\pagenumbering{gobble}
\geometry{landscape}
\input{../Site/static/preamble.sty}
\begin{document}
\end{document}