From ad88787fe73e26ecaad6d655242c18c779f94b65 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 8 Dec 2016 13:57:24 +0100 Subject: [PATCH] Revert "split the bibitex files" This reverts commit c00288abbe0833453e49da5dc63710ea1d580235. this doesn't work, it just shows twice the same file. my bad --- bib.bib | 7 +++++++ bib2.bib | 34 ---------------------------------- main.tex | 5 ----- 3 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 bib2.bib diff --git a/bib.bib b/bib.bib index 88ef9b1..a264c78 100644 --- a/bib.bib +++ b/bib.bib @@ -31,4 +31,11 @@ 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 deleted file mode 100644 index a83333b..0000000 --- a/bib2.bib +++ /dev/null @@ -1,34 +0,0 @@ -@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 325df47..c93cb24 100644 --- a/main.tex +++ b/main.tex @@ -64,9 +64,4 @@ Hallo Dies ist ein Test \end{frame} -\begin{frame}{Referenzen} - \bibliography{bib2} - -\end{frame} - \end{document}