2014-07-30 13:08:36 -04:00
|
|
|
\documentclass{article}
|
2014-07-30 12:30:06 -04:00
|
|
|
\usepackage{biblatex}
|
|
|
|
\addbibresource{biblatex-examples.bib}
|
2014-07-30 13:08:36 -04:00
|
|
|
\addbibresource{local1.bib}
|
|
|
|
\addbibresource{~/.vim/bundle/vim-latex/test/completion/local2.bib}
|
2014-07-30 12:30:06 -04:00
|
|
|
\begin{document}
|
|
|
|
|
2014-07-30 13:08:36 -04:00
|
|
|
Insert reference here:
|
|
|
|
\ref{eq:
|
|
|
|
|
|
|
|
\begin{equation}
|
|
|
|
f(x) = 42
|
|
|
|
\label{eq:main-is-working}
|
|
|
|
\end{equation}
|
|
|
|
|
|
|
|
\include{sub}
|
2014-07-30 12:30:06 -04:00
|
|
|
|
|
|
|
\end{document}
|