-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpreamble.tex
102 lines (86 loc) · 3.38 KB
/
preamble.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
\usepackage[T1]{fontenc} % e.g. For bold small caps
\usepackage[utf8]{inputenc} % For `Łódź
\usepackage{geometry}
\geometry{a4paper, vmargin=3cm, hmargin=3cm, head=14pt}
\usepackage[english]{babel}
\usepackage{fouriernc}
%\usepackage{tgschola}
\usepackage[font={small,sf},labelfont={bf},labelsep=endash]{caption}
\usepackage[svgnames]{xcolor}
\usepackage[pdftex]{graphicx} % For automatic eps to pdf conversion
\usepackage{tikz}
%\pgfkeys{/artist/width/.initial=.67\linewidth}
\usepackage{xspace}
\usepackage{relsize}
\usepackage{setspace}
%\usepackage{epstopdf} % For automatic eps to pdf conversion
\usetikzlibrary{calc, arrows, chains, scopes, fit, decorations.pathmorphing,
decorations.markings, intersections, pgfplots.groupplots,
external, shapes, spy}
\usepackage{pgfplots}
\usepackage{tikz-3dplot}
%\pgfplotsset{compat=1.3}
\tikzexternalize
\tikzsetexternalprefix{tikz/}
\usepackage[detect-all,load-configurations=binary,separate-uncertainty=true]{siunitx}
\usepackage{amsmath}
%\usepackage{epigraph}
%\usepackage{hepnames}
\usepackage[backend=biber,style=nature]{biblatex}
\addbibresource{references.bib} % File containing the references
%\usepackage{comment}
%\includecomment{comment}
\usepackage{booktabs}
%\usepackage{minted}
\usepackage{sansmath}
%\sisetup{text-sf=\sansmath}
%\usepackage{eurosym}
%\usepackage{pdfpages}
\usepackage{wasysym} % For symbols such as vernal equinox
% Keep this one the last packages, to let it overrule previous declarations
\usepackage[pdfusetitle]{hyperref}
%\usepackage{shape-datastore}
% Projects
\newcommand{\hisparc}{\textsmaller{HiSPARC}\xspace}
\newcommand{\kascade}{\textsmaller{KASCADE}\xspace}
% Software
\newcommand{\sapphire}{\textsmaller{SAPPHiRE}\xspace}
\newcommand{\jsparc}{\textsmaller{jSparc}\xspace}
\newcommand{\api}{\textsmaller{API}\xspace}
\newcommand{\daq}{\textsmaller{DAQ}\xspace}
\newcommand{\hdf}{\textsmaller{HDF5}\xspace}
\newcommand{\git}{\textsmaller{git}\xspace}
\newcommand{\github}{\textsmaller{GitHub}\xspace}
\newcommand{\csv}{\textsmaller{CSV}\xspace}
\newcommand{\json}{\textsmaller{JSON}\xspace}
\newcommand{\javascript}{\textsmaller{JavaScript}\xspace}
\newcommand{\python}{\textsmaller{PYTHON}\xspace}
\newcommand{\aires}{\textsmaller{AIRES}\xspace}
\newcommand{\corsika}{\textsmaller{CORSIKA}\xspace}
\newcommand{\labview}{\textsmaller{LabVIEW}\xspace}
\newcommand{\dspmon}{\textsmaller{DSPMon}\xspace}
\newcommand{\pypi}{\textsmaller{PyPI}\xspace}
% ...
\newcommand{\mip}{\textsmaller{MIP}\xspace}
\newcommand{\adcs}{\textsmaller{ADC}s\xspace}
\newcommand{\Adcs}{A\textsmaller{DC}s\xspace}
% Hardware
\newcommand{\hi}{\textsc{h i}\xspace}
\newcommand{\hii}{\textsc{h ii}\xspace}
\newcommand{\hisparcii}{\textsmaller{HiSPARC II}\xspace}
\newcommand{\hisparciii}{\textsmaller{HiSPARC III}\xspace}
\newcommand{\adc}{\textsmaller{ADC}\xspace}
\newcommand{\pmt}{\textsmaller{PMT}\xspace}
\newcommand{\pmts}{\textsmaller{PMT}s\xspace}
\newcommand{\gps}{\textsmaller{GPS}\xspace}
% References
\usepackage[capitalise, noabbrev]{cleveref}
% Redefine to ensure proper spacing (fouriernc)
\DeclareSIUnit{\electronvolt}{\ensuremath{\mathrm{e\!\!\:V}}}
\DeclareSIUnit{\unitsigma}{\ensuremath{\sigma}}
\DeclareSIUnit{\mip}{\textsmaller{MIP}}
\DeclareSIUnit{\adc}{\textsmaller{ADC}}
\DeclareSIUnit{\gauss}{G}
\DeclareSIUnit{\parsec}{pc}
\DeclareSIUnit{\year}{yr}
\providecommand{\floor}[1]{\left \lfloor #1 \right \rfloor}