diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-20 23:32:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-20 23:32:55 +0000 |
commit | 1080eb42d3947b4414c2bda84c4d0c0b809c4e16 (patch) | |
tree | d5e2f1893ee3a1f85c1b0d195db8ba0a8c28ff60 /Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx | |
parent | 6861935735f4cbecd9f2772a4123b3fb07d6ffc2 (diff) |
biblatex 0.9a (19mar10)
git-svn-id: svn://tug.org/texlive/trunk@17511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx index 25e3099fde6..1accffc4fcb 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx @@ -1,7 +1,7 @@ -% $Id: reading.bbx,v 0.9 2010/02/14 15:42:33 lehman beta $ +% $Id: reading.bbx,v 0.9a 2010/03/19 19:52:15 lehman beta $ \ProvidesFile{reading.bbx} -[\abx@bbxid $Id: reading.bbx,v 0.9 2010/02/14 15:42:33 lehman beta $] +[\abx@bbxid $Id: reading.bbx,v 0.9a 2010/03/19 19:52:15 lehman beta $] \RequireBibliographyStyle{standard} @@ -22,7 +22,7 @@ \setlength{\bibitemsep}{0.5\baselineskip} \setlength{\bibparsep}{0pt} -\renewenvironment*{thebibliography} +\defbibenvironment{bibliography} {\list {} {\setlength{\leftmargin}{0pt}% @@ -30,10 +30,9 @@ \setlength{\itemsep}{\bibitemsep}% \setlength{\parsep}{\bibparsep}}} {\endlist} + {\bbx@item} -\renewcommand*{\thelositem}{\item} - -\renewenvironment*{theshorthands} +\defbibenvironment{shorthands} {\list {\printfield[shorthandwidth]{shorthand}} {\setlength{\labelwidth}{\shorthandwidth}% @@ -44,16 +43,17 @@ \setlength{\parsep}{\bibparsep}% \renewcommand*{\makelabel}[1]{##1\hss}}} {\endlist} + {\item} -\def\bbx@bibitem@false{% +\def\bbx@item@false{% \itemsep2\bibitemsep \item\relax \itemsep\bibitemsep} -\def\bbx@bibitem@true{% - \bbx@bibitem@full} +\def\bbx@item@true{% + \bbx@item@full} -\def\bbx@bibitem@full{% +\def\bbx@item@full{% \itemsep2\bibitemsep \@itempenalty\z@ \item\relax @@ -80,9 +80,9 @@ \item\strut \@itempenalty\z@} -\def\bbx@bibitem@name{% +\def\bbx@item@name{% \iffieldequals{fullhash}{\bbx@lasthash} - {\bbx@bibitem@false} + {\bbx@item@false} {\itemsep2\bibitemsep \@itempenalty\z@ \item\relax @@ -105,8 +105,8 @@ \newbool{bbx:file} \DeclareBibliographyOption{entryhead}[true]{% - \ifcsdef{bbx@bibitem@#1} - {\letcs\thebibitem{bbx@bibitem@#1}} + \ifcsdef{bbx@item@#1} + {\letcs\bbx@item{bbx@item@#1}} {\PackageError{biblatex} {Invalid option 'header=#1'} {Valid values: header=true, false, full, name.}}} |