add support for german and add bibliography

This commit is contained in:
Andreas Zweili 2016-12-05 22:01:02 +01:00
parent 63188c4182
commit 11da81f419
3 changed files with 51 additions and 3 deletions

41
bib.bib Normal file
View File

@ -0,0 +1,41 @@
@misc{ref1,
author = "D.E. Knuth",
title = "Two notes on notation",
howpublished = "\url{http://www.example.com}"
year = "1992",
}
@misc{ref2,
author = "D.E. Knuth",
title = "Two notes on notation",
howpublished = "\url{http://www.example.com}"
year = "1992",
}
@misc{ref3,
author = "D.E. Knuth",
title = "Two notes on notation",
howpublished = "\url{http://www.example.com}"
year = "1992",
}
@misc{ref4,
author = "D.E. Knuth",
title = "Two notes on notation",
howpublished = "\url{http://www.example.com}"
year = "1992",
}
@misc{ref5,
author = "D.E. Knuth",
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",
}

BIN
main.pdf

Binary file not shown.

View File

@ -2,13 +2,15 @@
\usetheme{metropolis}
\usepackage{appendixnumberbeamer}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage[scale=2]{ccicons}
\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\usepackage{ngerman}
\usepackage{xspace}
\newcommand{\themename}{\textbf{\textsc{metropolis}}\xspace}
@ -54,7 +56,12 @@ Hallo Dies ist ein Test
Hallo Dies ist ein Test
\end{frame}
\section{Referenzen}
\begin{frame}{Referenzen}
\nocite{*}
\bibliographystyle{plain}
\bibliography{bib}
\end{frame}
\end{document}