Update
This commit is contained in:
parent
26e4dc1e9d
commit
b4d89735ef
@ -78,11 +78,11 @@ headsepline,
|
|||||||
% acronyms
|
% acronyms
|
||||||
\usepackage{acro}
|
\usepackage{acro}
|
||||||
\acsetup{single,make-links=true}
|
\acsetup{single,make-links=true}
|
||||||
\include{acronyms}
|
\input{acronyms}
|
||||||
|
|
||||||
% bibliography
|
% bibliography
|
||||||
\usepackage[datamodel=archived,backend=biber]{biblatex}
|
\usepackage[datamodel=archived,backend=biber]{biblatex}
|
||||||
\include{extended_bibliography}
|
\input{extended_bibliography}
|
||||||
\addbibresource{bibliography.bib}
|
\addbibresource{bibliography.bib}
|
||||||
|
|
||||||
% OTH specific commands for logos, colors
|
% OTH specific commands for logos, colors
|
||||||
@ -100,9 +100,9 @@ headsepline,
|
|||||||
\pagestyle{headings}
|
\pagestyle{headings}
|
||||||
|
|
||||||
% metadata like title, author, supervisor, ...
|
% metadata like title, author, supervisor, ...
|
||||||
\include{metadata}
|
\input{metadata}
|
||||||
% custom commands
|
% custom commands
|
||||||
\include{commands}
|
\input{commands}
|
||||||
|
|
||||||
\graphicspath{{assets/dot/}, {assets/}}
|
\graphicspath{{assets/dot/}, {assets/}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user