summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx
index 9f40ccbb005..d3a913fd255 100644
--- a/Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx
@@ -1,7 +1,7 @@
-% $Id: draft.bbx,v 0.9 2010/02/14 15:42:33 lehman beta $
+% $Id: draft.bbx,v 0.9a 2010/03/19 19:52:15 lehman beta $
\ProvidesFile{draft.bbx}
-[\abx@bbxid $Id: draft.bbx,v 0.9 2010/02/14 15:42:33 lehman beta $]
+[\abx@bbxid $Id: draft.bbx,v 0.9a 2010/03/19 19:52:15 lehman beta $]
\RequireBibliographyStyle{standard}
\ExecuteBibliographyOptions{sorting=debug}
@@ -11,10 +11,8 @@
\DeclareNameAlias{translator}{default}
\DeclareFieldFormat{shorthandwidth}{#1}
-\renewcommand*{\thebibitem}{\item}
-\renewcommand*{\thelositem}{\item}
-\renewenvironment*{thebibliography}
+\defbibenvironment{bibliography}
{\list
{\printfield{entrykey}}
{\setlength{\labelwidth}{0pt}%
@@ -24,8 +22,9 @@
\renewcommand*{\makelabel}[1]{%
\hspace\labelsep\bfseries##1}}}
{\endlist}
+ {\item}
-\renewenvironment*{theshorthands}
+\defbibenvironment{shorthands}
{\list
{\printfield[shorthandwidth]{shorthand}}
{\setlength{\labelwidth}{\shorthandwidth}%
@@ -36,5 +35,6 @@
\setlength{\parsep}{\bibparsep}%
\renewcommand*{\makelabel}[1]{##1\hss}}}
{\endlist}
+ {\item}
\endinput