diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-03 00:17:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-03 00:17:50 +0000 |
commit | aea1ee92f1d5a9d339ff8a71bf53c59a00e6ab31 (patch) | |
tree | 0cca9390b16d3c929af118717526c622554f1912 /Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex | |
parent | 5fc3f93a355634a0c215e3f163aa8ebde2033ba0 (diff) |
classicthesis is GPL now
git-svn-id: svn://tug.org/texlive/trunk@4106 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex b/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex new file mode 100644 index 00000000000..54a86b59c69 --- /dev/null +++ b/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Bibliography.tex @@ -0,0 +1,12 @@ +%******************************************************************** +% Bibliography +%******************************************************* +% work-around to have small caps also here in the headline +\manualmark +\markboth{\spacedlowsmallcaps{\bibname}}{\spacedlowsmallcaps{\bibname}} % work-around to have small caps also +\refstepcounter{dummy} +\addtocontents{toc}{\protect\vspace{\beforebibskip}} % to have the bib a bit from the rest in the toc +\addcontentsline{toc}{chapter}{\tocEntry{\bibname}} +\bibliographystyle{plainnat} +\label{app:bibliography} +\bibliography{Bibliography}
\ No newline at end of file |