64 lines
1.7 KiB
TeX
64 lines
1.7 KiB
TeX
% !TEX root = ../Main.tex
|
|
\WarningsOff*
|
|
|
|
\input{TeX/Imports}
|
|
|
|
\inputsettings{General}
|
|
\inputsettings{Logos}
|
|
|
|
% Logo type (either STUPA or HSRT)
|
|
\providecommand{\logoType}{HSRT}
|
|
|
|
\inputrelative{Tools/Listings}
|
|
\inputrelative{Tools/Floats}
|
|
\inputrelative{Tools/MeetingPresence}
|
|
\inputrelative{Tools/InfoBlocks}
|
|
|
|
%\SetWatermarkText{Stand 06.11.2024}
|
|
%\SetWatermarkScale{0.5}
|
|
|
|
\newcounter{it}
|
|
\DraftwatermarkOptions{
|
|
scale=0.08,
|
|
angle=45,
|
|
text={\begin{tabular}{c}%
|
|
\setcounter{it}{1}%
|
|
\whiledo{\theit<100}{%
|
|
\foreach \col in {0,...,15}{\color{black!5}\BeginAccSupp{}Stand 06.11.2024~~\EndAccSupp{}}\\%
|
|
\stepcounter{it}%
|
|
}
|
|
\end{tabular}
|
|
},
|
|
color=black!12,
|
|
}
|
|
|
|
% Set the toc page style to fancy
|
|
\tocloftpagestyle{fancy}
|
|
|
|
% Page Numbering in the Table of Contents
|
|
\renewcommand\cftchappagefont{\blenderfont\color{gray}}
|
|
\renewcommand\cftsecpagefont{\blenderfont\color{gray}}
|
|
\renewcommand\cftsubsecpagefont{\blenderfont\color{gray}}
|
|
\renewcommand\cftsubsubsecpagefont{\blenderfont\color{gray}}
|
|
|
|
% Chap/Sec/... Title in the Table of Contents
|
|
\renewcommand\cftchapfont{\blenderfont\color{gray}}
|
|
\renewcommand\cftsecfont{\blenderfont\color{gray}}
|
|
\renewcommand\cftsubsecfont{\blenderfont\color{gray}}
|
|
\renewcommand\cftsubsubsecfont{\blenderfont\color{gray}}
|
|
|
|
% Custom colors
|
|
\definecolor{britishracinggreen}{rgb}{0.0, 0.26, 0.15}
|
|
\definecolor{eggplant}{rgb}{0.38, 0.25, 0.32}
|
|
\definecolor{hanblue}{rgb}{0.27, 0.42, 0.81}
|
|
\definecolor{navyblue}{rgb}{0.0, 0.0, 0.5}
|
|
\definecolor{pansypurple}{rgb}{0.47, 0.09, 0.29}
|
|
\definecolor{shockingpink}{rgb}{0.99, 0.06, 0.75}
|
|
|
|
\pagestyle{fancy}
|
|
|
|
\renewcommand{\baselinestretch}{1.5}
|
|
|
|
\input{Content/99_glossary.tex}
|
|
|
|
\makenoidxglossaries |