diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-13 23:31:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-13 23:31:33 +0000 |
commit | ab5d6cd04710c0e8333450c51d13797d8d72aff0 (patch) | |
tree | c98edfaafa99e837254e2af8d769a171f012344e /Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx | |
parent | 87c9798fd0683af80bab34cff8a68fc61579c159 (diff) |
biblatex 1.2a (13feb11)
git-svn-id: svn://tug.org/texlive/trunk@21390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx index ae5656c7a25..76ab28ce00a 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx @@ -1,7 +1,7 @@ -% $Id: standard.bbx,v 1.1b 2011/02/04 11:36:21 lehman stable $ +% $Id: standard.bbx,v 1.2a 2011/02/13 12:05:37 lehman stable $ \ProvidesFile{standard.bbx} -[\abx@bbxid $Id: standard.bbx,v 1.1b 2011/02/04 11:36:21 lehman stable $] +[\abx@bbxid $Id: standard.bbx,v 1.2a 2011/02/13 12:05:37 lehman stable $] \newtoggle{bbx:isbn} \newtoggle{bbx:url} @@ -613,15 +613,17 @@ \usebibmacro{setpageref}% \finentry} -\DeclareBibliographyAlias{books}{book} +\DeclareBibliographyAlias{mvbook}{book} \DeclareBibliographyAlias{bookinbook}{inbook} -\DeclareBibliographyAlias{collections}{collection} -\DeclareBibliographyAlias{reference}{collection} -\DeclareBibliographyAlias{inreference}{incollection} -\DeclareBibliographyAlias{review}{article} \DeclareBibliographyAlias{suppbook}{inbook} +\DeclareBibliographyAlias{mvcollection}{collection} \DeclareBibliographyAlias{suppcollection}{incollection} +\DeclareBibliographyAlias{mvproceedings}{proceedings} +\DeclareBibliographyAlias{reference}{collection} +\DeclareBibliographyAlias{mvreference}{reference} +\DeclareBibliographyAlias{inreference}{incollection} \DeclareBibliographyAlias{suppperiodical}{article} +\DeclareBibliographyAlias{review}{article} \DeclareBibliographyAlias{*}{misc} \newbibmacro*{maintitle+title}{% |