diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/lbx/british.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/lbx/british.lbx | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/british.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/british.lbx new file mode 100644 index 00000000000..5fbe4626024 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/british.lbx @@ -0,0 +1,50 @@ +% $Id: british.lbx,v 0.9 2010/02/14 15:42:33 lehman beta $ + +\ProvidesFile{british.lbx} +[\abx@lbxid $Id: british.lbx,v 0.9 2010/02/14 15:42:33 lehman beta $] + +% STATUS OF THIS FILE +% * complete +% * peer review pending (see also english.lbx) + +\DeclareBibliographyExtras{% + \protected\def\bibrangedash{% + \textendash\penalty\hyphenpenalty}% breakable dash + \protected\def\bibdatedash{\bibrangedash}% + \let\finalandcomma=\empty + \protected\def\mkbibordinal#1{% + \begingroup + \@tempcnta0#1\relax\number\@tempcnta + \@whilenum\@tempcnta>100\do{\advance\@tempcnta-100\relax}% + \ifnum\@tempcnta>20 + \@whilenum\@tempcnta>9\do{\advance\@tempcnta-10\relax}% + \fi + \ifcase\@tempcnta th\or st\or nd\or rd\else th\fi + \endgroup}% + \protected\def\mkbibmascord{\mkbibordinal}% + \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibdatelong#1#2#3{% + \iffieldundef{#3} + {} + {\mkbibordinal{\thefield{#3}}% + \iffieldundef{#2}{}{\nobreakspace}}% + \iffieldundef{#2} + {} + {\mkbibmonth{\thefield{#2}}% + \iffieldundef{#1}{}{\space}}% + \thefield{#1}}% + \protected\def\mkbibdateshort#1#2#3{% + \iffieldundef{#3} + {} + {\mkdatezeros{\thefield{#3}}% + \iffieldundef{#2}{}{/}}% + \iffieldundef{#2} + {} + {\mkdatezeros{\thefield{#2}}% + \iffieldundef{#1}{}{/}}% + \thefield{#1}}% +} + +\InheritBibliographyStrings{english} + +\endinput |