From d6c61d988bfa4255baf9cdae42db59ebee38363f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 25 May 2021 17:10:49 +0200 Subject: Added files --- src/Lecture2/live/biblio2.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/Lecture2/live/biblio2.tex (limited to 'src/Lecture2/live/biblio2.tex') 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 @@ +\documentclass[10pt,a5paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} +\begin{document} + +\cite{knuth68} + +You can find my results in \cite{th} + +We can also refer to this book \cite{rudin} + +\bibliographystyle{alpha} +\bibliography{my_biblio} + +\end{document} \ No newline at end of file -- cgit v1.3