summaryrefslogtreecommitdiff
path: root/latexexamples/reference.tex
blob: 4584e00183b635898361cf6c551573a5178d66cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\documentclass{article}

\usepackage{biblatex}

\addbibresource{ref.bib}

\begin{document}
Here is the reference to me! \cite{source1}. 

And here is another! \cite{source1}.

\printbibliography
\end{document}