diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-26 13:02:24 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-26 13:02:24 +0000 |
commit | ffa924ccdd343188d2682aed0036911c2d846460 (patch) | |
tree | 35081505f146ea0f75957253a3154dcd18fa16b8 /bibliography.sty | |
parent | 4461f4aa73c1f699444eff4464e08ce3cbab059d (diff) |
Update to v1.1v1.1
Wrong value for \lambda_0 in the caption of fig.6.4
Missing \omega in (7.1)
Typos and misformats
Update style files, add DOIs to the bibliography
Diffstat (limited to 'bibliography.sty')
-rw-r--r-- | bibliography.sty | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/bibliography.sty b/bibliography.sty deleted file mode 100644 index a314fab..0000000 --- a/bibliography.sty +++ /dev/null @@ -1,40 +0,0 @@ -%% -%% bibliography related commands -%% - -%% length used to display the bibliography -\newlength{\rw} -\setlength{\rw}{1.5cm} - -%% read header -\IfFileExists{header.BBlog.tex}{\input{header.BBlog}}{} - -%% cite a reference -\def\cite#1{% -%% check whether the reference exists -\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}} -} |