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}