1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2024-12-14 08:50:54 -05:00
overleaf/services/clsi/test/acceptance/fixtures/examples/simple_bibliography/main.tex

11 lines
189 B
TeX
Raw Normal View History

2014-02-12 12:27:43 -05:00
\documentclass{article}
\begin{document}
The meaning of life, the universe and everything is 42 \cite{DouglasAdams}
\bibliographystyle{plain}
\bibliography{bibliography}
\end{document}