diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx index 73eec79d1f6..0bbdd2aa878 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx @@ -1,15 +1,13 @@ -% $Id: debug.bbx,v 0.9 2010/02/14 15:42:33 lehman beta $ +% $Id: debug.bbx,v 0.9a 2010/03/19 19:52:15 lehman beta $ \ProvidesFile{debug.bbx} -[\abx@bbxid $Id: debug.bbx,v 0.9 2010/02/14 15:42:33 lehman beta $] +[\abx@bbxid $Id: debug.bbx,v 0.9a 2010/03/19 19:52:15 lehman beta $] \ExecuteBibliographyOptions{sorting=debug} \DeclareFieldFormat{entrykey}{\ttfamily[#1]} \DeclareFieldFormat{shorthandwidth}{#1} -\renewcommand*{\thebibitem}{\item} -\renewcommand*{\thelositem}{\item} -\renewenvironment*{thebibliography} +\defbibenvironment{bibliography} {\list {} {\setlength{\leftmargin}{8em}% @@ -21,8 +19,9 @@ \frenchspacing \normalfont\footnotesize}} {\endlist} + {\item} -\renewenvironment*{theshorthands} +\defbibenvironment{shorthands} {\list {\printfield[shorthandwidth]{shorthand}} {\setlength{\labelwidth}{8em}% @@ -36,6 +35,7 @@ \frenchspacing \normalfont\footnotesize}} {\endlist} + {\item} \DeclareNameFormat{debug}{% \bbx@mklabel{\currentname}% @@ -63,7 +63,7 @@ \detokenize{#1}} \newcommand*{\bbx@mklabel}[1]{% - \thebibitem + \item \makebox[\leftmargin][l]{\ttfamily [#1]}} \newcommand*{\bbx@mksublabel}[1]{% |