diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-16 20:40:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-16 20:40:21 +0000 |
commit | 11609e4fd339c36bc451bc28a1edc7052664d432 (patch) | |
tree | a7d6bacb9a2192f1b42f5bd23206f2f0d630cb71 /Master/texmf-dist/source/latex/polyglossia | |
parent | d5da1349082b29936b6680f0f149e599b7830845 (diff) |
polyglossia (15oct20)
git-svn-id: svn://tug.org/texlive/trunk@56676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/polyglossia')
-rw-r--r-- | Master/texmf-dist/source/latex/polyglossia/polyglossia.dtx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/polyglossia/polyglossia.dtx b/Master/texmf-dist/source/latex/polyglossia/polyglossia.dtx index d8c35b32423..bcc694b3bc7 100644 --- a/Master/texmf-dist/source/latex/polyglossia/polyglossia.dtx +++ b/Master/texmf-dist/source/latex/polyglossia/polyglossia.dtx @@ -8,7 +8,7 @@ \iffalse %</internal> %<*README> -# THE POLYGLOSSIA PACKAGE v1.50 +# THE POLYGLOSSIA PACKAGE v1.50a ## Multilingual typesetting with XeLaTeX and LuaLaTeX This package provides an alternative to Babel for users of XeLaTeX and LuaLaTeX. @@ -2686,7 +2686,7 @@ to track the issues and follow progress. % \subsection{polyglossia.sty} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{polyglossia}[2020/10/09 v1.50 +\ProvidesPackage{polyglossia}[2020/10/15 v1.50a Modern multilingual typesetting with XeLaTeX and LuaLaTeX] \RequirePackage{etoolbox} \RequirePackage{makecmds} @@ -20435,6 +20435,7 @@ polyglossia.newloader_loaded_languages = newloader_loaded_languages % Russian needs trailing dots in all headings \def\xpg@save@autodot{} \ifdef{\KOMAScript}{% + \providecommand*\autodot{}% \let\xpg@save@autodot\autodot% } @@ -24996,6 +24997,12 @@ polyglossia.newloader_loaded_languages = newloader_loaded_languages % % \iffalse %<*Changelog> +1.50a (15-10-2020) + +Bug fixes: + + * Assure \autodot is defined with \KOMAScript in Russian. + 1.50 (09-10-2020) New features: |