diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-04 21:47:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-04 21:47:02 +0000 |
commit | 123a58496a60de1eeb4cab6aeae49b9c59951459 (patch) | |
tree | ffc4b6aabdcb2aee36c40a6e587958d702232d59 /Master/texmf-dist/tex | |
parent | 3c6f578ab967bc9d2cf87243bb1121efa2841383 (diff) |
polyglossia (4jul15)
git-svn-id: svn://tug.org/texlive/trunk@37766 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
4 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/polyglossia/gloss-german.ldf b/Master/texmf-dist/tex/latex/polyglossia/gloss-german.ldf index 8e6674fdcef..a72983d5fd7 100644 --- a/Master/texmf-dist/tex/latex/polyglossia/gloss-german.ldf +++ b/Master/texmf-dist/tex/latex/polyglossia/gloss-german.ldf @@ -207,22 +207,22 @@ \ifgerman@latesthyphen \if@german@oldspelling \if@swiss@locale - \xpg@set@language@luatex@ii{swissgerman} + \xpg@set@language@luatex@ii{swissgerman}% \else - \xpg@set@language@luatex@ii{german-x-latest} + \xpg@set@language@luatex@ii{german-x-latest}% \fi \else - \xpg@set@language@luatex@ii{ngerman-x-latest} + \xpg@set@language@luatex@ii{ngerman-x-latest}% \fi \else% (latesthyphen=false) \if@german@oldspelling \if@swiss@locale - \xpg@set@language@luatex@ii{swissgerman} + \xpg@set@language@luatex@ii{swissgerman}% \else - \xpg@set@language@luatex@ii{german} + \xpg@set@language@luatex@ii{german}% \fi \else - \xpg@set@language@luatex@ii{ngerman} + \xpg@set@language@luatex@ii{ngerman}% \fi \fi } diff --git a/Master/texmf-dist/tex/latex/polyglossia/gloss-latin.ldf b/Master/texmf-dist/tex/latex/polyglossia/gloss-latin.ldf index 7170dd7553a..fe2c1580bfc 100644 --- a/Master/texmf-dist/tex/latex/polyglossia/gloss-latin.ldf +++ b/Master/texmf-dist/tex/latex/polyglossia/gloss-latin.ldf @@ -87,6 +87,7 @@ \def\latin@variant{\l@latin}% \else \def\latin@variant{\l@classiclatin}% + \xpg@set@language@luatex@ii{classiclatin}% \fi \def\captionslatin{\modernlatincaptions}% \def\datelatin{\classiclatindate}% diff --git a/Master/texmf-dist/tex/latex/polyglossia/gloss-ukrainian.ldf b/Master/texmf-dist/tex/latex/polyglossia/gloss-ukrainian.ldf index b6656ea5274..45100d23e89 100644 --- a/Master/texmf-dist/tex/latex/polyglossia/gloss-ukrainian.ldf +++ b/Master/texmf-dist/tex/latex/polyglossia/gloss-ukrainian.ldf @@ -56,7 +56,7 @@ \def\Asbuk#1{\expandafter\ukrainian@Alph\csname c@#1\endcsname} \def\ukrainian@Alph#1{\ifcase#1\or - А\or Б\or В\or г\or д\or Е\or Є\or Ж\or + А\or Б\or В\or Г\or Д\or Е\or Є\or Ж\or З\or И\or І\or Ї\or Й\or К\or Л\or М\or Н\or О\or П\or Р\or С\or Т\or У\or Ф\or Х\or Ц\or Ч\or Ш\or Щ\or Ю\or Я\else\xpg@ill@value{#1}{ukrainian@Alph}\fi} diff --git a/Master/texmf-dist/tex/latex/polyglossia/polyglossia.sty b/Master/texmf-dist/tex/latex/polyglossia/polyglossia.sty index f9ff8a47ddd..60874616eef 100644 --- a/Master/texmf-dist/tex/latex/polyglossia/polyglossia.sty +++ b/Master/texmf-dist/tex/latex/polyglossia/polyglossia.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{polyglossia}[2015/05/13 v1.33.6 +\ProvidesPackage{polyglossia}[2015/07/04 v1.33.7 Alternative to Babel for XeLaTeX and LuaLaTeX] \RequirePackage{etoolbox} \RequirePackage{makecmds} @@ -579,9 +579,9 @@ That is almost guaranteed to cause problems.} \fi\fi % This robustifies the redefinitions of \<xx>family (suggestion by Enrico Gregorio) % e.g. to prevent expansion of the \familytype redefinition in auxiliary files -\csgappto{rmfamily }{\def\familytype{rm}} -\csgappto{sffamily }{\def\familytype{sf}} -\csgappto{ttfamily }{\def\familytype{tt}} +\csgappto{rmfamily~}{\def\familytype{rm}} +\csgappto{sffamily~}{\def\familytype{sf}} +\csgappto{ttfamily~}{\def\familytype{tt}} % This saves the normalfont for the latin script since we may change normalfont in other scripts \let\normalfontlatin=\normalfont% \let\rmfamilylatin=\rmfamily% |