Initial commit
This commit is contained in:
14
example/BBlog_example.tex
Normal file
14
example/BBlog_example.tex
Normal 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}
|
||||
|
2
example/bibliography.BBlog.tex
Normal file
2
example/bibliography.BBlog.tex
Normal file
@ -0,0 +1,2 @@
|
||||
\bibitem[]{}
|
||||
{\bf } - {\it }, , .
|
BIN
example/bibliography.db
Normal file
BIN
example/bibliography.db
Normal file
Binary file not shown.
5
example/conf.BBlog
Normal file
5
example/conf.BBlog
Normal file
@ -0,0 +1,5 @@
|
||||
database: bibliography.db
|
||||
format: \bibitem[%citeref%]{%token%}%n%{\bf %author:auth%} - {\it %title%}, %journal%, %year%.%n%
|
||||
out_file: bibliography.BBlog.tex
|
||||
filter:auth: s/([A-Z])[^ ]* /\1. /g; s/ ([^ ]*) /\1 /g; s/_/ /g;
|
||||
ref_map: ref_map.sed
|
2
example/ref_map.sed
Normal file
2
example/ref_map.sed
Normal file
@ -0,0 +1,2 @@
|
||||
s/^Do99$/Doe99/
|
||||
|
Reference in New Issue
Block a user