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/bibtex/bst/babelbib/babplai3.bst | |
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/bibtex/bst/babelbib/babplai3.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/babelbib/babplai3.bst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/bibtex/bst/babelbib/babplai3.bst b/Master/texmf-dist/bibtex/bst/babelbib/babplai3.bst index 0c5ed59ace7..772c45b9dfd 100644 --- a/Master/texmf-dist/bibtex/bst/babelbib/babplai3.bst +++ b/Master/texmf-dist/bibtex/bst/babelbib/babplai3.bst @@ -8,16 +8,16 @@ %% %% 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 %% -%% 2009/10/10 v1.29 babelbib: multilingual bibliographies (HH) +%% 2012/01/03 v1.31 babelbib: multilingual bibliographies (HH) ENTRY { address annote @@ -554,8 +554,8 @@ FUNCTION {format.edition} { edition "l" change.case$ } { edition "t" change.case$ } if$ - "\btxnumerallong {" swap$ * - "}~\btxeditionlong {}" * + "\btxeditionnumlong {" swap$ * + "}{}" * } if$ } |