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}