6 lines
317 B
TeX
6 lines
317 B
TeX
|
% =====================================================================
|
||
|
% Bilbiography
|
||
|
|
||
|
\cleardoublepage % should start on new empty page
|
||
|
\addcontentsline{toc}{section}{Literatur} % add table of contents entry
|
||
|
\bibliography{../refs} % Entries are in the refs.bib file
|