diff options
Diffstat (limited to '')
| -rw-r--r-- | src/Lecture2/live/biblio2.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Lecture2/live/biblio2.tex b/src/Lecture2/live/biblio2.tex new file mode 100644 index 0000000..4997a0a --- /dev/null +++ b/src/Lecture2/live/biblio2.tex | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | \documentclass[10pt,a5paper]{article} | ||
| 2 | \usepackage[utf8]{inputenc} | ||
| 3 | \usepackage{amsmath} | ||
| 4 | \usepackage{amsfonts} | ||
| 5 | \usepackage{amssymb} | ||
| 6 | \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} | ||
| 7 | \begin{document} | ||
| 8 | |||
| 9 | \cite{knuth68} | ||
| 10 | |||
| 11 | You can find my results in \cite{th} | ||
| 12 | |||
| 13 | We can also refer to this book \cite{rudin} | ||
| 14 | |||
| 15 | \bibliographystyle{alpha} | ||
| 16 | \bibliography{my_biblio} | ||
| 17 | |||
| 18 | \end{document} \ No newline at end of file | ||
