summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/polyglossia/gloss-german.ldf12
-rw-r--r--Master/texmf-dist/tex/latex/polyglossia/gloss-latin.ldf1
-rw-r--r--Master/texmf-dist/tex/latex/polyglossia/gloss-ukrainian.ldf2
-rw-r--r--Master/texmf-dist/tex/latex/polyglossia/polyglossia.sty8
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%