From 5b892fed3be4dbe212ef6cde003f51cc2d3df231 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 21 Jun 2009 00:34:51 +0000 Subject: babelbib 1.27 (20jun09) git-svn-id: svn://tug.org/texlive/trunk@13845 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/babelbib/afrikaans.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/babelbib.sty | 11 +- Master/texmf-dist/tex/latex/babelbib/bahasa.bdf | 182 ++++++++++ Master/texmf-dist/tex/latex/babelbib/catalan.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/danish.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/dutch.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/english.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/esperanto.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/finnish.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/french.bdf | 29 +- Master/texmf-dist/tex/latex/babelbib/french2.bdf | 196 +++++++++++ Master/texmf-dist/tex/latex/babelbib/galician.bdf | 166 +++++++++ Master/texmf-dist/tex/latex/babelbib/german.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/greek.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/italian.bdf | 4 +- Master/texmf-dist/tex/latex/babelbib/norsk.bdf | 4 +- .../texmf-dist/tex/latex/babelbib/portuguese.bdf | 91 +++-- Master/texmf-dist/tex/latex/babelbib/russian.bdf | 381 +++++++++++++++++++++ Master/texmf-dist/tex/latex/babelbib/spanish.bdf | 10 +- Master/texmf-dist/tex/latex/babelbib/swedish.bdf | 6 +- 20 files changed, 1047 insertions(+), 69 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/babelbib/bahasa.bdf create mode 100644 Master/texmf-dist/tex/latex/babelbib/french2.bdf create mode 100644 Master/texmf-dist/tex/latex/babelbib/galician.bdf create mode 100644 Master/texmf-dist/tex/latex/babelbib/russian.bdf (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/babelbib/afrikaans.bdf b/Master/texmf-dist/tex/latex/babelbib/afrikaans.bdf index 6fc1fedcd63..4587dc1abc3 100644 --- a/Master/texmf-dist/tex/latex/babelbib/afrikaans.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/afrikaans.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,7 +20,7 @@ %% Language definitions for Afrikaans by %% Danie Els \ProvidesFile{afrikaans.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsafrikaans[1][afrikaans]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/babelbib.sty b/Master/texmf-dist/tex/latex/babelbib/babelbib.sty index 6d64cca4038..f442be59be9 100644 --- a/Master/texmf-dist/tex/latex/babelbib/babelbib.sty +++ b/Master/texmf-dist/tex/latex/babelbib/babelbib.sty @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -19,7 +19,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1998/06/01] \ProvidesPackage{babelbib} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newif\ifbbbbfixlanguage \DeclareOption{fixlanguage}{\bbbbfixlanguagetrue} \DeclareOption{varlanguage}{\bbbbfixlanguagefalse} @@ -132,6 +132,7 @@ \fi }% }{% + \csname extras#1\endcsname \selectlanguage{#1}% }% } @@ -251,6 +252,8 @@ \let\btxetalfont=\@empty \newcommand\btxjournalfont{} \let\btxjournalfont=\@empty +\newcommand\btxpublisherfont{} +\let\btxpublisherfont=\@empty \newcommand\btxvolumefont{} \let\btxvolumefont=\@empty \newcommand\btxISBNfont{} @@ -357,6 +360,7 @@ \inputbdf{afrikaans}{afrikaans} \inputbdf{american}{english} \inputbdf{austrian}{german} + \inputbdf{bahasa}{bahasa} \inputbdf{brazil}{portuguese} \inputbdf{brazilian}{portuguese} \inputbdf{british}{english} @@ -371,6 +375,7 @@ \inputbdf{francais}{french} \inputbdf{french}{french} \inputbdf{frenchb}{french} + \inputbdf{galician}{galician} \inputbdf{german}{german} \inputbdf{germanb}{german} \inputbdf{greek}{greek} @@ -381,6 +386,8 @@ \inputbdf{ngerman}{german} \inputbdf{portuges}{portuguese} \inputbdf{portuguese}{portuguese} + \inputbdf{russian}{russian} + \inputbdf{russianb}{russian} \inputbdf{spanish}{spanish} \inputbdf{swedish}{swedish} \inputbdf{UKenglish}{english} diff --git a/Master/texmf-dist/tex/latex/babelbib/bahasa.bdf b/Master/texmf-dist/tex/latex/babelbib/bahasa.bdf new file mode 100644 index 00000000000..98457f7e8cf --- /dev/null +++ b/Master/texmf-dist/tex/latex/babelbib/bahasa.bdf @@ -0,0 +1,182 @@ +%% +%% This is file `bahasa.bdf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% babelbib.dtx (with options: `latex,bahasa') +%% +%% babelbib package +%% +%% Copyright 2003--2009 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 +%% +%% Language definitions for Bahasa by +%% Yanti Yulianti +\ProvidesFile{bahasa.bdf} + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] +%% +%% This is file `bahasa.bdf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% babelbib.dtx (with options: `latex,bahasa') +%% +%% babelbib package +%% +%% Copyright 2003--2005 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 +%% +\newcommand\bibsbahasa[1][bahasa]{% + \def\biblanguagename{#1}% + \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% + \def\btxetallong##1{\protect\foreignlanguage{#1}{en~alii }}% + \def\btxandshort##1{\protect\foreignlanguage{#1}{dan}}% + \def\btxandlong##1{\protect\foreignlanguage{#1}{dan}}% + \def\btxandcomma##1{,}% + \def\btxinlong##1{\protect\foreignlanguage{#1}{dalam}}% + \def\btxinshort##1{\protect\foreignlanguage{#1}{dalam}}% + \def\btxofseriesshort##1{\protect\foreignlanguage{#1}{dari}}% + \def\btxinseriesshort##1{\protect\foreignlanguage{#1}{dalam}}% + \def\btxofserieslong##1{\protect\foreignlanguage{#1}{dari}}% + \def\btxinserieslong##1{\protect\foreignlanguage{#1}{dalam}}% + \def\btxeditorshort##1{\protect\foreignlanguage{#1}{red##1{}}}% + \def\btxeditorlong##1{\protect\foreignlanguage{#1}{redaktur}}% + \def\btxeditorsshort##1{\protect\foreignlanguage{#1}{red##1{}}}% + \def\btxeditorslong##1{\protect\foreignlanguage{#1}{redaktur}}% + \def\btxvolumeshort##1{\protect\foreignlanguage{#1}{vol##1{}}}% + \def\btxvolumelong##1{\protect\foreignlanguage{#1}{volume}}% + \def\btxnumbershort##1{\protect\foreignlanguage{#1}{nr##1{}}}% + \def\btxnumberlong##1{\protect\foreignlanguage{#1}{nomor}}% + \def\btxeditionshort##1{\protect\foreignlanguage{#1}{edisi}}% + \def\btxeditionlong##1{\protect\foreignlanguage{#1}{edisi}}% + \def\btxchaptershort##1{\protect\foreignlanguage{#1}{bab##1{}}}% + \def\btxchapterlong##1{\protect\foreignlanguage{#1}{bab}}% + \def\btxpageshort##1{\protect\foreignlanguage{#1}{hal##1{}}}% + \def\btxpagelong##1{\protect\foreignlanguage{#1}{halaman}}% + \def\btxpagesshort##1{\protect\foreignlanguage{#1}{hal##1{}}}% + \def\btxpageslong##1{\protect\foreignlanguage{#1}{halaman}}% + \def\btxmastthesis##1{\protect\foreignlanguage{#1}{tesis Master}}% + \def\btxphdthesis##1{\protect\foreignlanguage{#1}{disertasi Dokotor}}% + \def\btxtechrepshort##1{\protect\foreignlanguage{#1}{Lap.\ Rapp##1{}}}% + \def\btxtechreplong##1{\protect\foreignlanguage{#1}{Laporan}}% + \def\btxmonjanlong##1{\protect\foreignlanguage{#1}{Januari}}% + \def\btxmonfeblong##1{\protect\foreignlanguage{#1}{Februari}}% + \def\btxmonmarlong##1{\protect\foreignlanguage{#1}{Maret}}% + \def\btxmonaprlong##1{\protect\foreignlanguage{#1}{April}}% + \def\btxmonmaylong##1{\protect\foreignlanguage{#1}{Mei}}% + \def\btxmonjunlong##1{\protect\foreignlanguage{#1}{Juni}}% + \def\btxmonjullong##1{\protect\foreignlanguage{#1}{Juli}}% + \def\btxmonauglong##1{\protect\foreignlanguage{#1}{Augustus}}% + \def\btxmonseplong##1{\protect\foreignlanguage{#1}{September}}% + \def\btxmonoctlong##1{\protect\foreignlanguage{#1}{Oktober}}% + \def\btxmonnovlong##1{\protect\foreignlanguage{#1}{November}}% + \def\btxmondeclong##1{\protect\foreignlanguage{#1}{Desember}}% + \def\btxmonjanshort##1{\protect\foreignlanguage{#1}{Jan##1{}}}% + \def\btxmonfebshort##1{\protect\foreignlanguage{#1}{Feb##1{}}}% + \def\btxmonmarshort##1{\protect\foreignlanguage{#1}{Mrt}}% + \def\btxmonaprshort##1{\protect\foreignlanguage{#1}{Apr##1{}}}% + \def\btxmonmayshort##1{\protect\foreignlanguage{#1}{Mei}}% + \def\btxmonjunshort##1{\protect\foreignlanguage{#1}{Jun##1{}}}% + \def\btxmonjulshort##1{\protect\foreignlanguage{#1}{Jul##1{}}}% + \def\btxmonaugshort##1{\protect\foreignlanguage{#1}{Aug##1{}}}% + \def\btxmonsepshort##1{\protect\foreignlanguage{#1}{Sep##1{}}}% + \def\btxmonoctshort##1{\protect\foreignlanguage{#1}{Okt##1{}}}% + \def\btxmonnovshort##1{\protect\foreignlanguage{#1}{Nov##1{}}}% + \def\btxmondecshort##1{\protect\foreignlanguage{#1}{Des##1{}}}% + \def\Btxinlong##1{\protect\foreignlanguage{#1}{Dalam}}% + \def\Btxinshort##1{\protect\foreignlanguage{#1}{Dalam}}% + \def\Btxeditorshort##1{\protect\foreignlanguage{#1}{Red##1{}}}% + \def\Btxeditorlong##1{\protect\foreignlanguage{#1}{Redaktur}}% + \def\Btxeditorsshort##1{\protect\foreignlanguage{#1}{Red##1{}}}% + \def\Btxeditorslong##1{\protect\foreignlanguage{#1}{Redaktur}}% + \def\Btxvolumeshort##1{\protect\foreignlanguage{#1}{Vol##1{}}}% + \def\Btxvolumelong##1{\protect\foreignlanguage{#1}{Volume}}% + \def\Btxnumbershort##1{\protect\foreignlanguage{#1}{Nr##1{}}}% + \def\Btxnumberlong##1{\protect\foreignlanguage{#1}{Nomor}}% + \def\Btxeditionshort##1{\protect\foreignlanguage{#1}{Ed}}% + \def\Btxeditionlong##1{\protect\foreignlanguage{#1}{Edisi}}% + \def\Btxchaptershort##1{\protect\foreignlanguage{#1}{Bab##1{}}}% + \def\Btxchapterlong##1{\protect\foreignlanguage{#1}{Bab}}% + \def\Btxpageshort##1{\protect\foreignlanguage{#1}{Hal##1{}}}% + \def\Btxpagelong##1{\protect\foreignlanguage{#1}{Halaman}}% + \def\Btxpagesshort##1{\protect\foreignlanguage{#1}{Hal##1{}}}% + \def\Btxpageslong##1{\protect\foreignlanguage{#1}{Halaman}}% + \def\Btxtechrepshort##1{\protect\foreignlanguage{#1}{Lap.\ Rapp##1{}}}% + \def\Btxtechreplong##1{\protect\foreignlanguage{#1}{Laporan}}% + \def\btxurldatecomment##1{\protect\foreignlanguage{#1}{, diambil tanggal ##1}}% + \def\btxfnamespaceshort{\,}% + \def\btxfnamespacelong{ }% + \def\btxnumeralshort##1{\btxnumeralfallback{#1}{##1}}% + \def\btxnumerallong##1{\btxnumeralfallback{#1}{##1}}% + \def\btxkeywordlanguage##1{{\protect\selectlanguage{#1}##1}}% + \ifbbbblanguagenames + \def\btxlanguagenameamerican{\protect\foreignlanguage{#1}{inggris}}% + \def\btxlanguagenameaustrian{\protect\foreignlanguage{#1}{jerman}}% + \def\btxlanguagenamebrazil{\protect\foreignlanguage{#1}{portugis}}% + \def\btxlanguagenamebrazilian{\protect\foreignlanguage{#1}{portugis}}% + \def\btxlanguagenamebritish{\protect\foreignlanguage{#1}{inggris}}% + \def\btxlanguagenamebulgarian{\protect\foreignlanguage{#1}{bulgaria}}% + \def\btxlanguagenamecanadian{\protect\foreignlanguage{#1}{inggris}}% + \def\btxlanguagenamecanadien{\protect\foreignlanguage{#1}{prancis}}% + \def\btxlanguagenamecatalan{\protect\foreignlanguage{#1}{catalanya}}% + \def\btxlanguagenamecroatian{\protect\foreignlanguage{#1}{kroasia}}% + \def\btxlanguagenameczech{\protect\foreignlanguage{#1}{ceko}}% + \def\btxlanguagenamedanish{\protect\foreignlanguage{#1}{denmark}}% + \def\btxlanguagenamedutch{\protect\foreignlanguage{#1}{belanda}}% + \def\btxlanguagenameenglish{\protect\foreignlanguage{#1}{inggris}}% + \def\btxlanguagenameesperanto{\protect\foreignlanguage{#1}{spanyol}}% + \def\btxlanguagenamefinnish{\protect\foreignlanguage{#1}{finlandia}}% + \def\btxlanguagenamefrancais{\protect\foreignlanguage{#1}{prancis}}% + \def\btxlanguagenamefrench{\protect\foreignlanguage{#1}{prancis}}% + \def\btxlanguagenamefrenchb{\protect\foreignlanguage{#1}{prancis}}% + \def\btxlanguagenamegerman{\protect\foreignlanguage{#1}{jerman}}% + \def\btxlanguagenamegermanb{\protect\foreignlanguage{#1}{jerman}}% + \def\btxlanguagenamegreek{\protect\foreignlanguage{#1}{yunani}}% + \def\btxlanguagenamehebrew{\protect\foreignlanguage{#1}{yahudi}}% + \def\btxlanguagenamehungarian{\protect\foreignlanguage{#1}{hungaria}}% + \def\btxlanguagenameicelandic{\protect\foreignlanguage{#1}{islandia}}% + \def\btxlanguagenameirish{\protect\foreignlanguage{#1}{irlandia}}% + \def\btxlanguagenameitalian{\protect\foreignlanguage{#1}{italia}}% + \def\btxlanguagenamelatin{\protect\foreignlanguage{#1}{latin}}% + \def\btxlanguagenamenaustrian{\protect\foreignlanguage{#1}{jerman}}% + % \def\btxlanguagenamengerman{\protect\foreignlanguage{#1}{jerman}}% + % \def\btxlanguagenamenorsk{\protect\foreignlanguage{#1}{norwegia}}% + % \def\btxlanguagenamenynorsk{\protect\foreignlanguage{#1}{norwegia baru}}% + % \def\btxlanguagenamepolish{\protect\foreignlanguage{#1}{polish}}% + \def\btxlanguagenameportuges{\protect\foreignlanguage{#1}{portugis}}% + \def\btxlanguagenameportuguese{\protect\foreignlanguage{#1}{portugis}}% + \def\btxlanguagenamerussian{\protect\foreignlanguage{#1}{russia}}% + \def\btxlanguagenamescottish{\protect\foreignlanguage{#1}{skotlandia}}% + \def\btxlanguagenameserbian{\protect\foreignlanguage{#1}{serbia}}% + \def\btxlanguagenamespanish{\protect\foreignlanguage{#1}{spanyol}}% + \def\btxlanguagenameswedish{\protect\foreignlanguage{#1}{swedia}}% + \def\btxlanguagenameturkish{\protect\foreignlanguage{#1}{turki}}% + \def\btxlanguagenameUKenglish{\protect\foreignlanguage{#1}{inggris}}% + \def\btxlanguagenameUSenglish{\protect\foreignlanguage{#1}{inggris}}% + \fi +} +\AtBeginDocument{% + \ifbbbbfixlanguage + \else + \bbbbaddto{bahasa}{bibsbahasa} + \fi + \bbbbaddto{bahasa}{btxifchangecaseoff} +} + +\endinput +%% +%% End of file `bahasa.bdf'. diff --git a/Master/texmf-dist/tex/latex/babelbib/catalan.bdf b/Master/texmf-dist/tex/latex/babelbib/catalan.bdf index 47a207a4ff3..5f2865a88c6 100644 --- a/Master/texmf-dist/tex/latex/babelbib/catalan.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/catalan.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,7 +20,7 @@ %% Language definitions for Catalan by %% Robert Fuster \ProvidesFile{catalan.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibscatalan[1][catalan]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{i~al##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/danish.bdf b/Master/texmf-dist/tex/latex/babelbib/danish.bdf index b3f20409dee..801cb15329a 100644 --- a/Master/texmf-dist/tex/latex/babelbib/danish.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/danish.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -18,7 +18,7 @@ %% h.harders@tu-bs.de %% \ProvidesFile{danish.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsdanish[1][danish]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/dutch.bdf b/Master/texmf-dist/tex/latex/babelbib/dutch.bdf index 0401a265a11..8aa1211f69e 100644 --- a/Master/texmf-dist/tex/latex/babelbib/dutch.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/dutch.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -18,7 +18,7 @@ %% h.harders@tu-bs.de %% \ProvidesFile{dutch.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsdutch[1][dutch]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/english.bdf b/Master/texmf-dist/tex/latex/babelbib/english.bdf index 00e626551e5..6efa2e166d5 100644 --- a/Master/texmf-dist/tex/latex/babelbib/english.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/english.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -18,7 +18,7 @@ %% h.harders@tu-bs.de %% \ProvidesFile{english.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \makeatletter \@ifpackageloaded{french}{}{\newcommand\bibsenglish{}} \makeatother diff --git a/Master/texmf-dist/tex/latex/babelbib/esperanto.bdf b/Master/texmf-dist/tex/latex/babelbib/esperanto.bdf index 93c8a413ac3..c1e7e255919 100644 --- a/Master/texmf-dist/tex/latex/babelbib/esperanto.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/esperanto.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,7 +20,7 @@ %% Language definitions for Esperanto by %% Taneli Huuskonen \ProvidesFile{esperanto.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsesperanto[1][esperanto]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{k~al##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/finnish.bdf b/Master/texmf-dist/tex/latex/babelbib/finnish.bdf index c529d814737..1be906674ad 100644 --- a/Master/texmf-dist/tex/latex/babelbib/finnish.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/finnish.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,7 +20,7 @@ %% Language definitions for Finnish by %% Taneli Huuskonen \ProvidesFile{finnish.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsfinnish[1][finnish]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/french.bdf b/Master/texmf-dist/tex/latex/babelbib/french.bdf index 59825934f46..7f0af8352f5 100644 --- a/Master/texmf-dist/tex/latex/babelbib/french.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/french.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -18,7 +18,7 @@ %% h.harders@tu-bs.de %% \ProvidesFile{french.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \makeatletter \@ifpackageloaded{french}{}{\newcommand\bibsfrench{}} \makeatother @@ -104,9 +104,8 @@ \def\btxurldatecomment##1{\protect\foreignlanguage{#1}{, visit\'e le ##1}}% \def\btxfnamespaceshort{\,}% \def\btxfnamespacelong{ }% - \def\btxnumeralshort##1{\protect\foreignlanguage{#1}{% - \ifnumber{##1}{##1"a}{##1}}}% - \def\btxnumerallong##1{\btxnumeralshort{##1}}% + \def\btxnumeralshort##1{\btxnumeralfrench{#1}{##1}}% + \def\btxnumerallong##1{\btxnumeralfrench{#1}{##1}}% \def\btxkeywordlanguage##1{{\protect\selectlanguage{#1}##1}}% \ifbbbblanguagenames \def\btxlanguagenameamerican{\protect\foreignlanguage{#1}{anglais}}% @@ -171,6 +170,26 @@ \bbbbaddto{frenchb}{btxifchangecaseoff} \bbbbaddto{canadien}{btxifchangecaseoff} } +\makeatletter +\DeclareRobustCommand\btxnumeralfrench[2]{% + \foreignlanguage{#1}{% + \ifnumber{#2}{% + \expandafter\btx@parsenum#2\@empty\@empty\@empty + \btxnumeralfont{% + \ifx\btx@digitb\@empty + \ifcase\btx@digita \ieme\or \iere\else \ieme\fi + \else + \ifnum\btx@digita=1 + th% + \else + \ifcase\btx@digitb \ieme\or \iere\else \ieme\fi + \fi + \fi + }% + }{#2}% + }% +} +\makeatother \endinput %% diff --git a/Master/texmf-dist/tex/latex/babelbib/french2.bdf b/Master/texmf-dist/tex/latex/babelbib/french2.bdf new file mode 100644 index 00000000000..902c303ddcf --- /dev/null +++ b/Master/texmf-dist/tex/latex/babelbib/french2.bdf @@ -0,0 +1,196 @@ +%% +%% This is file `french.bdf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% babelbib.dtx (with options: `latex,french') +%% +%% babelbib package +%% +%% Copyright 2003--2008 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 +%% +\ProvidesFile{french.bdf} + [2008/09/24 v1.26 babelbib: multilingual bibliographies (HH)] +\makeatletter +\@ifpackageloaded{french}{}{\newcommand\bibsfrench{}} +\makeatother +\renewcommand\bibsfrench[1][french]{% + \def\biblanguagename{#1}% + \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% + \def\btxetallong##1{\protect\foreignlanguage{#1}{et~alii}}% + \def\btxandshort##1{\protect\foreignlanguage{#1}{et}}% + \def\btxandlong##1{\protect\foreignlanguage{#1}{et}}% + \def\btxandcomma##1{}% + \def\btxinlong##1{\protect\foreignlanguage{#1}{dans}}% + \def\btxinshort##1{\protect\foreignlanguage{#1}{dans}}% + \def\btxofseriesshort##1{\protect\foreignlanguage{#1}{de}}% + \def\btxinseriesshort##1{\protect\foreignlanguage{#1}{dans}}% + \def\btxofserieslong##1{\protect\foreignlanguage{#1}{de}}% + \def\btxinserieslong##1{\protect\foreignlanguage{#1}{dans}}% + \def\btxeditorshort##1{\protect\foreignlanguage{#1}{r\'ed##1{}}}% + \def\btxeditorlong##1{\protect\foreignlanguage{#1}{r\'edacteur}}% + \def\btxeditorsshort##1{\protect\foreignlanguage{#1}{r\'eds##1{}}}% + \def\btxeditorslong##1{\protect\foreignlanguage{#1}{r\'edacteurs}}% + \def\btxvolumeshort##1{\protect\foreignlanguage{#1}{t##1{}}}% + \def\btxvolumelong##1{\protect\foreignlanguage{#1}{tome}}% + \def\btxnumbershort##1{\protect\foreignlanguage{#1}{% + n\textsuperscript{o}\kern.2em\relax{}}}% + \def\btxnumberlong##1{\protect\foreignlanguage{#1}{num\'ero}}% + \def\btxeditionshort##1{\protect\foreignlanguage{#1}{\'ed##1{}}}% + \def\btxeditionlong##1{\protect\foreignlanguage{#1}{\'edition}}% + \def\btxchaptershort##1{\protect\foreignlanguage{#1}{chap##1{}}}% + \def\btxchapterlong##1{\protect\foreignlanguage{#1}{chapitre}}% + \def\btxpageshort##1{\protect\foreignlanguage{#1}{p##1{}}}% + \def\btxpagelong##1{\protect\foreignlanguage{#1}{page}}% + \def\btxpagesshort##1{\protect\foreignlanguage{#1}{p##1{}}}% + \def\btxpageslong##1{\protect\foreignlanguage{#1}{pages}}% + \def\btxmastthesis##1{\protect\foreignlanguage{#1}{M\'emoire de ma\^itrise}}% + \def\btxphdthesis##1{\protect\foreignlanguage{#1}{Th\`ese de doctorat}}% + \def\btxtechrepshort##1{\protect\foreignlanguage{#1}{rap.\ tech##1{}}}% + \def\btxtechreplong##1{\protect\foreignlanguage{#1}{rapport technique}}% + \def\btxmonjanlong##1{\protect\foreignlanguage{#1}{janvier}}% + \def\btxmonfeblong##1{\protect\foreignlanguage{#1}{f\'evrier}}% + \def\btxmonmarlong##1{\protect\foreignlanguage{#1}{mars}}% + \def\btxmonaprlong##1{\protect\foreignlanguage{#1}{avril}}% + \def\btxmonmaylong##1{\protect\foreignlanguage{#1}{mai}}% + \def\btxmonjunlong##1{\protect\foreignlanguage{#1}{juin}}% + \def\btxmonjullong##1{\protect\foreignlanguage{#1}{juillet}}% + \def\btxmonauglong##1{\protect\foreignlanguage{#1}{ao\^ut}}% + \def\btxmonseplong##1{\protect\foreignlanguage{#1}{septembre}}% + \def\btxmonoctlong##1{\protect\foreignlanguage{#1}{octobre}}% + \def\btxmonnovlong##1{\protect\foreignlanguage{#1}{novembre}}% + \def\btxmondeclong##1{\protect\foreignlanguage{#1}{d\'ecembre}}% + \def\btxmonjanshort##1{\protect\foreignlanguage{#1}{jan##1{}}}% + \def\btxmonfebshort##1{\protect\foreignlanguage{#1}{f\'ev##1{}}}% + \def\btxmonmarshort##1{\protect\foreignlanguage{#1}{mar##1{}}}% + \def\btxmonaprshort##1{\protect\foreignlanguage{#1}{avr##1{}}}% + \def\btxmonmayshort##1{\protect\foreignlanguage{#1}{mai}}% + \def\btxmonjunshort##1{\protect\foreignlanguage{#1}{juin}}% + \def\btxmonjulshort##1{\protect\foreignlanguage{#1}{juil##1{}}}% + \def\btxmonaugshort##1{\protect\foreignlanguage{#1}{ao\^ut}}% + \def\btxmonsepshort##1{\protect\foreignlanguage{#1}{sept##1{}}}% + \def\btxmonoctshort##1{\protect\foreignlanguage{#1}{oct##1{}}}% + \def\btxmonnovshort##1{\protect\foreignlanguage{#1}{nov##1{}}}% + \def\btxmondecshort##1{\protect\foreignlanguage{#1}{d\'ec##1{}}}% + \def\Btxinlong##1{\protect\foreignlanguage{#1}{Dans}}% + \def\Btxinshort##1{\protect\foreignlanguage{#1}{Dans}}% + \def\Btxeditorshort##1{\protect\foreignlanguage{#1}{R\'ed##1{}}}% + \def\Btxeditorlong##1{\protect\foreignlanguage{#1}{R\'edacteur}}% + \def\Btxeditorsshort##1{\protect\foreignlanguage{#1}{R\'eds##1{}}}% + \def\Btxeditorslong##1{\protect\foreignlanguage{#1}{R\'edacteurs}}% + \def\Btxvolumeshort##1{\protect\foreignlanguage{#1}{T##1{}}}% + \def\Btxvolumelong##1{\protect\foreignlanguage{#1}{Tome}}% + \def\Btxnumbershort##1{\protect\foreignlanguage{#1}{% + N\textsuperscript{o}\kern.2em\relax}}% + \def\Btxnumberlong##1{\protect\foreignlanguage{#1}{Num\'ero}}% + \def\Btxeditionshort##1{\protect\foreignlanguage{#1}{\'Ed##1{}}}% + \def\Btxeditionlong##1{\protect\foreignlanguage{#1}{\'Edition}}% + \def\Btxchaptershort##1{\protect\foreignlanguage{#1}{Chap##1{}}}% + \def\Btxchapterlong##1{\protect\foreignlanguage{#1}{Chapitre}}% + \def\Btxpageshort##1{\protect\foreignlanguage{#1}{P##1{}}}% + \def\Btxpagelong##1{\protect\foreignlanguage{#1}{Page}}% + \def\Btxpagesshort##1{\protect\foreignlanguage{#1}{P##1{}}}% + \def\Btxpageslong##1{\protect\foreignlanguage{#1}{Pages}}% + \def\Btxtechrepshort##1{\protect\foreignlanguage{#1}{Rap. tech##1{}}}% + \def\Btxtechreplong##1{\protect\foreignlanguage{#1}{Rapport technique}}% + \def\btxurldatecomment##1{\protect\foreignlanguage{#1}{, visit\'e le ##1}}% + \def\btxfnamespaceshort{\,}% + \def\btxfnamespacelong{ }% + \def\btxnumeralshort##1{\protect\foreignlanguage{#1}{% + \ifnumber{##1}{##1"a}{##1}}}% + \def\btxnumerallong##1{\btxnumeralshort{##1}}% + \def\btxkeywordlanguage##1{{\protect\selectlanguage{#1}##1}}% + \ifbbbblanguagenames + \def\btxlanguagenameamerican{\protect\foreignlanguage{#1}{anglais}}% + \def\btxlanguagenameaustrian{\protect\foreignlanguage{#1}{allemand}}% + \def\btxlanguagenamebrazil{\protect\foreignlanguage{#1}{portugais}}% + \def\btxlanguagenamebrazilian{\protect\foreignlanguage{#1}{portugais}}% + \def\btxlanguagenamebritish{\protect\foreignlanguage{#1}{anglais}}% + \def\btxlanguagenamebulgarian{\protect\foreignlanguage{#1}{bulgare}}% + \def\btxlanguagenamecanadian{\protect\foreignlanguage{#1}{anglais}}% + \def\btxlanguagenamecanadien{\protect\foreignlanguage{#1}{fran\c{c}ais}}% + \def\btxlanguagenamecatalan{\protect\foreignlanguage{#1}{catalan}}% + \def\btxlanguagenamecroatian{\protect\foreignlanguage{#1}{croate}}% + \def\btxlanguagenameczech{\protect\foreignlanguage{#1}{tch\`eque}}% + \def\btxlanguagenamedanish{\protect\foreignlanguage{#1}{danois}}% + \def\btxlanguagenamedutch{\protect\foreignlanguage{#1}{n\'eerlandais}}% + \def\btxlanguagenameenglish{\protect\foreignlanguage{#1}{anglais}}% + \def\btxlanguagenameesperanto{\protect\foreignlanguage{#1}{esperanto}}% + \def\btxlanguagenamefinnish{\protect\foreignlanguage{#1}{finnois}}% + \def\btxlanguagenamefrancais{\protect\foreignlanguage{#1}{fran\c{c}ais}}% + \def\btxlanguagenamefrench{\protect\foreignlanguage{#1}{fran\c{c}ais}}% + \def\btxlanguagenamefrenchb{\protect\foreignlanguage{#1}{fran\c{c}ais}}% + \def\btxlanguagenamegerman{\protect\foreignlanguage{#1}{allemand}}% + \def\btxlanguagenamegermanb{\protect\foreignlanguage{#1}{allemand}}% + \def\btxlanguagenamegreek{\protect\foreignlanguage{#1}{grec}}% + \def\btxlanguagenamehebrew{\protect\foreignlanguage{#1}{h\'ebreu}}% + \def\btxlanguagenamehungarian{\protect\foreignlanguage{#1}{hongrois}}% + \def\btxlanguagenameicelandic{\protect\foreignlanguage{#1}{islandais}}% + \def\btxlanguagenameirish{\protect\foreignlanguage{#1}{irlandais}}% + \def\btxlanguagenameitalian{\protect\foreignlanguage{#1}{italien}}% + \def\btxlanguagenamelatin{\protect\foreignlanguage{#1}{latin}}% + \def\btxlanguagenamenaustrian{\protect\foreignlanguage{#1}{allemand}}% + \def\btxlanguagenamengerman{\protect\foreignlanguage{#1}{allemand}}% + \def\btxlanguagenamenorsk{\protect\foreignlanguage{#1}{norv\'egien}}% + \def\btxlanguagenamenynorsk{\protect\foreignlanguage{#1}{nouveau + norv\'egien}}% + \def\btxlanguagenamepolish{\protect\foreignlanguage{#1}{polonais}}% + \def\btxlanguagenameportuges{\protect\foreignlanguage{#1}{portugais}}% + \def\btxlanguagenameportuguese{\protect\foreignlanguage{#1}{portugais}}% + \def\btxlanguagenamerussian{\protect\foreignlanguage{#1}{russe}}% + \def\btxlanguagenamescottish{\protect\foreignlanguage{#1}{\'ecossais}}% + \def\btxlanguagenameserbian{\protect\foreignlanguage{#1}{serbe}}% + \def\btxlanguagenamespanish{\protect\foreignlanguage{#1}{espagnol}}% + \def\btxlanguagenameswedish{\protect\foreignlanguage{#1}{su\'edois}}% + \def\btxlanguagenameturkish{\protect\foreignlanguage{#1}{turc}}% + \def\btxlanguagenameUKenglish{\protect\foreignlanguage{#1}{anglais}}% + \def\btxlanguagenameUSenglish{\protect\foreignlanguage{#1}{anglais}}% + \fi +} +\newcommand\bibsfrancais{\bibsfrench[francais]} +\newcommand\bibsfrenchb{\bibsfrench[frenchb]} +\newcommand\bibscanadien{\bibsfrench[canadien]} +\AtBeginDocument{% + \ifbbbbfixlanguage + \else + \bbbbaddto{francais}{bibsfrancais} + \bbbbaddto{french}{bibsfrench} + \bbbbaddto{frenchb}{bibsfrenchb} + \bbbbaddto{canadien}{bibscanadien} + \fi + \bbbbaddto{francais}{btxifchangecaseoff} + \bbbbaddto{french}{btxifchangecaseoff} + \bbbbaddto{frenchb}{btxifchangecaseoff} + \bbbbaddto{canadien}{btxifchangecaseoff} +} +\makeatletter +\DeclareRobustCommand\btxnumeralfrench[2]{% + \foreignlanguage{#1}{% + \ifnumber{#2}{% + \expandafter\btx@parsenum#2\@empty\@empty\@empty + \btxnumeralfont{% + \ifx\btx@digitb\@empty + \ifcase\btx@digita \ieme\or \iere\else \ieme\fi + \else + \ifnum\btx@digita=1 + th% + \else + \ifcase\btx@digita \ieme\or \iere\else \ieme\fi + \fi + \fi + }% + }{#2}% + }% +} +\makeatother +\endinput +%% +%% End of file `french.bdf'. diff --git a/Master/texmf-dist/tex/latex/babelbib/galician.bdf b/Master/texmf-dist/tex/latex/babelbib/galician.bdf new file mode 100644 index 00000000000..71b820adbc0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/babelbib/galician.bdf @@ -0,0 +1,166 @@ +%% +%% This is file `galician.bdf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% babelbib.dtx (with options: `latex,galician') +%% +%% babelbib package +%% +%% Copyright 2003--2009 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 +%% +%% Language definitions for Galician by +%% Miguel Rodr{\'\i}guez Penabad +\ProvidesFile{galician.bdf} + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] +\newcommand\bibsgalician[1][galician]{% + \def\biblanguagename{#1}% + \def\btxetalshort##1{\protect\foreignlanguage{#1}{e~cols##1{}}}% + \def\btxetallong##1{\protect\foreignlanguage{#1}{e~colaboradores}}% + \def\btxandshort##1{\protect\foreignlanguage{#1}{e}}% + \def\btxandlong##1{\protect\foreignlanguage{#1}{e}}% + \def\btxandcomma##1{}% + \def\btxinlong##1{\protect\foreignlanguage{#1}{en}}% + \def\btxinshort##1{\protect\foreignlanguage{#1}{en}}% + \def\btxofseriesshort##1{\protect\foreignlanguage{#1}{de}}% + \def\btxinseriesshort##1{\protect\foreignlanguage{#1}{en}}% + \def\btxofserieslong##1{\protect\foreignlanguage{#1}{de}}% + \def\btxinserieslong##1{\protect\foreignlanguage{#1}{en}}% + \def\btxeditorshort##1{\protect\foreignlanguage{#1}{ed##1{}}}% + \def\btxeditorlong##1{\protect\foreignlanguage{#1}{editor}}% + \def\btxeditorsshort##1{\protect\foreignlanguage{#1}{eds##1{}}}% + \def\btxeditorslong##1{\protect\foreignlanguage{#1}{editores}}% + \def\btxvolumeshort##1{\protect\foreignlanguage{#1}{vol##1{}}}% + \def\btxvolumelong##1{\protect\foreignlanguage{#1}{volume}}% + \def\btxnumbershort##1{\protect\foreignlanguage{#1}{% + n\textsuperscript{\underline{o}}}}% + \def\btxnumberlong##1{\protect\foreignlanguage{#1}{n\'umero}}% + \def\btxeditionshort##1{\protect\foreignlanguage{#1}{ed##1{}}}% + \def\btxeditionlong##1{\protect\foreignlanguage{#1}{edici\'{o}n}}% + \def\btxchaptershort##1{\protect\foreignlanguage{#1}{cap##1{}}}% + \def\btxchapterlong##1{\protect\foreignlanguage{#1}{cap{\'\i}tulo}}% + \def\btxpageshort##1{\protect\foreignlanguage{#1}{p\'ax##1{}}}% + \def\btxpagelong##1{\protect\foreignlanguage{#1}{p\'axina}}% + \def\btxpagesshort##1{\protect\foreignlanguage{#1}{p\'axs##1{}}}% + \def\btxpageslong##1{\protect\foreignlanguage{#1}{p\'axinas}}% + \def\btxmastthesis##1{\protect\foreignlanguage{#1}{Tese de Licenciatura}}% + \def\btxphdthesis##1{\protect\foreignlanguage{#1}{Tese de Doutoramento}}% + \def\btxtechrepshort##1{\protect\foreignlanguage{#1}{Informe t\'ecnico##1{}}}% + \def\btxtechreplong##1{\protect\foreignlanguage{#1}{Informe t\'ecnico}}% + \def\btxmonjanlong##1{\protect\foreignlanguage{#1}{Xaneiro}}% + \def\btxmonfeblong##1{\protect\foreignlanguage{#1}{Febreiro}}% + \def\btxmonmarlong##1{\protect\foreignlanguage{#1}{Marzo}}% + \def\btxmonaprlong##1{\protect\foreignlanguage{#1}{Abril}}% + \def\btxmonmaylong##1{\protect\foreignlanguage{#1}{Maio}}% + \def\btxmonjunlong##1{\protect\foreignlanguage{#1}{Xu\~no}}% + \def\btxmonjullong##1{\protect\foreignlanguage{#1}{Xullo}}% + \def\btxmonauglong##1{\protect\foreignlanguage{#1}{Agosto}}% + \def\btxmonseplong##1{\protect\foreignlanguage{#1}{Setembro}}% + \def\btxmonoctlong##1{\protect\foreignlanguage{#1}{Outubro}}% + \def\btxmonnovlong##1{\protect\foreignlanguage{#1}{Novembro}}% + \def\btxmondeclong##1{\protect\foreignlanguage{#1}{Decembro}}% + \def\btxmonjanshort##1{\protect\foreignlanguage{#1}{Xan##1{}}}% + \def\btxmonfebshort##1{\protect\foreignlanguage{#1}{Feb##1{}}}% + \def\btxmonmarshort##1{\protect\foreignlanguage{#1}{Mar##1{}}}% + \def\btxmonaprshort##1{\protect\foreignlanguage{#1}{Abr##1{}}}% + \def\btxmonmayshort##1{\protect\foreignlanguage{#1}{Mai}}% + \def\btxmonjunshort##1{\protect\foreignlanguage{#1}{Xu\~n}}% + \def\btxmonjulshort##1{\protect\foreignlanguage{#1}{Xul}}% + \def\btxmonaugshort##1{\protect\foreignlanguage{#1}{Ago##1{}}}% + \def\btxmonsepshort##1{\protect\foreignlanguage{#1}{Set##1{}}}% + \def\btxmonoctshort##1{\protect\foreignlanguage{#1}{Out##1{}}}% + \def\btxmonnovshort##1{\protect\foreignlanguage{#1}{Nov##1{}}}% + \def\btxmondecshort##1{\protect\foreignlanguage{#1}{Dec##1{}}}% + \def\Btxinlong##1{\protect\foreignlanguage{#1}{En}}% + \def\Btxinshort##1{\protect\foreignlanguage{#1}{En}}% + \def\Btxeditorshort##1{\protect\foreignlanguage{#1}{Ed##1{}}}% + \def\Btxeditorlong##1{\protect\foreignlanguage{#1}{Editor}}% + \def\Btxeditorsshort##1{\protect\foreignlanguage{#1}{Ed##1{}}}% + \def\Btxeditorslong##1{\protect\foreignlanguage{#1}{Editores}}% + \def\Btxvolumeshort##1{\protect\foreignlanguage{#1}{Vol##1{}}}% + \def\Btxvolumelong##1{\protect\foreignlanguage{#1}{Volume}}% + \def\Btxnumbershort##1{\protect\foreignlanguage{#1}{% + N\textsuperscript{\underline{o}}}}% + \def\Btxnumberlong##1{\protect\foreignlanguage{#1}{N\'umero}}% + \def\Btxeditionshort##1{\protect\foreignlanguage{#1}{Ed##1{}}}% + \def\Btxeditionlong##1{\protect\foreignlanguage{#1}{Edici\'on}}% + \def\Btxchaptershort##1{\protect\foreignlanguage{#1}{Cap##1{}}}% + \def\Btxchapterlong##1{\protect\foreignlanguage{#1}{Cap\'\itulo}}% + \def\Btxpageshort##1{\protect\foreignlanguage{#1}{P\'ax##1{}}}% + \def\Btxpagelong##1{\protect\foreignlanguage{#1}{P\'axina}}% + \def\Btxpagesshort##1{\protect\foreignlanguage{#1}{P\'axs##1{}}}% + \def\Btxpageslong##1{\protect\foreignlanguage{#1}{P\'axinas}}% + \def\Btxtechrepshort##1{\protect\foreignlanguage{#1}{Informe t\'ecnico}}% + \def\Btxtechreplong##1{\protect\foreignlanguage{#1}{Informe t\'ecnico}}% + \def\btxurldatecomment##1{\protect\foreignlanguage{#1}{, visitado o ##1}}% + \def\btxfnamespaceshort{\,}% + \def\btxfnamespacelong{ }% + \def\btxnumeralshort##1{\protect\foreignlanguage{#1}{% + \ifnumber{##1}{##1\textsuperscript{a}}{##1}}}% + \def\btxnumerallong##1{\btxnumeralshort{##1}}% + \def\btxkeywordlanguage##1{{\protect\selectlanguage{#1}##1}}% + \ifbbbblanguagenames + \def\btxlanguagenameamerican{\protect\foreignlanguage{#1}{ingl\'es}}% + \def\btxlanguagenameaustrian{\protect\foreignlanguage{#1}{alem\'an}}% + \def\btxlanguagenamebrazil{\protect\foreignlanguage{#1}{portugu\'es}}% + \def\btxlanguagenamebrazilian{\protect\foreignlanguage{#1}{portugu\'es}}% + \def\btxlanguagenamebritish{\protect\foreignlanguage{#1}{ingl\'es}}% + \def\btxlanguagenamebulgarian{\protect\foreignlanguage{#1}{b\'ulgaro}}% + \def\btxlanguagenamecanadian{\protect\foreignlanguage{#1}{ingl\'es}}% + \def\btxlanguagenamecanadien{\protect\foreignlanguage{#1}{franc\'es}}% + \def\btxlanguagenamecatalan{\protect\foreignlanguage{#1}{catal\'an}}% + \def\btxlanguagenamecroatian{\protect\foreignlanguage{#1}{croata}}% + \def\btxlanguagenameczech{\protect\foreignlanguage{#1}{checo}}% + \def\btxlanguagenamedanish{\protect\foreignlanguage{#1}{dan\'es}}% + \def\btxlanguagenamedutch{\protect\foreignlanguage{#1}{holand\'es}}% + \def\btxlanguagenameenglish{\protect\foreignlanguage{#1}{ingl\'es}}% + \def\btxlanguagenameesperanto{\protect\foreignlanguage{#1}{esperanto}}% + \def\btxlanguagenamefinnish{\protect\foreignlanguage{#1}{finland\'es}}% + \def\btxlanguagenamefrancais{\protect\foreignlanguage{#1}{franc\'es}}% + \def\btxlanguagenamefrench{\protect\foreignlanguage{#1}{franc\'es}}% + \def\btxlanguagenamefrenchb{\protect\foreignlanguage{#1}{franc\'es}}% + \def\btxlanguagenamegerman{\protect\foreignlanguage{#1}{alem\'an}}% + \def\btxlanguagenamegermanb{\protect\foreignlanguage{#1}{alem\'an}}% + \def\btxlanguagenamegreek{\protect\foreignlanguage{#1}{grego}}% + \def\btxlanguagenamehebrew{\protect\foreignlanguage{#1}{hebreo}}% + \def\btxlanguagenamehungarian{\protect\foreignlanguage{#1}{h\'ungaro}}% + \def\btxlanguagenameicelandic{\protect\foreignlanguage{#1}{island\'es}}% + \def\btxlanguagenameirish{\protect\foreignlanguage{#1}{irland\'es}}% + \def\btxlanguagenameitalian{\protect\foreignlanguage{#1}{italiano}}% + \def\btxlanguagenamelatin{\protect\foreignlanguage{#1}{lat\'\i n}}% + \def\btxlanguagenamenaustrian{\protect\foreignlanguage{#1}{alem\'an}}% + \def\btxlanguagenamengerman{\protect\foreignlanguage{#1}{alem\'an}}% + \def\btxlanguagenamenorsk{\protect\foreignlanguage{#1}{noruego}}% + \def\btxlanguagenamenynorsk{\protect\foreignlanguage{#1}{noruego}}% + \def\btxlanguagenamepolish{\protect\foreignlanguage{#1}{polaco}}% + \def\btxlanguagenameportuges{\protect\foreignlanguage{#1}{portugu\'es}}% + \def\btxlanguagenameportuguese{\protect\foreignlanguage{#1}{portugu\'es}}% + \def\btxlanguagenamerussian{\protect\foreignlanguage{#1}{ruso}}% + \def\btxlanguagenamescottish{\protect\foreignlanguage{#1}{escoc\'es}}% + \def\btxlanguagenameserbian{\protect\foreignlanguage{#1}{serbio}}% + \def\btxlanguagenamespanish{\protect\foreignlanguage{#1}{espa\~nol}}% + \def\btxlanguagenameswedish{\protect\foreignlanguage{#1}{sueco}}% + \def\btxlanguagenameturkish{\protect\foreignlanguage{#1}{turco}}% + \def\btxlanguagenameUKenglish{\protect\foreignlanguage{#1}{ingl\'es}}% + \def\btxlanguagenameUSenglish{\protect\foreignlanguage{#1}{ingl\'es}}% + \fi +} +\AtBeginDocument{% + \ifbbbbfixlanguage + \else + \bbbbaddto{galician}{bibsgalician} + \fi + \bbbbaddto{galician}{btxifchangecaseoff} +} + +\endinput +%% +%% End of file `galician.bdf'. diff --git a/Master/texmf-dist/tex/latex/babelbib/german.bdf b/Master/texmf-dist/tex/latex/babelbib/german.bdf index 6ad9822f5a5..49e6de1ddb2 100644 --- a/Master/texmf-dist/tex/latex/babelbib/german.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/german.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -18,7 +18,7 @@ %% h.harders@tu-bs.de %% \ProvidesFile{german.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsgerman[1][german]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/greek.bdf b/Master/texmf-dist/tex/latex/babelbib/greek.bdf index c55db833157..6a268380dfd 100644 --- a/Master/texmf-dist/tex/latex/babelbib/greek.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/greek.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,7 +20,7 @@ \ProvidesFile{greek.bdf} %% Language definitions for Greek by %% Prokopis Prokopidis - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsgreek[1][greek]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{k.'a##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/italian.bdf b/Master/texmf-dist/tex/latex/babelbib/italian.bdf index ac13b1a6cbd..410541b10fc 100644 --- a/Master/texmf-dist/tex/latex/babelbib/italian.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/italian.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -18,7 +18,7 @@ %% h.harders@tu-bs.de %% \ProvidesFile{italian.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsitalian[1][italian]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/norsk.bdf b/Master/texmf-dist/tex/latex/babelbib/norsk.bdf index fd4e321b344..325cba5d6b1 100644 --- a/Master/texmf-dist/tex/latex/babelbib/norsk.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/norsk.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,7 +20,7 @@ %% Language definitions for Norwegian by %% Hans Fredrik Nordhaug \ProvidesFile{norsk.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsnorsk[1][norsk]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% diff --git a/Master/texmf-dist/tex/latex/babelbib/portuguese.bdf b/Master/texmf-dist/tex/latex/babelbib/portuguese.bdf index ee864c11629..dc65059cbfc 100644 --- a/Master/texmf-dist/tex/latex/babelbib/portuguese.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/portuguese.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,14 +20,14 @@ %% Language definitions for Portuguese by %% Jos\'e Carlos Santos \ProvidesFile{portuguese.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsportuguese[1][portuguese]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% \def\btxetallong##1{\protect\foreignlanguage{#1}{et~alii}}% \def\btxandshort##1{\protect\foreignlanguage{#1}{e}}% \def\btxandlong##1{\protect\foreignlanguage{#1}{e}}% - \def\btxandcomma##1{,}% + \def\btxandcomma##1{}% \def\btxinlong##1{\protect\foreignlanguage{#1}{in}}% \def\btxinshort##1{\protect\foreignlanguage{#1}{in}}% \def\btxofseriesshort##1{\protect\foreignlanguage{#1}{de}}% @@ -55,30 +55,30 @@ \def\btxphdthesis##1{\protect\foreignlanguage{#1}{Tese de Doutoramento}}% \def\btxtechrepshort##1{\protect\foreignlanguage{#1}{Rel.\ T\'ec##1{}}}% \def\btxtechreplong##1{\protect\foreignlanguage{#1}{Relat\'orio T\'ecnico}}% - \def\btxmonjanlong##1{\protect\foreignlanguage{#1}{janeiro}}% - \def\btxmonfeblong##1{\protect\foreignlanguage{#1}{fevereiro}}% - \def\btxmonmarlong##1{\protect\foreignlanguage{#1}{mar\c co}}% - \def\btxmonaprlong##1{\protect\foreignlanguage{#1}{abril}}% - \def\btxmonmaylong##1{\protect\foreignlanguage{#1}{maio}}% - \def\btxmonjunlong##1{\protect\foreignlanguage{#1}{junho}}% - \def\btxmonjullong##1{\protect\foreignlanguage{#1}{julho}}% - \def\btxmonauglong##1{\protect\foreignlanguage{#1}{agosto}}% - \def\btxmonseplong##1{\protect\foreignlanguage{#1}{setembro}}% - \def\btxmonoctlong##1{\protect\foreignlanguage{#1}{outubro}}% - \def\btxmonnovlong##1{\protect\foreignlanguage{#1}{novembro}}% - \def\btxmondeclong##1{\protect\foreignlanguage{#1}{dezembro}}% - \def\btxmonjanshort##1{\protect\foreignlanguage{#1}{jan##1{}}}% - \def\btxmonfebshort##1{\protect\foreignlanguage{#1}{fev##1{}}}% - \def\btxmonmarshort##1{\protect\foreignlanguage{#1}{mar##1{}}}% - \def\btxmonaprshort##1{\protect\foreignlanguage{#1}{apr##1{}}}% - \def\btxmonmayshort##1{\protect\foreignlanguage{#1}{maio}}% - \def\btxmonjunshort##1{\protect\foreignlanguage{#1}{jun##1{}}}% - \def\btxmonjulshort##1{\protect\foreignlanguage{#1}{jul##1{}}}% - \def\btxmonaugshort##1{\protect\foreignlanguage{#1}{ago##1{}}}% - \def\btxmonsepshort##1{\protect\foreignlanguage{#1}{set##1{}}}% - \def\btxmonoctshort##1{\protect\foreignlanguage{#1}{out##1{}}}% - \def\btxmonnovshort##1{\protect\foreignlanguage{#1}{nov##1{}}}% - \def\btxmondecshort##1{\protect\foreignlanguage{#1}{dez##1{}}}% + \def\btxmonjanlong##1{\protect\foreignlanguage{#1}{Janeiro}}% + \def\btxmonfeblong##1{\protect\foreignlanguage{#1}{Fevereiro}}% + \def\btxmonmarlong##1{\protect\foreignlanguage{#1}{Mar\c co}}% + \def\btxmonaprlong##1{\protect\foreignlanguage{#1}{Abril}}% + \def\btxmonmaylong##1{\protect\foreignlanguage{#1}{Maio}}% + \def\btxmonjunlong##1{\protect\foreignlanguage{#1}{Junho}}% + \def\btxmonjullong##1{\protect\foreignlanguage{#1}{Julho}}% + \def\btxmonauglong##1{\protect\foreignlanguage{#1}{Agosto}}% + \def\btxmonseplong##1{\protect\foreignlanguage{#1}{Setembro}}% + \def\btxmonoctlong##1{\protect\foreignlanguage{#1}{Outubro}}% + \def\btxmonnovlong##1{\protect\foreignlanguage{#1}{Novembro}}% + \def\btxmondeclong##1{\protect\foreignlanguage{#1}{Dezembro}}% + \def\btxmonjanshort##1{\protect\foreignlanguage{#1}{Jan##1{}}}% + \def\btxmonfebshort##1{\protect\foreignlanguage{#1}{Fev##1{}}}% + \def\btxmonmarshort##1{\protect\foreignlanguage{#1}{Mar##1{}}}% + \def\btxmonaprshort##1{\protect\foreignlanguage{#1}{Apr##1{}}}% + \def\btxmonmayshort##1{\protect\foreignlanguage{#1}{Maio}}% + \def\btxmonjunshort##1{\protect\foreignlanguage{#1}{Jun##1{}}}% + \def\btxmonjulshort##1{\protect\foreignlanguage{#1}{Jul##1{}}}% + \def\btxmonaugshort##1{\protect\foreignlanguage{#1}{Ago##1{}}}% + \def\btxmonsepshort##1{\protect\foreignlanguage{#1}{Set##1{}}}% + \def\btxmonoctshort##1{\protect\foreignlanguage{#1}{Out##1{}}}% + \def\btxmonnovshort##1{\protect\foreignlanguage{#1}{Nov##1{}}}% + \def\btxmondecshort##1{\protect\foreignlanguage{#1}{Dez##1{}}}% \def\Btxinlong##1{\protect\foreignlanguage{#1}{In}}% \def\Btxinshort##1{\protect\foreignlanguage{#1}{In}}% \def\Btxeditorshort##1{\protect\foreignlanguage{#1}{Ed##1{}}}% @@ -103,8 +103,9 @@ \def\btxurldatecomment##1{\protect\foreignlanguage{#1}{, acedido em ##1}}% \def\btxfnamespaceshort{\,}% \def\btxfnamespacelong{ }% - \def\btxnumeralshort##1{\btxnumeralfallback{#1}{##1}}% - \def\btxnumerallong##1{\btxnumeralfallback{#1}{##1}}% + \def\btxnumeralshort##1{\protect\foreignlanguage{#1}{% + \ifnumber{##1}{##1\textsuperscript{\underline a}}{##1}}}% + \def\btxnumerallong##1{\btxnumeralshort{#1}{##1}}% \def\btxkeywordlanguage##1{{\protect\selectlanguage{#1}##1}}% \ifbbbblanguagenames \def\btxlanguagenameamerican{\protect\foreignlanguage{#1}{ingl\^es}}% @@ -152,9 +153,35 @@ \def\btxlanguagenameUSenglish{\protect\foreignlanguage{#1}{ingl\^es}}% \fi } -\newcommand\bibsbrazil{\bibsportuguese[brazil]} -\newcommand\bibsbrazilian{\bibsportuguese[brazilian]} -\newcommand\bibsportuges{\bibsportuguese[portuges]} +\newcommand\bibsportuges[1][portuges]{\bibsportuguese[#1]} +\newcommand\bibsbrazil[1][brazil]{\bibsbrazilian[#1]} +\newcommand\bibsbrazilian[1][brazilian]{% + \bibsportuguese[#1]% + \def\btxmonjanlong##1{\protect\foreignlanguage{#1}{janeiro}}% + \def\btxmonfeblong##1{\protect\foreignlanguage{#1}{fevereiro}}% + \def\btxmonmarlong##1{\protect\foreignlanguage{#1}{mar\c co}}% + \def\btxmonaprlong##1{\protect\foreignlanguage{#1}{abril}}% + \def\btxmonmaylong##1{\protect\foreignlanguage{#1}{maio}}% + \def\btxmonjunlong##1{\protect\foreignlanguage{#1}{junho}}% + \def\btxmonjullong##1{\protect\foreignlanguage{#1}{julho}}% + \def\btxmonauglong##1{\protect\foreignlanguage{#1}{agosto}}% + \def\btxmonseplong##1{\protect\foreignlanguage{#1}{setembro}}% + \def\btxmonoctlong##1{\protect\foreignlanguage{#1}{outubro}}% + \def\btxmonnovlong##1{\protect\foreignlanguage{#1}{novembro}}% + \def\btxmondeclong##1{\protect\foreignlanguage{#1}{dezembro}}% + \def\btxmonjanshort##1{\protect\foreignlanguage{#1}{jan##1{}}}% + \def\btxmonfebshort##1{\protect\foreignlanguage{#1}{fev##1{}}}% + \def\btxmonmarshort##1{\protect\foreignlanguage{#1}{mar##1{}}}% + \def\btxmonaprshort##1{\protect\foreignlanguage{#1}{apr##1{}}}% + \def\btxmonmayshort##1{\protect\foreignlanguage{#1}{maio}}% + \def\btxmonjunshort##1{\protect\foreignlanguage{#1}{jun##1{}}}% + \def\btxmonjulshort##1{\protect\foreignlanguage{#1}{jul##1{}}}% + \def\btxmonaugshort##1{\protect\foreignlanguage{#1}{ago##1{}}}% + \def\btxmonsepshort##1{\protect\foreignlanguage{#1}{set##1{}}}% + \def\btxmonoctshort##1{\protect\foreignlanguage{#1}{out##1{}}}% + \def\btxmonnovshort##1{\protect\foreignlanguage{#1}{nov##1{}}}% + \def\btxmondecshort##1{\protect\foreignlanguage{#1}{dez##1{}}}% +} \AtBeginDocument{% \ifbbbbfixlanguage \else diff --git a/Master/texmf-dist/tex/latex/babelbib/russian.bdf b/Master/texmf-dist/tex/latex/babelbib/russian.bdf new file mode 100644 index 00000000000..5255023290e --- /dev/null +++ b/Master/texmf-dist/tex/latex/babelbib/russian.bdf @@ -0,0 +1,381 @@ +%% +%% This is file `russian.bdf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% babelbib.dtx (with options: `latex,russian') +%% +%% babelbib package +%% +%% Copyright 2003--2009 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 +%% +%% Language definitions for Russian by +%% ... (can't find the information. If it was you please tell me!) +\ProvidesFile{russian.bdf} + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] +\newcommand\bibsrussian[1][russian]{% + \def\biblanguagename{#1}% + \def\btxetalshort##1{\protect\foreignlanguage{#1}{\IeC {\cyri }~\IeC + {\cyrd }\IeC {\cyrr }.##1{}}}% + \def\btxetallong##1{\protect\foreignlanguage{#1}{\IeC {\cyri }~\IeC + {\cyrd }\IeC {\cyrr }\IeC {\cyru }\IeC {\cyrg }\IeC {\cyri }\IeC + {\cyre }}}% + \def\btxandshort##1{\protect\foreignlanguage{#1}{\IeC {\cyri }}}% + \def\btxandlong##1{\protect\foreignlanguage{#1}{\IeC {\cyri }}}% + \def\btxandcomma##1{,}% + \def\btxinlong##1{\protect\foreignlanguage{#1}{\IeC {\cyrv }}}% + \def\btxinshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrv }}}% + \def\btxofseriesshort##1{\protect\foreignlanguage{#1}{\IeC {\cyri + }\IeC {\cyrz }}}% + \def\btxinseriesshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrv }}}% + \def\btxofserieslong##1{\protect\foreignlanguage{#1}{\IeC {\cyri + }\IeC {\cyrz }}}% + \def\btxinserieslong##1{\protect\foreignlanguage{#1}{\IeC {\cyrv }}}% + \def\btxeditorshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrr + }\IeC {\cyre }\IeC {\cyrd }.##1{}}}% + \def\btxeditorlong##1{\protect\foreignlanguage{#1}{\IeC {\cyrr }\IeC + {\cyre }\IeC {\cyrd }\IeC {\cyra }\IeC {\cyrk }\IeC {\cyrt }\IeC + {\cyro }\IeC {\cyrr }}}% + \def\btxeditorsshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrr + }\IeC {\cyre }\IeC {\cyrd }.##1{}}}% + \def\btxeditorslong##1{\protect\foreignlanguage{#1}{\IeC {\cyrr + }\IeC {\cyre }\IeC {\cyrd }\IeC {\cyra }\IeC {\cyrk }\IeC {\cyrt + }\IeC {\cyro }\IeC {\cyrr }\IeC {\cyrery }}}% + \def\btxvolumeshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrt }.##1{}}}% + \def\btxvolumelong##1{\protect\foreignlanguage{#1}{\IeC {\cyrt }\IeC + {\cyro }\IeC {\cyrm }}}% + \def\btxnumbershort##1{\protect\foreignlanguage{#1}{% + n\textsuperscript{\underline{o}}}}% + \def\btxnumberlong##1{\protect\foreignlanguage{#1}{\IeC {\cyrn }\IeC + {\cyro }\IeC {\cyrm }\IeC {\cyre }\IeC {\cyrr }}}% + \def\btxeditionshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrr + }\IeC {\cyre }\IeC {\cyrd }.##1{}}}% + \def\btxeditionlong##1{\protect\foreignlanguage{#1}{\IeC {\cyrr + }\IeC {\cyre }\IeC {\cyrd }\IeC {\cyra }\IeC {\cyrk }\IeC {\cyrc + }\IeC {\cyri }\IeC {\cyrya }}}% + \def\btxchaptershort##1{\protect\foreignlanguage{#1}{\IeC {\cyrg + }\IeC {\cyrl }.##1{}}}% + \def\btxchapterlong##1{\protect\foreignlanguage{#1}{\IeC {\cyrg + }\IeC {\cyrl }\IeC {\cyra }\IeC {\cyrv }\IeC {\cyra }}}% + \def\btxpageshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrs }\IeC + {\cyrt }\IeC {\cyrr }.##1{}}}% + \def\btxpagelong##1{\protect\foreignlanguage{#1}{\IeC {\cyrs }\IeC + {\cyrt }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyrn }\IeC {\cyri }\IeC + {\cyrc }\IeC {\cyra }}}% + \def\btxpagesshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrs }\IeC + {\cyrt }\IeC {\cyrr }.##1{}}}% + \def\btxpageslong##1{\protect\foreignlanguage{#1}{\IeC {\cyrs }\IeC + {\cyrt }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyrn }\IeC {\cyri }\IeC + {\cyrc }\IeC {\cyrery }}}% + \def\btxmastthesis##1{\protect\foreignlanguage{#1}{\IeC {\CYRD }\IeC + {\cyri }\IeC {\cyrp }\IeC {\cyrl }\IeC {\cyro }\IeC {\cyrm } + \IeC {\cyrm }\IeC {\cyra }\IeC {\cyrg }\IeC {\cyri }\IeC {\cyrs + }\IeC {\cyrt }\IeC {\cyrr }\IeC {\cyra }}}% + \def\btxphdthesis##1{\protect\foreignlanguage{#1}{\IeC {\CYRK }\IeC + {\cyra }\IeC {\cyrn }\IeC {\cyrd }\IeC {\cyri }\IeC {\cyrd }\IeC + {\cyra }\IeC {\cyrt }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyra }\IeC + {\cyrya } \IeC {\cyrd }\IeC {\cyri }\IeC {\cyrs }\IeC {\cyrs + }\IeC {\cyre }\IeC {\cyrr }\IeC {\cyrt }\IeC {\cyra }\IeC {\cyrc + }\IeC {\cyri }\IeC {\cyrya }}}% + \def\btxtechrepshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrt + }\IeC {\cyre }\IeC {\cyrh }.\ \IeC {\cyro }\IeC {\cyrt }\IeC + {\cyrch }\IeC {\cyre }\IeC {\cyrt }##1{}}}% + \def\btxtechreplong##1{\protect\foreignlanguage{#1}{\IeC {\cyrt + }\IeC {\cyre }\IeC {\cyrh }\IeC {\cyrn }\IeC {\cyri }\IeC + {\cyrch }\IeC {\cyre }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri + }\IeC {\cyrishrt } \IeC {\cyro }\IeC {\cyrt }\IeC {\cyrch }\IeC + {\cyre }\IeC {\cyrt }}}% + \def\btxmonjanlong##1{\protect\foreignlanguage{#1}{\IeC {\cyrya + }\IeC {\cyrn }\IeC {\cyrv }\IeC {\cyra }\IeC {\cyrr }\IeC + {\cyrsftsn }}}% + \def\btxmonfeblong##1{\protect\foreignlanguage{#1}{\IeC {\cyrf }\IeC + {\cyre }\IeC {\cyrv }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyrl }\IeC + {\cyrsftsn }}}% + \def\btxmonmarlong##1{\protect\foreignlanguage{#1}{\IeC {\cyrm }\IeC + {\cyra }\IeC {\cyrr }\IeC {\cyrt }}}% + \def\btxmonaprlong##1{\protect\foreignlanguage{#1}{\IeC {\cyra }\IeC + {\cyrp }\IeC {\cyrr }\IeC {\cyre }\IeC {\cyrl }\IeC {\cyrsftsn + }}}% + \def\btxmonmaylong##1{\protect\foreignlanguage{#1}{\IeC {\cyrm }\IeC + {\cyra }\IeC {\cyrishrt }}}% + \def\btxmonjunlong##1{\protect\foreignlanguage{#1}{\IeC {\cyri }\IeC + {\cyryu }\IeC {\cyrn }\IeC {\cyrsftsn }}}% + \def\btxmonjullong##1{\protect\foreignlanguage{#1}{\IeC {\cyri }\IeC + {\cyryu }\IeC {\cyrl }\IeC {\cyrsftsn }}}% + \def\btxmonauglong##1{\protect\foreignlanguage{#1}{\IeC {\cyra }\IeC + {\cyrv }\IeC {\cyrg }\IeC {\cyru }\IeC {\cyrs }\IeC {\cyrt }}}% + \def\btxmonseplong##1{\protect\foreignlanguage{#1}{\IeC {\cyrs }\IeC + {\cyre }\IeC {\cyrn }\IeC {\cyrt }\IeC {\cyrya }\IeC {\cyrb + }\IeC {\cyrr }\IeC {\cyrsftsn }}}% + \def\btxmonoctlong##1{\protect\foreignlanguage{#1}{\IeC {\cyro }\IeC + {\cyrk }\IeC {\cyrt }\IeC {\cyrya }\IeC {\cyrb }\IeC {\cyrr + }\IeC {\cyrsftsn }}}% + \def\btxmonnovlong##1{\protect\foreignlanguage{#1}{\IeC {\cyrn }\IeC + {\cyro }\IeC {\cyrya }\IeC {\cyrb }\IeC {\cyrr }\IeC {\cyrsftsn + }}}% + \def\btxmondeclong##1{\protect\foreignlanguage{#1}{\IeC {\cyrd }\IeC + {\cyre }\IeC {\cyrk }\IeC {\cyra }\IeC {\cyrb }\IeC {\cyrr }\IeC + {\cyrsftsn }}}% + \def\btxmonjanshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrya + }\IeC {\cyrn }\IeC {\cyrv }.##1{}}}% + \def\btxmonfebshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrf + }\IeC {\cyre }\IeC {\cyrv }.##1{}}}% + \def\btxmonmarshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrm + }\IeC {\cyra }\IeC {\cyrr }.##1{}}}% + \def\btxmonaprshort##1{\protect\foreignlanguage{#1}{\IeC {\cyra + }\IeC {\cyrp }\IeC {\cyrr }.##1{}}}% + \def\btxmonmayshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrm + }\IeC {\cyra }\IeC {\cyrishrt }}}% + \def\btxmonjunshort##1{\protect\foreignlanguage{#1}{\IeC {\cyri + }\IeC {\cyryu }\IeC {\cyrn }\IeC {\cyrsftsn }##1{}}}% + \def\btxmonjulshort##1{\protect\foreignlanguage{#1}{\IeC {\cyri + }\IeC {\cyryu }\IeC {\cyrl }\IeC {\cyrsftsn }##1{}}}% + \def\btxmonaugshort##1{\protect\foreignlanguage{#1}{\IeC {\cyra + }\IeC {\cyrv }\IeC {\cyrg }.##1{}}}% + \def\btxmonsepshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrs + }\IeC {\cyre }\IeC {\cyrn }.##1{}}}% + \def\btxmonoctshort##1{\protect\foreignlanguage{#1}{\IeC {\cyro + }\IeC {\cyrk }\IeC {\cyrt }.##1{}}}% + \def\btxmonnovshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrn + }\IeC {\cyro }\IeC {\cyrya }.##1{}}}% + \def\btxmondecshort##1{\protect\foreignlanguage{#1}{\IeC {\cyrd + }\IeC {\cyre }\IeC {\cyrk }.##1{}}}% + \def\Btxinlong##1{\protect\foreignlanguage{#1}{\IeC {\CYRV }}}% + \def\Btxinshort##1{\protect\foreignlanguage{#1}{\IeC {\CYRV }}}% + \def\Btxeditorshort##1{\protect\foreignlanguage{#1}{\IeC {\CYRR + }\IeC {\cyre }\IeC {\cyrd }.##1{}}}% + \def\Btxeditorlong##1{\protect\foreignlanguage{#1}{\IeC {\CYRR }\IeC + {\cyre }\IeC {\cyrd }\IeC {\cyra }\IeC {\cyrk }\IeC {\cyrt }\IeC + {\cyro }\IeC {\cyrr }}}% + \def\Btxeditorsshort##1{\protect\foreignlanguage{#1}{\IeC {\CYRR + }\IeC {\cyre }\IeC {\cyrd }.##1{}}}% + \def\Btxeditorslong##1{\protect\foreignlanguage{#1}{\IeC {\CYRR + }\IeC {\cyre }\IeC {\cyrd }\IeC {\cyra }\IeC {\cyrk }\IeC {\cyrt + }\IeC {\cyro }\IeC {\cyrr }\IeC {\cyrery }}}% + \def\Btxvolumeshort##1{\protect\foreignlanguage{#1}{\IeC {\CYRT }.##1{}}}% + \def\Btxvolumelong##1{\protect\foreignlanguage{#1}{\IeC {\CYRT }\IeC + {\cyro }\IeC {\cyrm }}}% + \def\Btxnumbershort##1{\protect\foreignlanguage{#1}{% + N\textsuperscript{\underline{o}}}}% + \def\Btxnumberlong##1{\protect\foreignlanguage{#1}{\IeC {\CYRN }\IeC + {\cyro }\IeC {\cyrm }\IeC {\cyre }\IeC {\cyrr }}}% + \def\Btxeditionshort##1{\protect\foreignlanguage{#1}{\IeC {\CYRR + }\IeC {\cyre }\IeC {\cyrd }.##1{}}}% + \def\Btxeditionlong##1{\protect\foreignlanguage{#1}{\IeC {\CYRR + }\IeC {\cyre }\IeC {\cyrd }\IeC {\cyra }\IeC {\cyrk }\IeC {\cyrc + }\IeC {\cyri }\IeC {\cyrya }}}% + \def\Btxchaptershort##1{\protect\foreignlanguage{#1}{\IeC {\CYRG + }\IeC {\cyrl }.##1{}}}% + \def\Btxchapterlong##1{\protect\foreignlanguage{#1}{\IeC {\CYRG + }\IeC {\cyrl }\IeC {\cyra }\IeC {\cyrv }\IeC {\cyra }}}% + \def\Btxpageshort##1{\protect\foreignlanguage{#1}{\IeC {\CYRS }\IeC + {\cyrt }\IeC {\cyrr }.##1{}}}% + \def\Btxpagelong##1{\protect\foreignlanguage{#1}{\IeC {\CYRS }\IeC + {\cyrt }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyrn }\IeC {\cyri }\IeC + {\cyrc }\IeC {\cyra }}}% + \def\Btxpagesshort##1{\protect\foreignlanguage{#1}{\IeC {\CYRS }\IeC + {\cyrt }\IeC {\cyrr }.##1{}}}% + \def\Btxpageslong##1{\protect\foreignlanguage{#1}{\IeC {\CYRS }\IeC + {\cyrt }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyrn }\IeC {\cyri }\IeC + {\cyrc }\IeC {\cyrery }}}% + \def\Btxtechrepshort##1{\protect\foreignlanguage{#1}{\IeC {\CYRT + }\IeC {\cyre }\IeC {\cyrh }.\ \IeC {\cyro }\IeC {\cyrt }\IeC + {\cyrch }\IeC {\cyre }\IeC {\cyrt }##1{}}}% + \def\Btxtechreplong##1{\protect\foreignlanguage{#1}{\IeC {\CYRT + }\IeC {\cyre }\IeC {\cyrh }\IeC {\cyrn }\IeC {\cyri }\IeC + {\cyrch }\IeC {\cyre }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri + }\IeC {\cyrishrt } \IeC {\cyro }\IeC {\cyrt }\IeC {\cyrch }\IeC + {\cyre }\IeC {\cyrt }}}% + \def\btxurldatecomment##1{\protect\foreignlanguage{#1}{, \IeC {\cyrp + }\IeC {\cyro }\IeC {\cyrs }\IeC {\cyre }\IeC {\cyrshch }\IeC + {\cyre }\IeC {\cyrn }\IeC {\cyro } ##1}}% + \def\btxfnamespaceshort{\,}% + \def\btxfnamespacelong{ }% + \def\btxnumeralshort##1{\btxnumeralfallback{#1}{##1}}% + \def\btxnumerallong##1{\btxnumeralfallback{#1}{##1}}% + \def\btxkeywordlanguage##1{{\protect\selectlanguage{#1}##1}}% + \ifbbbblanguagenames + \def\btxlanguagenameamerican{\protect\foreignlanguage{#1}{\IeC + {\cyra }\IeC {\cyrn }\IeC {\cyrg }\IeC {\cyrl }\IeC {\cyri + }\IeC {\cyrishrt }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenameaustrian{\protect\foreignlanguage{#1}{\IeC + {\cyra }\IeC {\cyrv }\IeC {\cyrs }\IeC {\cyrt }\IeC {\cyrr + }\IeC {\cyri }\IeC {\cyrishrt }\IeC {\cyrs }\IeC {\cyrk }\IeC + {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamebrazil{\protect\foreignlanguage{#1}{\IeC + {\cyrp }\IeC {\cyro }\IeC {\cyrr }\IeC {\cyrt }\IeC {\cyru + }\IeC {\cyrg }\IeC {\cyra }\IeC {\cyrl }\IeC {\cyrsftsn }\IeC + {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamebrazilian{\protect\foreignlanguage{#1}{\IeC + {\cyrp }\IeC {\cyro }\IeC {\cyrr }\IeC {\cyrt }\IeC {\cyru + }\IeC {\cyrg }\IeC {\cyra }\IeC {\cyrl }\IeC {\cyrsftsn }\IeC + {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamebritish{\protect\foreignlanguage{#1}{\IeC + {\cyra }\IeC {\cyrn }\IeC {\cyrg }\IeC {\cyrl }\IeC {\cyri + }\IeC {\cyrishrt }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenamebulgarian{\protect\foreignlanguage{#1}{\IeC + {\cyrb }\IeC {\cyro }\IeC {\cyrl }\IeC {\cyrg }\IeC {\cyra + }\IeC {\cyrr }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenamecanadian{\protect\foreignlanguage{#1}{\IeC + {\cyra }\IeC {\cyrn }\IeC {\cyrg }\IeC {\cyrl }\IeC {\cyri + }\IeC {\cyrishrt }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenamecanadien{\protect\foreignlanguage{#1}{\IeC + {\cyrf }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyrn }\IeC {\cyrc + }\IeC {\cyru }\IeC {\cyrz }\IeC {\cyrs }\IeC {\cyrk }\IeC + {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamecatalan{\protect\foreignlanguage{#1}{\IeC + {\cyrk }\IeC {\cyra }\IeC {\cyrt }\IeC {\cyra }\IeC {\cyrl + }\IeC {\cyro }\IeC {\cyrn }\IeC {\cyrs }\IeC {\cyrk }\IeC + {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamecroatian{\protect\foreignlanguage{#1}{\IeC + {\cyrh }\IeC {\cyro }\IeC {\cyrr }\IeC {\cyrv }\IeC {\cyra + }\IeC {\cyrt }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenameczech{\protect\foreignlanguage{#1}{\IeC + {\cyrch }\IeC {\cyre }\IeC {\cyrsh }\IeC {\cyrs }\IeC {\cyrk + }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamedanish{\protect\foreignlanguage{#1}{\IeC + {\cyrd }\IeC {\cyra }\IeC {\cyrt }\IeC {\cyrs }\IeC {\cyrk + }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamedutch{\protect\foreignlanguage{#1}{\IeC {\cyrg + }\IeC {\cyro }\IeC {\cyrl }\IeC {\cyrl }\IeC {\cyra }\IeC + {\cyrn }\IeC {\cyrd }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri + }\IeC {\cyrishrt }}}% + \def\btxlanguagenameenglish{\protect\foreignlanguage{#1}{\IeC + {\cyra }\IeC {\cyrn }\IeC {\cyrg }\IeC {\cyrl }\IeC {\cyri + }\IeC {\cyrishrt }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenameesperanto{\protect\foreignlanguage{#1}{\IeC + {\cyrerev }\IeC {\cyrs }\IeC {\cyrp }\IeC {\cyre }\IeC {\cyrr + }\IeC {\cyra }\IeC {\cyrn }\IeC {\cyrt }\IeC {\cyro }}}% + \def\btxlanguagenamefinnish{\protect\foreignlanguage{#1}{\IeC + {\cyrf }\IeC {\cyri }\IeC {\cyrn }\IeC {\cyrs }\IeC {\cyrk + }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamefranceis{\protect\foreignlanguage{#1}{\IeC + {\cyrf }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyrn }\IeC {\cyrc + }\IeC {\cyru }\IeC {\cyrz }\IeC {\cyrs }\IeC {\cyrk }\IeC + {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamefrench{\protect\foreignlanguage{#1}{\IeC + {\cyrf }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyrn }\IeC {\cyrc + }\IeC {\cyru }\IeC {\cyrz }\IeC {\cyrs }\IeC {\cyrk }\IeC + {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamefrenchb{\protect\foreignlanguage{#1}{\IeC + {\cyrf }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyrn }\IeC {\cyrc + }\IeC {\cyru }\IeC {\cyrz }\IeC {\cyrs }\IeC {\cyrk }\IeC + {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamegerman{\protect\foreignlanguage{#1}{\IeC + {\cyrn }\IeC {\cyre }\IeC {\cyrm }\IeC {\cyre }\IeC {\cyrc + }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamegermanb{\protect\foreignlanguage{#1}{\IeC + {\cyrn }\IeC {\cyre }\IeC {\cyrm }\IeC {\cyre }\IeC {\cyrc + }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamegreek{\protect\foreignlanguage{#1}{\IeC {\cyrg + }\IeC {\cyrr }\IeC {\cyre }\IeC {\cyrch }\IeC {\cyre }\IeC + {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamehebrew{\protect\foreignlanguage{#1}{\IeC + {\cyre }\IeC {\cyrv }\IeC {\cyrr }\IeC {\cyre }\IeC {\cyrishrt + }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamehungarian{\protect\foreignlanguage{#1}{\IeC + {\cyrv }\IeC {\cyre }\IeC {\cyrn }\IeC {\cyrg }\IeC {\cyre + }\IeC {\cyrr }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenameicelandic{\protect\foreignlanguage{#1}{\IeC + {\cyri }\IeC {\cyrs }\IeC {\cyrl }\IeC {\cyra }\IeC {\cyrn + }\IeC {\cyrd }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenameirish{\protect\foreignlanguage{#1}{\IeC {\cyri + }\IeC {\cyrr }\IeC {\cyrl }\IeC {\cyra }\IeC {\cyrn }\IeC + {\cyrd }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt + }}}% + \def\btxlanguagenameitalian{\protect\foreignlanguage{#1}{\IeC + {\cyri }\IeC {\cyrt }\IeC {\cyra }\IeC {\cyrl }\IeC {\cyrsftsn + }\IeC {\cyrya }\IeC {\cyrn }\IeC {\cyrs }\IeC {\cyrk }\IeC + {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamelatin{\protect\foreignlanguage{#1}{\IeC {\cyrl + }\IeC {\cyra }\IeC {\cyrt }\IeC {\cyri }\IeC {\cyrn }\IeC + {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamenaustrian{\protect\foreignlanguage{#1}{\IeC + {\cyrn }\IeC {\cyre }\IeC {\cyrm }\IeC {\cyre }\IeC {\cyrc + }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamengerman{\protect\foreignlanguage{#1}{\IeC + {\cyrn }\IeC {\cyre }\IeC {\cyrm }\IeC {\cyre }\IeC {\cyrc + }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamenorsk{\protect\foreignlanguage{#1}{\IeC {\cyrn + }\IeC {\cyro }\IeC {\cyrr }\IeC {\cyrv }\IeC {\cyre }\IeC + {\cyrzh }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenamenynorsk{\protect\foreignlanguage{#1}{\IeC + {\cyrn }\IeC {\cyro }\IeC {\cyrv }\IeC {\cyro }\IeC {\cyrn + }\IeC {\cyro }\IeC {\cyrr }\IeC {\cyrv }\IeC {\cyre }\IeC + {\cyrzh }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenamepolish{\protect\foreignlanguage{#1}{\IeC + {\cyrp }\IeC {\cyro }\IeC {\cyrl }\IeC {\cyrsftsn }\IeC {\cyrs + }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenameportuges{\protect\foreignlanguage{#1}{\IeC + {\cyrp }\IeC {\cyro }\IeC {\cyrr }\IeC {\cyrt }\IeC {\cyru + }\IeC {\cyrg }\IeC {\cyra }\IeC {\cyrl }\IeC {\cyrsftsn }\IeC + {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenameportuguese{\protect\foreignlanguage{#1}{\IeC + {\cyrp }\IeC {\cyro }\IeC {\cyrr }\IeC {\cyrt }\IeC {\cyru + }\IeC {\cyrg }\IeC {\cyra }\IeC {\cyrl }\IeC {\cyrsftsn }\IeC + {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamerussian{\protect\foreignlanguage{#1}{\IeC + {\cyrr }\IeC {\cyru }\IeC {\cyrs }\IeC {\cyrs }\IeC {\cyrk + }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamescottish{\protect\foreignlanguage{#1}{\IeC + {\cyrsh }\IeC {\cyro }\IeC {\cyrt }\IeC {\cyrl }\IeC {\cyra + }\IeC {\cyrn }\IeC {\cyrd }\IeC {\cyrs }\IeC {\cyrk }\IeC + {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenameserbian{\protect\foreignlanguage{#1}{\IeC + {\cyrs }\IeC {\cyre }\IeC {\cyrr }\IeC {\cyrb }\IeC {\cyrs + }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenamespanish{\protect\foreignlanguage{#1}{\IeC + {\cyri }\IeC {\cyrs }\IeC {\cyrp }\IeC {\cyra }\IeC {\cyrn + }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenameswedish{\protect\foreignlanguage{#1}{\IeC + {\cyrsh }\IeC {\cyrv }\IeC {\cyre }\IeC {\cyrd }\IeC {\cyrs + }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenameturkish{\protect\foreignlanguage{#1}{\IeC + {\cyrt }\IeC {\cyru }\IeC {\cyrr }\IeC {\cyre }\IeC {\cyrc + }\IeC {\cyrk }\IeC {\cyri }\IeC {\cyrishrt }}}% + \def\btxlanguagenameukrainian{\protect\foreignlanguage{#1}{\IeC + {\cyru }\IeC {\cyrk }\IeC {\cyrr }\IeC {\cyra }\IeC {\cyri + }\IeC {\cyrn }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenameUKenglish{\protect\foreignlanguage{#1}{\IeC + {\cyra }\IeC {\cyrn }\IeC {\cyrg }\IeC {\cyrl }\IeC {\cyri + }\IeC {\cyrishrt }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \def\btxlanguagenameUSenglish{\protect\foreignlanguage{#1}{\IeC + {\cyra }\IeC {\cyrn }\IeC {\cyrg }\IeC {\cyrl }\IeC {\cyri + }\IeC {\cyrishrt }\IeC {\cyrs }\IeC {\cyrk }\IeC {\cyri }\IeC + {\cyrishrt }}}% + \fi +} +\newcommand\bibsrussianb{\bibsrussian[russianb]} +\AtBeginDocument{% + \ifbbbbfixlanguage + \else + \bbbbaddto{russianb}{bibrussianb} + \bbbbaddto{russian}{bibsrussian} + \fi + \bbbbaddto{russianb}{btxifchangecaseoff} + \bbbbaddto{russian}{btxifchangecaseoff} +} + +\endinput +%% +%% End of file `russian.bdf'. diff --git a/Master/texmf-dist/tex/latex/babelbib/spanish.bdf b/Master/texmf-dist/tex/latex/babelbib/spanish.bdf index c2cc161edb9..6f7d300538c 100644 --- a/Master/texmf-dist/tex/latex/babelbib/spanish.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/spanish.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -17,10 +17,10 @@ %% %% h.harders@tu-bs.de %% -%% Language definitions for spanish by +%% Language definitions for Spanish by %% V{\'\i}ctor Lua{\~n}a \ProvidesFile{spanish.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsspanish[1][spanish]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{y~cols##1{}}}% @@ -103,8 +103,8 @@ \def\btxurldatecomment##1{\protect\foreignlanguage{#1}{, visitado el ##1}}% \def\btxfnamespaceshort{\,}% \def\btxfnamespacelong{ }% - \def\btxnumeralshort##1{\ifnumber{##1}{\protect\foreignlanguage{#1}{% - ##1\ifcase##1 \ieme\or \iere\else \ieme\fi}}{##1}}% + \def\btxnumeralshort##1{\protect\foreignlanguage{#1}{% + \ifnumber{##1}{##1\textsuperscript{\underline a}}{##1}}}% \def\btxnumerallong##1{\btxnumeralshort{#1}{##1}}% \def\btxkeywordlanguage##1{{\protect\selectlanguage{#1}##1}}% \ifbbbblanguagenames diff --git a/Master/texmf-dist/tex/latex/babelbib/swedish.bdf b/Master/texmf-dist/tex/latex/babelbib/swedish.bdf index ce27b6ee025..8dbb249e6d5 100644 --- a/Master/texmf-dist/tex/latex/babelbib/swedish.bdf +++ b/Master/texmf-dist/tex/latex/babelbib/swedish.bdf @@ -8,7 +8,7 @@ %% %% babelbib package %% -%% Copyright 2003--2005 Harald Harders +%% Copyright 2003--2009 Harald Harders %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,14 +20,14 @@ %% Language definitions for Swedish by %% Hans Fredrik Nordhaug \ProvidesFile{swedish.bdf} - [2005/11/13 v1.20 babelbib: multilingual bibliographies (HH)] + [2009/06/18 v1.27 babelbib: multilingual bibliographies (HH)] \newcommand\bibsswedish[1][swedish]{% \def\biblanguagename{#1}% \def\btxetalshort##1{\protect\foreignlanguage{#1}{et~al##1{}}}% \def\btxetallong##1{\protect\foreignlanguage{#1}{et~alii}}% \def\btxandshort##1{\protect\foreignlanguage{#1}{och}}% \def\btxandlong##1{\protect\foreignlanguage{#1}{och}}% - \def\btxandcomma##1{,}% + \def\btxandcomma##1{}% \def\btxinlong##1{\protect\foreignlanguage{#1}{i}}% \def\btxinshort##1{\protect\foreignlanguage{#1}{i}}% \def\btxofseriesshort##1{\protect\foreignlanguage{#1}{av}}% -- cgit v1.2.3