diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/lbx/magyar.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/lbx/magyar.lbx | 38 |
1 files changed, 25 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/magyar.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/magyar.lbx index c4d102ce63f..f94e50eaa85 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/magyar.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/magyar.lbx @@ -6,10 +6,12 @@ Hungarian localisation module for biblatex loaded.\MessageBreak This module changes more definitions than usual.\MessageBreak Please refer to the documentation for hints and\MessageBreak - check the output, especially with non-standard\MessageBreak - styles or customisations to field formats.\MessageBreak - This warning can be disabled with\MessageBreak - '\string\BiblatexHungarianWarningOff'}% + check the output carefully, especially with non-\MessageBreak + standard styles or customisations to field formats.\MessageBreak + This warning can be disabled by calling\MessageBreak + '\string\BiblatexHungarianWarningOff'\MessageBreak + after 'biblatex' has been loaded, but before\MessageBreak + the localisation is loaded for the first time}% \global\let\lbx@hu@loadinfo\@empty} {} @@ -109,15 +111,15 @@ % this redefines \mkpageprefix to put the page number as suffix \savecommand\blx@mkpageprefix \protected\long\def\blx@mkpageprefix#1[#2]#3{% - \blx@mkpageprefix@i[#2]{#3}% - \ifnumeral{#3} - {\ppspace\bibstring{#1}} - {\ifnumerals{#3} - {\ppspace\bibstring{#1s}} - {\def\pno{\bibstring{#1}}% - \def\ppno{\bibstring{#1s}}}}}% - % NOTE: a few field formats are redefined here, this overrides corresponding - % style and preamble definitions. + \blx@mkpageprefix@i[#2]{#3}% + \ifnumeral{#3} + {\ppspace\bibstring{#1}} + {\ifnumerals{#3} + {\ppspace\bibstring{#1s}} + {\def\pno{\bibstring{#1}}% + \def\ppno{\bibstring{#1s}}}}}% + % NOTE: a few field formats are redefined here, this overrides + % corresponding style and preamble definitions. % If you want to overwrite the changes made here, use % \DefineBibliographyExtras{magyar}{...} % Do not forget to make these changes undone with @@ -647,6 +649,11 @@ or not togl {blx@#1dateusetime})}} \protected\gdef\lbx@hu@mkdaterangetrunc#1#2{% + \blx@if@printanytimes{#2} + {\mkdaterangefull{#1}{#2}} + {\lbx@hu@mkdaterangetrunc@i{#1}{#2}}} + +\protected\gdef\lbx@hu@mkdaterangetrunc@i#1#2{% \begingroup \blx@metadateinfo{#2}% \edef\lbx@hu@dayrange{\lbx@hu@dayrange@i{#2}}% @@ -682,6 +689,11 @@ \endgroup} \protected\gdef\lbx@hu@mkdaterangetruncextra#1#2{% + \blx@if@printanytimes{#2} + {\mkdaterangefullextra{#1}{#2}} + {\lbx@hu@mkdaterangetruncextra@i{#1}{#2}}} + +\protected\gdef\lbx@hu@mkdaterangetruncextra@i#1#2{% \begingroup \blx@metadateinfo{#2}% \edef\lbx@hu@dayrange{\lbx@hu@dayrange@i{#2}}% |