mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
13 lines
226 B
TeX
13 lines
226 B
TeX
|
\documentclass{article}
|
||
|
|
||
|
\usepackage[backend=biber]{biblatex}
|
||
|
\addbibresource{bibliography.bib}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
The meaning of life, the universe and everything is 42 \cite{DouglasAdams}
|
||
|
|
||
|
\printbibliography
|
||
|
|
||
|
\end{document}
|