11 lines
189 B
TeX
11 lines
189 B
TeX
\documentclass{article}
|
|
|
|
\begin{document}
|
|
|
|
The meaning of life, the universe and everything is 42 \cite{DouglasAdams}
|
|
|
|
\bibliographystyle{plain}
|
|
\bibliography{bibliography}
|
|
|
|
\end{document}
|