22 lines
446 B
TeX
22 lines
446 B
TeX
% !TEX root = ../Main.tex
|
|
|
|
% ==== Imports ====
|
|
\usepackage{hyperref}
|
|
\usepackage[acronym]{glossaries}
|
|
\usepackage[nameinlink, noabbrev]{cleveref}
|
|
% ==== /Imports ====
|
|
|
|
% === Wordcount ===
|
|
\input{TeX/WordCount}
|
|
% === /Wordcount ===
|
|
|
|
% ==== Glossary and Bib ====
|
|
\input{TeX/GlossarySettings}
|
|
\addbibresource{Main.bib}
|
|
% ==== /Glossary and Bib ====
|
|
|
|
% ==== Settings ====
|
|
\input{TeX/Settings/General}
|
|
\input{TeX/Settings/Logos}
|
|
% ==== /Settings ====
|