Ian Jauslin
summaryrefslogtreecommitdiff
blob: 69c4e1bf0c40f3039966b99006d0dc7539876441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass{article}

\begin{document}
\noindent References can be cited by referencing their {\tt citeref}: \cite{Do99}.
\bigskip

\noindent The bibliography can be loaded by including the file generated by {\tt BBlog}:

\begin{thebibliography}{MM99}
\IfFileExists{bibliography.BBlog.tex}{\input{bibliography.BBlog.tex}}{}
\end{thebibliography}

\end{document}