1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
\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}
The theory of the étale fundamental group of affdssf \cite[Proposition~5]{szamuely} schemes is introduced in \cite[Proposition~5]{szamuely}.
The book \cite{knuth68} is still unfinished.
\cite{knuth68, szamuely}
\begin{thebibliography}{999}
\bibitem{knuth68}
Donald Knuth,
\emph{The Art of Computer Programming},
Volume I, Addison-Wesley, 1968.
\bibitem{lang-algebra}
Serge Lang,
\emph{Algebra},
Springer,
2002.
\bibitem{szamuely}
Tamás Szamuely,
\emph{Galois Groups and Fundamental Groups},
Cambridge University Press,
2009.
\end{thebibliography}
\end{document}
|