Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'BBlog.sty')
-rw-r--r--BBlog.sty10
1 files changed, 9 insertions, 1 deletions
diff --git a/BBlog.sty b/BBlog.sty
index 56f542b..e5e6703 100644
--- a/BBlog.sty
+++ b/BBlog.sty
@@ -4,7 +4,7 @@
%% length used to display the bibliography
\newlength{\rw}
-\setlength{\rw}{1.5cm}
+\setlength{\rw}{1.75cm}
%% read header
\IfFileExists{header.BBlog.tex}{\input{header.BBlog}}{}
@@ -28,6 +28,14 @@
%% an empty definition for the aux file
\def\BBlogcite#1{}
+%% an entry
+\long\def\BBlogentry#1#2#3{
+ \hrefanchor
+ \outdef{label@cite#1}{#2}
+ \parbox[t]{\rw}{[\cite{#1}]}\parbox[t]{\colw}{#3}\par
+ \bigskip
+}
+
%% display the bibliography
\long\def\BBlography{
\newlength{\colw}