diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-25 17:10:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-05-25 17:10:49 +0200 |
| commit | d6c61d988bfa4255baf9cdae42db59ebee38363f (patch) | |
| tree | 118ff3c2424e735149c145524965a4a337e50beb /src/Lecture2/live/biblio2.tex | |
| parent | 46eef66b1e1571c77dc828d7e950b129b4c8bfd0 (diff) | |
| download | mathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.tar.gz mathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.zip | |
Added files
Diffstat (limited to 'src/Lecture2/live/biblio2.tex')
| -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 | ||
