BBlog/example/BBlog_example.tex

15 lines
366 B
TeX
Raw Normal View History

2017-05-02 20:20:48 +00:00
\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}