Thesis: Preamble: introduce vim markers

This commit is contained in:
Eric Teunis de Boone 2023-05-24 16:39:09 +02:00
parent d3f659108f
commit 9c095a8106

View file

@ -1,11 +1,10 @@
% vim: fdm=marker fmr=<<<,>>>
%% %%
%% Thesis Preamble %% Thesis Preamble
%% %%
%% <<< Packages
%%% %%
%%% Packages
%%%
% For Bibliography % For Bibliography
\usepackage[sorting=none,natbib=true,citestyle=numeric-comp,backend=bibtex]{biblatex} \usepackage[sorting=none,natbib=true,citestyle=numeric-comp,backend=bibtex]{biblatex}
@ -41,9 +40,9 @@
\usepackage{subfiles} \usepackage{subfiles}
%%% %% >>>
%%% Settings %% <<< Layout
%%% %%
\titleformat{\chapter}[hang] % shape \titleformat{\chapter}[hang] % shape
{\normalfont\bfseries\huge} % format {\normalfont\bfseries\huge} % format
@ -66,9 +65,23 @@
%\let\Oldsubsubsection\subsubsection %\let\Oldsubsubsection\subsubsection
%\renewcommand{\subsubsection}{\FloatBarrier\Oldsubsubsection} %\renewcommand{\subsubsection}{\FloatBarrier\Oldsubsubsection}
%%% %% <<<< Thesis titling
%%% Shortcuts %%
%%% \def\thesistitle{Enhancing Timing Accuracy \\[0.3cm] in Air Shower Radio Detectors}
\def\thesissubtitle{}
\def\thesisauthorfirst{E.T.}
\def\thesisauthorsecond{de Boone}
\def\thesissupervisorfirst{dr. Harm}
\def\thesissupervisorsecond{Schoorlemmer}
\def\thesissecondreaderfirst{dr. Katherine}
\def\thesissecondreadersecond{Mulrey}
\def\thesisdate{}
\definecolor{radboud}{RGB}{227, 0, 11}
%% >>>>
%% >>>
%% <<< Shortcuts
%%
\newcommand*{\captionsource}[2]{% \newcommand*{\captionsource}[2]{%
\caption[{#1}]{% \caption[{#1}]{%
@ -78,7 +91,7 @@
}% }%
} }
% Math % <<<< Math
\newcommand{\dif}[1]{\mathop{}\!\mathrm{d} #1} \newcommand{\dif}[1]{\mathop{}\!\mathrm{d} #1}
\newcommand{\pdif}[1]{\mathop{}\!\mathrm{\partial} #1} \newcommand{\pdif}[1]{\mathop{}\!\mathrm{\partial} #1}
\newcommand{\dbyd}[2]{\ensuremath{\mathrm{d}{#1}/\mathrm{d}{#2}}} \newcommand{\dbyd}[2]{\ensuremath{\mathrm{d}{#1}/\mathrm{d}{#2}}}
@ -87,8 +100,8 @@
%\newcommand{\erf}{\operatorname{erf}} %\newcommand{\erf}{\operatorname{erf}}
\DeclareMathOperator{\arctantwo}{arctan2} \DeclareMathOperator{\arctantwo}{arctan2}
% >>>>
% Units % <<<< Units
\newcommand{\eV}{\text{e\kern-0.15exV}} \newcommand{\eV}{\text{e\kern-0.15exV}}
\newcommand{\MeV}{\text{M\eV}} \newcommand{\MeV}{\text{M\eV}}
\newcommand{\GeV}{\text{G\eV}} \newcommand{\GeV}{\text{G\eV}}
@ -98,8 +111,8 @@
\newcommand{\us}{\text{\textmu s}} \newcommand{\us}{\text{\textmu s}}
\newcommand{\MHz}{\text{MHz}} \newcommand{\MHz}{\text{MHz}}
% >>>>
% Quantities % <<<< Quantities
% Notes: % Notes:
% \tau is a measured/apparent quantity % \tau is a measured/apparent quantity
% t is true time % t is true time
@ -129,29 +142,26 @@
\newcommand{\pProp}{\pTrue_d} \newcommand{\pProp}{\pTrue_d}
\newcommand{\pClock}{\pTrue_c} \newcommand{\pClock}{\pTrue_c}
% Names %% >>>>
% Acronyms %% >>>
%% <<< Acronyms
%%
\newacronym{GNSS}{GNSS}{Global Navigation Satellite System} \newacronym{GNSS}{GNSS}{Global Navigation Satellite System}
%% <<<< Names
\newacronym{GRAND}{GRAND}{Giant Radio Array for Neutrino Detection} \newacronym{GRAND}{GRAND}{Giant Radio Array for Neutrino Detection}
\newacronym{BEACON}{BEACON}{Beamforming Elevated Array for COsmic Neutrinos} \newacronym{BEACON}{BEACON}{Beamforming Elevated Array for COsmic Neutrinos}
\newacronym{LOFAR}{LOFAR}{Low-Frequency Array}
\newacronym{PA}{PA}{Pierre~Auger} \newacronym{PA}{PA}{Pierre~Auger}
\newacronym{PAObs}{PAO}{Pierre~Auger Observatory} \newacronym{PAObs}{PAO}{Pierre~Auger Observatory}
\newacronym{AERA}{AERA}{Auger Engineering Radio Array} \newacronym{AERA}{AERA}{Auger Engineering Radio~Array}
%% >>>>
%% <<<< Math
\newacronym{DTFT}{DTFT}{Discrete Time Fourier Transform} \newacronym{DTFT}{DTFT}{Discrete Time Fourier Transform}
\newacronym{DFT}{DFT}{Discrete Fourier Transform} \newacronym{DFT}{DFT}{Discrete Fourier Transform}
\newacronym{FFT}{FFT}{Fast Fourier Transform} \newacronym{FFT}{FFT}{Fast Fourier Transform}
\newacronym{FT}{FT}{Fourier Transform} \newacronym{FT}{FT}{Fourier Transform}
%% >>>>
% Thesis titling %% >>>
\def\thesistitle{Enhancing Timing Accuracy \\[0.3cm] in Air Shower Radio Detectors}
\def\thesissubtitle{}
\def\thesisauthorfirst{E.T.}
\def\thesisauthorsecond{de Boone}
\def\thesissupervisorfirst{dr. Harm}
\def\thesissupervisorsecond{Schoorlemmer}
\def\thesissecondreaderfirst{dr. Katherine}
\def\thesissecondreadersecond{Mulrey}
\def\thesisdate{}
\definecolor{radboud}{RGB}{227, 0, 11}