From c00288abbe0833453e49da5dc63710ea1d580235 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 8 Dec 2016 13:48:45 +0100 Subject: [PATCH] split the bibitex files Because of an overfull vbox it's currently not possible to add more than 5 entries to a bibitex file. However they can easily be splited into multiple files --- bib.bib | 7 ------- bib2.bib | 34 ++++++++++++++++++++++++++++++++++ main.tex | 5 +++++ 3 files changed, 39 insertions(+), 7 deletions(-) create mode 100644 bib2.bib diff --git a/bib.bib b/bib.bib index a264c78..88ef9b1 100644 --- a/bib.bib +++ b/bib.bib @@ -31,11 +31,4 @@ title = "Two notes on notation", howpublished = "\url{http://www.example.com}" year = "1992", -} - -@misc{ref6, - author = "D.E. Knuth", - title = "Two notes on notation", - howpublished = "\url{http://www.example.com}" - year = "1992", } \ No newline at end of file diff --git a/bib2.bib b/bib2.bib new file mode 100644 index 0000000..a83333b --- /dev/null +++ b/bib2.bib @@ -0,0 +1,34 @@ +@misc{ref6, + author = "D.E. Knuth", + title = "Two notes on notation", + howpublished = "\url{http://www.example.com}" + year = "1992", +} + +@misc{ref7, + author = "D.E. Knuth", + title = "Two notes on notation", + howpublished = "\url{http://www.example.com}" + year = "1992", +} + +@misc{ref8, + author = "D.E. Knuth", + title = "Two notes on notation", + howpublished = "\url{http://www.example.com}" + year = "1992", +} + +@misc{ref9, + author = "D.E. Knuth", + title = "Two notes on notation", + howpublished = "\url{http://www.example.com}" + year = "1992", +} + +@misc{ref10, + author = "D.E. Knuth", + title = "Two notes on notation", + howpublished = "\url{http://www.example.com}" + year = "1992", +} \ No newline at end of file diff --git a/main.tex b/main.tex index c93cb24..325df47 100644 --- a/main.tex +++ b/main.tex @@ -64,4 +64,9 @@ Hallo Dies ist ein Test \end{frame} +\begin{frame}{Referenzen} + \bibliography{bib2} + +\end{frame} + \end{document}