mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-25 08:23:30 +01:00
Title: Preamble: fix kerning of \*eV
This commit is contained in:
parent
7f6d68f58a
commit
31b5e4b4be
1 changed files with 11 additions and 8 deletions
|
@ -39,7 +39,7 @@
|
||||||
\usepackage{csquotes}
|
\usepackage{csquotes}
|
||||||
\usepackage[defaultlines=3,all]{nowidow}
|
\usepackage[defaultlines=3,all]{nowidow}
|
||||||
\usepackage[margin=1.0in]{geometry}
|
\usepackage[margin=1.0in]{geometry}
|
||||||
\usepackage[nobottomtitles]{titlesec}
|
\usepackage[nobottomtitles*]{titlesec}
|
||||||
\usepackage{subfiles}
|
\usepackage{subfiles}
|
||||||
|
|
||||||
|
|
||||||
|
@ -59,12 +59,14 @@
|
||||||
|
|
||||||
\setlength{\parindent}{0cm}
|
\setlength{\parindent}{0cm}
|
||||||
|
|
||||||
|
%\DeclareRobustCommand{\thefootnote}{\alph{footnote}} % alphabetic footnote markers
|
||||||
|
|
||||||
%% Automatic float barriers for section and subsection
|
%% Automatic float barriers for section and subsection
|
||||||
\let\Oldsection\section
|
\let\Oldsection\section
|
||||||
\renewcommand{\section}{\FloatBarrier\Oldsection}
|
\renewcommand{\section}{\FloatBarrier\Oldsection}
|
||||||
|
|
||||||
\let\Oldsubsection\subsection
|
%\let\Oldsubsection\subsection
|
||||||
\renewcommand{\subsection}{\FloatBarrier\Oldsubsection}
|
%\renewcommand{\subsection}{\FloatBarrier\Oldsubsection}
|
||||||
|
|
||||||
%\let\Oldsubsubsection\subsubsection
|
%\let\Oldsubsubsection\subsubsection
|
||||||
%\renewcommand{\subsubsection}{\FloatBarrier\Oldsubsubsection}
|
%\renewcommand{\subsubsection}{\FloatBarrier\Oldsubsubsection}
|
||||||
|
@ -98,16 +100,16 @@
|
||||||
% >>>>
|
% >>>>
|
||||||
% <<<< 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}}
|
||||||
\newcommand{\TeV}{\text{\,T\kern-0.1ex\eV}}
|
\newcommand{\TeV}{\text{\,T\!\kern-0.1ex\eV}}
|
||||||
|
|
||||||
\newcommand{\metre}{\text{\,m}}
|
\newcommand{\metre}{\text{\,m}}
|
||||||
|
|
||||||
\newcommand{\mV}{\text{\,m\kern-0.1exV}}
|
\newcommand{\mV}{\text{\,m\kern-0.1exV}}
|
||||||
\newcommand{\uV}{\text{\,\textmu\kern-0.1exV}}
|
\newcommand{\uV}{\text{\,\textmu\kern-0.1exV}}
|
||||||
|
|
||||||
\newcommand{\uVperm}{\text{\uV\kern-0.2ex/\kern-0.1exm}}
|
\newcommand{\uVperm}{\text{\uV\kern-0.2ex/\kern-0.1ex\!\metre}}
|
||||||
|
|
||||||
\newcommand{\ns}{\text{\,ns}}
|
\newcommand{\ns}{\text{\,ns}}
|
||||||
\newcommand{\us}{\text{\,\textmu s}}
|
\newcommand{\us}{\text{\,\textmu s}}
|
||||||
|
@ -165,7 +167,8 @@
|
||||||
%%
|
%%
|
||||||
\newacronym{GNSS}{GNSS}{Global Navigation Satellite System}
|
\newacronym{GNSS}{GNSS}{Global Navigation Satellite System}
|
||||||
\newacronym{EAS}{EAS}{Extensive Air Shower}
|
\newacronym{EAS}{EAS}{Extensive Air Shower}
|
||||||
\newacronym{UHECR}{UHECR}{Ultra High Energy Cosmic Ray}
|
\newacronym{UHE}{UHE}{Ultra High Energy}
|
||||||
|
\newacronym{UHECR}{UHECR}{\acrlong{UHE} Cosmic Ray}
|
||||||
\newacronym{DU}{DU}{Detector Unit}
|
\newacronym{DU}{DU}{Detector Unit}
|
||||||
\newacronym{PPS}{PPS}{Pulse Per Second}
|
\newacronym{PPS}{PPS}{Pulse Per Second}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue