22 lines
978 B
TeX
22 lines
978 B
TeX
% !TEX root = ./Main.tex
|
|
% ==============================================================================
|
|
% Document Preamble
|
|
% ==============================================================================
|
|
% Description: Document-specific configuration and settings
|
|
% ==============================================================================
|
|
|
|
% ------------------------------------------------------------------------------
|
|
% Bibliography Configuration
|
|
% ------------------------------------------------------------------------------
|
|
\addbibresource{Main.bib}
|
|
|
|
% ------------------------------------------------------------------------------
|
|
% Document Settings
|
|
% ------------------------------------------------------------------------------
|
|
\input{Settings/General}
|
|
\input{Settings/Logos}
|
|
|
|
% ==============================================================================
|
|
% End of Preamble
|
|
% ==============================================================================
|