diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def b/Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def index 29679331e43..5ab77153aa4 100644 --- a/Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def +++ b/Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def @@ -1,5 +1,5 @@ \ProvidesFile{biblatex-gost.def} -[2017/08/23\space v1.16\space biblatex-gost styles] +[2018/02/20\space v1.17\space biblatex-gost styles] % these declarations should be here, not in lbx, to be initialized for all languages \NewBibliographyString{ @@ -105,12 +105,31 @@ docthesis,phdautoref,docautoref, } +% \DeclareLanguageMappingSuffix{-gost} doesn't play +% well with american/british/english +% +% \DeclareLanguageMappingSuffix{-gost} +\DeclareLanguageMapping{american}{american-gost} +\DeclareLanguageMapping{brazilian}{brazilian-gost} +\DeclareLanguageMapping{british}{british-gost} +\DeclareLanguageMapping{catalan}{catalan-gost} +\DeclareLanguageMapping{croatian}{croatian-gost} +\DeclareLanguageMapping{english}{english-gost} +\DeclareLanguageMapping{french}{french-gost} +\DeclareLanguageMapping{galician}{galician-gost} +\DeclareLanguageMapping{german}{german-gost} +\DeclareLanguageMapping{greek}{greek-gost} +\DeclareLanguageMapping{icelandic}{icelandic-gost} +\DeclareLanguageMapping{italian}{italian-gost} +\DeclareLanguageMapping{portuguese}{portuguese-gost} \DeclareLanguageMapping{russian}{russian-gost} +\DeclareLanguageMapping{slovene}{slovene-gost} +\DeclareLanguageMapping{spanish}{spanish-gost} % % Sorting Schemes % -\DeclareSortingScheme{nty}{ +\DeclareSortingTemplate{nty}{ \sort{ \field{presort} } @@ -155,7 +174,7 @@ } } -\DeclareSortingScheme{nyvt}{ +\DeclareSortingTemplate{nyvt}{ \sort{ \field{presort} } @@ -200,7 +219,7 @@ } } -\DeclareSortingScheme{ynt}{ +\DeclareSortingTemplate{ynt}{ \sort{ \field{presort} } @@ -231,7 +250,7 @@ } } -\DeclareSortingScheme{ydnt}{ +\DeclareSortingTemplate{ydnt}{ \sort{ \field{presort} } @@ -262,7 +281,7 @@ } } -\DeclareSortingScheme{nyt}{ +\DeclareSortingTemplate{nyt}{ \sort{ \field{presort} } @@ -307,7 +326,7 @@ } } -\DeclareSortingScheme{ntvy}{ +\DeclareSortingTemplate{ntvy}{ \sort{ \field{presort} } @@ -352,7 +371,7 @@ } } -\DeclareSortingScheme{anyt}{ +\DeclareSortingTemplate{anyt}{ \sort{ \field{presort} } @@ -387,7 +406,7 @@ } } -\DeclareSortingScheme{anyvt}{ +\DeclareSortingTemplate{anyvt}{ \sort{ \field{presort} } |