diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-18 20:49:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-18 20:49:23 +0000 |
commit | 7bf186da3434f9899187acefaf945f3dff959e24 (patch) | |
tree | c41dc58eed8b7aa93f4285e9657b9732fb0af3e4 /Master/texmf-dist/tex/latex | |
parent | 0dfa965ee98a042b5db9d89d44b177f86bee7fb0 (diff) |
biblatex-chicago (18mar11)
git-svn-id: svn://tug.org/texlive/trunk@21760 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
6 files changed, 44 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx index 958fb7feffb..4fd483033ee 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx @@ -1,10 +1,11 @@ -% $Id: chicago-notes.bbx,v 0.9.7.1 2011/02/15 15:02:59 dfussner Exp $ +% $Id: chicago-notes15.bbx,v 0.9.7.2 2011/03/03 18:06:56 dfussner Exp dfussner $ % This is a biblatex style file, adapted mainly from Lehman's standard.bbx % It provides the bibliography formatting for the Chicago notes + -% bibliography style. +% bibliography style, _15th_ edition. -\ProvidesFile{chicago-notes.bbx}[2011/02/15 v 1.2a biblatex bibliography style] +\ProvidesFile{chicago-notes.bbx} +[2011/03/17 v 1.3 biblatex bibliography style] %%%% Initialize and format bibliography and los %%%% diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx index d97e430551b..876f3d1193b 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx @@ -1,10 +1,11 @@ -% $Id: chicago-notes.cbx,v 0.9.7.1 2011/02/15 15:01:59 dfussner Exp $ +% $Id: chicago-notes15.cbx,v 0.9.7.2 2011/03/03 18:08:03 dfussner Exp dfussner $ % This is a biblatex citation style file, adapted from Lehman's % authortitle-cverb.cbx. It is heavily modified, with the intention % of providing footnote citations and a bibliography formatted -% according to the specifications of the Chicago Manual of Style. +% according to the specifications of the Chicago Manual of Style, +% _15th_ edition. -\ProvidesFile{chicago-notes.cbx}[2011/02/15 v 1.2a biblatex citation style] +\ProvidesFile{chicago-notes.cbx}[2011/03/17 v 1.3 biblatex citation style] %%%% Biblatex initialization + Chicago options + Toggles %%%% @@ -350,6 +351,14 @@ {\multicitedelim} {\usebibmacro{cite:postnote}} +\DeclareCiteCommand{\smartcite} + [\iffootnote{\mkbibparens}{\mkbibfootnote}] + {\usebibmacro{prenote}}%\bibsentence + {\usebibmacro{citeindex}% + \usebibmacro{cite}} + {\multicitedelim} + {\usebibmacro{cite:postnote}} + \DeclareCiteCommand{\footfullcite}[\mkbibfootnote] {\usebibmacro{prenote}}%\bibsentence {\usebibmacro{citeindex}% diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx index 601beda5eaa..158cf6f55c0 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx @@ -1,6 +1,6 @@ -% $Id: cms-american.lbx,v 0.10.1.13 2011/02/15 12:00:23 dfussner Exp $ +% $Id: cms-american.lbx,v 0.10.1.15 2011/03/17 17:42:21 dfussner Exp $ -\ProvidesFile{cms-american.lbx}[2011/02/15 v 1.2a biblatex localization] +\ProvidesFile{cms-american.lbx}[2011/03/17 v 1.3 biblatex localization] \InheritBibliographyExtras{american} @@ -27,6 +27,7 @@ \NewBibliographyString{bynone} \NewBibliographyString{bycompiler} +\NewBibliographyString{byconductor} \NewBibliographyString{bydirector} \NewBibliographyString{byproducer} \NewBibliographyString{byeditorcp} @@ -87,6 +88,7 @@ \NewBibliographyString{cbyfounder} \NewBibliographyString{cbycontinuator} \NewBibliographyString{cbycollaborator} +\NewBibliographyString{cbyconductor} \NewBibliographyString{cbydirector} \NewBibliographyString{cbyproducer} \NewBibliographyString{cbyeditortr} @@ -347,6 +349,7 @@ cbycontinuator = {{cont\adddot}{cont\adddot}}, cbycollaborator = {{in collab\adddotspace with}% {in collab\adddotspace with}}, + cbyconductor = {{dir\adddot}{dir\adddot}}, cbydirector = {{dir\adddot}{dir\adddot}}, cbyproducer = {{prod\adddot}{prod\adddot}}, cbyeditortr = {{ed\adddot\space and @@ -649,6 +652,7 @@ cfromswedish = {{from the Swedish by}{from the Swedish by}}, bynone = {{}{}}, bycompiler = {{compiled by}{comp\adddot}}, + byconductor = {{directed by}{dir\adddot}}, bydirector = {{directed by}{dir\adddot}}, byproducer = {{produced by}{prod\adddot}}, byeditorcp = {{edited and compiled by}{ed\adddot\space and comp\adddot}}, diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-french.lbx b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-french.lbx index 23ff86ea9aa..683bf02c193 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-french.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-french.lbx @@ -1,6 +1,6 @@ -% $Id: cms-french.lbx,v 0.9.5.7 2011/02/15 12:04:01 dfussner Exp $ +% $Id: cms-french.lbx,v 0.9.5.9 2011/03/17 17:42:04 dfussner Exp $ -\ProvidesFile{cms-french.lbx}[2011/02/15 v 1.2a biblatex localization] +\ProvidesFile{cms-french.lbx}[2011/03/17 v 1.3 biblatex localization] % STATUS OF THIS FILE % - Some strings still missing @@ -42,6 +42,7 @@ \NewBibliographyString{bynone} \NewBibliographyString{bycompiler} +\NewBibliographyString{byconductor} \NewBibliographyString{bydirector} \NewBibliographyString{byproducer} \NewBibliographyString{byeditorcp} @@ -101,6 +102,7 @@ \NewBibliographyString{cbyredactor} \NewBibliographyString{cbycommentator} \NewBibliographyString{cbyannotator} +\NewBibliographyString{cbyconductor} \NewBibliographyString{cbydirector} \NewBibliographyString{cbyproducer} \NewBibliographyString{cbyeditortr} @@ -342,8 +344,8 @@ s\'er\adddot}}, cbynone = {{}{}}, cbyauthor = {{par}{par}}, - cbyeditor = {{sous la dir\adddot\smartof}{sous la - dir\adddot\smartof}}, + cbyeditor = {{sous la dir\adddot\smartof}% + {sous la dir\adddot\smartof}}, cbyeditoralt = {{sous la dir\adddot}{sous la dir\adddot}}, byeditoralt = {{sous la direction}{sous la dir\adddot}}, cbytranslator = {{trad\adddot\addspace\lbx@cfromlang}% @@ -355,6 +357,8 @@ % cbyfounder = {{}{}}, % FIXME % cbycontinuator = {{}{}}, % FIXME % cbycollaborator = {{}{}}, % FIXME + cbyconductor = {{sous la dir\adddot\smartof}% + {sous la dir\adddot\smartof}}, cbydirector = {{r\'eal\adddot}{r\'eal\adddot}}, cbyproducer = {{prod\adddot}{prod\adddot}}, cbyeditortr = {{\'ed\adddotspace \'etablie et trad\adddot\ @@ -629,6 +633,8 @@ cfromswedish = {{du su\'edois par}{du su\'edois par}}, bynone = {{}{}}, bycompiler = {{compil\'e par}{comp\adddot}}, + byconductor = {{sous la direction \smartof}% + {sous la dir\adddot\smartof}}, bydirector = {{r\'ealis\'e par}{r\'eal\adddot}}, byproducer = {{produit par}{prod\adddot}}, byeditorcp = {{\'edition \'etablie et compil\'ee par}% diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-german.lbx b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-german.lbx index 464976fdee1..807274cbaae 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-german.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-german.lbx @@ -1,6 +1,6 @@ -% $Id: cms-german.lbx,v 0.9.5.7 2011/02/15 12:02:26 dfussner Exp $ +% $Id: cms-german.lbx,v 0.9.5.9 2011/03/17 17:42:14 dfussner Exp $ -\ProvidesFile{cms-german.lbx}[2011/02/15 v 1.2a biblatex localization] +\ProvidesFile{cms-german.lbx}[2011/03/17 v 1.3 biblatex localization] % STATUS OF THIS FILE % - Translated strings and formatting decisions need review by native @@ -58,6 +58,7 @@ \NewBibliographyString{bynone} \NewBibliographyString{bycompiler} +\NewBibliographyString{byconductor} \NewBibliographyString{bydirector} \NewBibliographyString{byproducer} \NewBibliographyString{byeditorcp} @@ -118,6 +119,7 @@ \NewBibliographyString{cbyfounder} \NewBibliographyString{cbycontinuator} \NewBibliographyString{cbycollaborator} +\NewBibliographyString{cbyconductor} \NewBibliographyString{cbydirector} \NewBibliographyString{cbyproducer} \NewBibliographyString{cbyeditortr} @@ -361,6 +363,7 @@ cbycontinuator = {{fortgef\adddot}{fortgef\adddot}}, cbycollaborator = {{unter Mitarb\adddotspace von}% {unter Mitarb\adddotspace von}}, + cbyconductor = {{dir\adddot}{dir\adddot}}, cbydirector = {{unter der Reg\adddot\ von}{unter der Reg\adddot\ von}}, cbyproducer = {{prod\adddot}{prod\adddot}}, cbyeditortr = {{hrsg\adddot\addabbrvspace und \lbx@fromlang @@ -737,6 +740,7 @@ techreport = {{Technischer Bericht}{Technischer Bericht}}, bynone = {{}{}}, bycompiler = {{zusammengestellt von}{zusammengest\adddot}}, + byconductor = {{dirigiert von}{dir\adddot}}, bydirector = {{unter der Regie von}{unter der Reg\adddot\ von}}, byproducer = {{produziert von}{prod\adddot}}, byeditorcp = {{herausgegeben und zusammengestellt von}% diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx index f6e7ce22492..e8619b6090c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx @@ -1,6 +1,6 @@ -% $Id: cms-ngerman.lbx,v 0.9.5.7 2011/02/15 12:02:26 dfussner Exp $ +% $Id: cms-ngerman.lbx,v 0.9.5.9 2011/03/17 17:42:14 dfussner Exp $ -\ProvidesFile{cms-ngerman.lbx}[2011/02/15 v 1.2a biblatex localization] +\ProvidesFile{cms-ngerman.lbx}[2011/03/17 v 1.3 biblatex localization] % STATUS OF THIS FILE % - Translated strings and formatting decisions need review by native @@ -58,6 +58,7 @@ \NewBibliographyString{bynone} \NewBibliographyString{bycompiler} +\NewBibliographyString{byconductor} \NewBibliographyString{bydirector} \NewBibliographyString{byproducer} \NewBibliographyString{byeditorcp} @@ -118,6 +119,7 @@ \NewBibliographyString{cbyfounder} \NewBibliographyString{cbycontinuator} \NewBibliographyString{cbycollaborator} +\NewBibliographyString{cbyconductor} \NewBibliographyString{cbydirector} \NewBibliographyString{cbyproducer} \NewBibliographyString{cbyeditortr} @@ -361,6 +363,7 @@ cbycontinuator = {{fortgef\adddot}{fortgef\adddot}}, cbycollaborator = {{unter Mitarb\adddotspace von}% {unter Mitarb\adddotspace von}}, + cbyconductor = {{dir\adddot}{dir\adddot}}, cbydirector = {{unter der Reg\adddot\ von}{unter der Reg\adddot\ von}}, cbyproducer = {{prod\adddot}{prod\adddot}}, cbyeditortr = {{hrsg\adddot\addabbrvspace und \lbx@fromlang @@ -737,6 +740,7 @@ techreport = {{Technischer Bericht}{Technischer Bericht}}, bynone = {{}{}}, bycompiler = {{zusammengestellt von}{zusammengest\adddot}}, + byconductor = {{dirigiert von}{dir\adddot}}, bydirector = {{unter der Regie von}{unter der Reg\adddot\ von}}, byproducer = {{produziert von}{prod\adddot}}, byeditorcp = {{herausgegeben und zusammengestellt von}% |