-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibliography-example-1.tex
More file actions
48 lines (32 loc) · 1.16 KB
/
bibliography-example-1.tex
File metadata and controls
48 lines (32 loc) · 1.16 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\documentclass[a4paper,12pt]{article}
\begin{document}
%\bibliographystyle{alpha}
%\bibliographystyle{IEEEtr}
%\bibliographystyle{Plain}
\bibliographystyle{Apalike}
\section{First section}
This document is an example of \texttt{thebibliography} environment using
in bibliography management. Three items are cited: \textit{The \LaTeX\ Companion}
book \cite{latexcompanion}, the Einstein journal paper \cite{einstein}, and the
Donald Knuth's website \cite{knuthwebsite}. The \LaTeX\ related items are
\cite{latexcompanion,knuthwebsite}.
\newpage
\bibliography{bibliography-example-2}
%\bibliographystyle{alpha}
%\begin{thebibliography}{9}
%\bibitem{latexcompanion}
%Michel Goossens, Frank Mittelbach, and Alexander Samarin.
%\textit{The \LaTeX\ Companion}.
%Addison-Wesley, Reading, Massachusetts, 1993.
%
%\bibitem{einstein}
%Albert Einstein.
%\textit{Zur Elektrodynamik bewegter K{\"o}rper}. (German)
%[\textit{On the electrodynamics of moving bodies}].
%Annalen der Physik, 322(10):891–921, 1905.
%
%\bibitem{knuthwebsite}
%Knuth: Computers and Typesetting,
%\\\texttt{http://www-cs-faculty.stanford.edu/\~{}uno/abcde.html}
%\end{thebibliography}
\end{document}