blob: fcf6f7c6ea9a541c0b83a0b02c7e691810ca7740 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
%*******************************************************
% Bibliography
%*******************************************************
\manualmark
\markboth{\spacedlowsmallcaps{\bibname}}{\spacedlowsmallcaps{\bibname}}
\refstepcounter{dummy}
\begingroup
\let\clearpage\relax
\let\cleardoublepage\relax
\let\cleardoublepage\relax
\addcontentsline{toc}{chapter}{\tocEntry{\bibname}}
\bibliographystyle{classic}
\bibliography{Bibliography}
\nocite{bringhurst:elements,miede:classicthesis,pantieri:classicthesis,pantieri:art}
\endgroup
|