diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-30 23:58:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-30 23:58:37 +0000 |
commit | 1972cc1694c43eff806b54c71d994a8b87682b92 (patch) | |
tree | 398fa154205171bc69a990e2f989d8b3b15bc8a0 /Master/texmf-dist/tex/latex/babelbib/english.bdf | |
parent | 034fde36e1b3172016db6037511e0118d5ed04f6 (diff) |
babelbib 1.31 (30jan12)
git-svn-id: svn://tug.org/texlive/trunk@25245 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/babelbib/english.bdf')
-rw-r--r-- | Master/texmf-dist/tex/latex/babelbib/english.bdf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/babelbib/english.bdf b/Master/texmf-dist/tex/latex/babelbib/english.bdf index 2ac84d61cf2..891cbf0c290 100644 --- a/Master/texmf-dist/tex/latex/babelbib/english.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/english.bdf @@ -8,17 +8,17 @@ %% %% babelbib package %% -%% Copyright 2003--2009 Harald Harders +%% Copyright 2003--2012 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN %% archives in directory macros/latex/base/lppl.txt; either %% version 1 of the License, or any later version. %% -%% h.harders@tu-bs.de +%% harald.harders@gmx.de %% \ProvidesFile{english.bdf} - [2009/10/10 v1.29 babelbib: multilingual bibliographies (HH)] + [2012/01/03 v1.31 babelbib: multilingual bibliographies (HH)] \makeatletter \@ifpackageloaded{french}{}{\newcommand\bibsenglish{}} \makeatother @@ -45,6 +45,8 @@ \def\btxnumberlong##1{\protect\foreignlanguage{#1}{number}}% \def\btxeditionshort##1{\protect\foreignlanguage{#1}{ed##1{}}}% \def\btxeditionlong##1{\protect\foreignlanguage{#1}{edition}}% + \def\btxeditionnumshort##1##2{\btxnumeralshort{##1}~\btxeditionshort{##2}}% + \def\btxeditionnumlong##1##2{\btxnumerallong{##1}~\btxeditionlong{##2}}% \def\btxchaptershort##1{\protect\foreignlanguage{#1}{ch##1{}}}% \def\btxchapterlong##1{\protect\foreignlanguage{#1}{chapter}}% \def\btxpageshort##1{\protect\foreignlanguage{#1}{p##1{}}}% @@ -91,6 +93,8 @@ \def\Btxnumberlong##1{\protect\foreignlanguage{#1}{Number}}% \def\Btxeditionshort##1{\protect\foreignlanguage{#1}{Ed##1{}}}% \def\Btxeditionlong##1{\protect\foreignlanguage{#1}{Edition}}% + \def\Btxeditionnumshort##1##2{\btxnumeralshort{##1}~\Btxeditionshort{##2}}% + \def\Btxeditionnumlong##1##2{\btxnumerallong{##1}~\Btxeditionlong{##2}}% \def\Btxchaptershort##1{\protect\foreignlanguage{#1}{Ch##1{}}}% \def\Btxchapterlong##1{\protect\foreignlanguage{#1}{Chapter}}% \def\Btxpageshort##1{\protect\foreignlanguage{#1}{P##1{}}}% |