Initial commit

This commit is contained in:
Ian Jauslin
2017-05-02 20:20:48 +00:00
commit 1366aa391a
13 changed files with 1078 additions and 0 deletions

14
example/BBlog_example.tex Normal file
View File

@@ -0,0 +1,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}