From 6e6a5d8d7d3c9fa38e105be275cfac6f6b8bf4fd Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Thu, 23 Jul 2015 15:19:30 +0000 Subject: Initial commit --- BBlog.sty | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 BBlog.sty (limited to 'BBlog.sty') diff --git a/BBlog.sty b/BBlog.sty new file mode 100644 index 0000000..46ca7a0 --- /dev/null +++ b/BBlog.sty @@ -0,0 +1,38 @@ +%% +%% BBlog bibliography related commands +%% + +%% length used to display the bibliography +\newlength{\rw} +\setlength{\rw}{1.75cm} + +%% read header +\IfFileExists{header.BBlog.tex}{\input{header.BBlog}}{} + +%% cite a reference +\def\cite#1{% +\ref{cite#1}% +%% add entry to citelist after checking it has not already been added +\ifcsname if#1cited\endcsname% +\expandafter\if\csname if#1cited\endcsname% +\else% +\csname if#1citedtrue\endcsname% +\immediate\write\@auxout{\noexpand\BBlogcite{#1}}% +\fi% +\else% +\expandafter\newif\csname if#1cited\endcsname% +\csname if#1citedtrue\endcsname% +\immediate\write\@auxout{\noexpand\BBlogcite{#1}}% +\fi% +} +%% an empty definition for the aux file +\def\BBlogcite#1{} + +%% display the bibliography +\long\def\BBlography{ + \newlength{\colw} + \setlength{\colw}{\textwidth} + \addtolength{\colw}{-\rw} + \IfFileExists{bibliography.BBlog.tex}{ + \input{bibliography.BBlog}}{{\tt error: missing BBlog bibliography file}} +} -- cgit v1.2.3-54-g00ecf