-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtikz-figures.tex
63 lines (49 loc) · 1.27 KB
/
tikz-figures.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
%!TEX options = -shell-escape
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\title{Tikz Figures}
\author{Sam Adam-Day}
\date{\today}
\RequirePackage{silence}
\WarningFilter{remreset}{The remreset package}
\WarningFilter{latex}{Font shape declaration has incorrect series value `mc'.}
\usepackage[UKenglish]{babel}
\usepackage[hidelinks]{hyperref}
\usepackage[style=alphabetic,maxbibnames=99]{biblatex}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{amsthm}
\usepackage{thmtools}
\usepackage{titling}
\usepackage{csquotes}
\usepackage[inline]{enumitem}
\usepackage{nicefrac}
\usepackage[capitalize,noabbrev]{cleveref}
\usepackage{fonttable}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{tikz-3dplot}
\usepackage{makeidx}
\usepackage{xparse}
\usepackage{listofitems}
\usepackage{pgfplots}
% \usepackage[final]{microtype}
\usepackage[charter]{mathdesign}
\usepackage[T1]{fontenc}
\makeindex
\input{style}
\input{tikz-setup}
\input{commands}
% Bibliography
\addbibresource{references.bib}
\begin{document}
\maketitle
\input{parts/magnifying-R-tree}
\input{parts/crosshatch-shapes}
\input{parts/polygons-polyhedra}
\input{parts/graphs}
\input{parts/trees}
\input{parts/gaps-in-poset}
\input{parts/landscape-poly-complete}
\printindex
\end{document}