diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-05 23:09:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-05 23:09:06 +0000 |
commit | dc50858e724106d4c7c763830fe10d574d8a8e78 (patch) | |
tree | 05b451c354f2fcf627326c79192e048ef7744d39 /Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx | |
parent | b3085c6a82dd9e1cebdfdb0562f31d0cf9a2066e (diff) |
biblatex-luh-ipw (5nov11)
git-svn-id: svn://tug.org/texlive/trunk@24512 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx | 20 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx new file mode 100644 index 00000000000..acb711a2dad --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx @@ -0,0 +1,20 @@ +% english-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2011 + +\ProvidesFile{english-luh-ipw.lbx}[2011/11/01 v0.1 bibliography localization for use with biblatex 1.x] + +\InheritBibliographyExtras{english} + +\DeclareBibliographyExtras{% + \savecommand\mkbibvolume + \protected\def\mkbibvolume#1{\bibstring{jourvol}\adddot~#1}} + +\UndeclareBibliographyExtras{% + \restorecommand\mkbibvolume} + +\NewBibliographyString{issue} + +\DeclareBibliographyStrings{% + inherit = {english}, + issue = {issue}{iss\adddot}}, + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx new file mode 100644 index 00000000000..d97b778a5af --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx @@ -0,0 +1,20 @@ +% german-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2011 + +\ProvidesFile{german-luh-ipw.bbx}[2011/11/01 v0.1 bibliography localization for use with biblatex 1.x] + +\InheritBibliographyExtras{german} + +\DeclareBibliographyExtras{% + \savecommand\mkbibvolume + \protected\def\mkbibvolume#1{#1\adddot~\bibstring{jourvol}}} + +\UndeclareBibliographyExtras{% + \restorecommand\mkbibvolume} + +\NewBibliographyString{issue} + +\DeclareBibliographyStrings{% + inherit = {german}, + issue = {Heft}{H\adddot}}, + +\endinput |