texlive[62993] Master/texmf-dist: polyglossia (10apr22)

commits+karl at tug.org commits+karl at tug.org
Sun Apr 10 22:03:25 CEST 2022


Revision: 62993
          http://tug.org/svn/texlive?view=revision&revision=62993
Author:   karl
Date:     2022-04-10 22:03:25 +0200 (Sun, 10 Apr 2022)
Log Message:
-----------
polyglossia (10apr22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/polyglossia/README.md
    trunk/Master/texmf-dist/doc/latex/polyglossia/example-arabic.pdf
    trunk/Master/texmf-dist/doc/latex/polyglossia/example-korean.pdf
    trunk/Master/texmf-dist/doc/latex/polyglossia/example-thai.pdf
    trunk/Master/texmf-dist/doc/latex/polyglossia/examples.pdf
    trunk/Master/texmf-dist/doc/latex/polyglossia/polyglossia.pdf
    trunk/Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex
    trunk/Master/texmf-dist/source/latex/polyglossia/polyglossia.dtx
    trunk/Master/texmf-dist/tex/latex/polyglossia/polyglossia.sty

Modified: trunk/Master/texmf-dist/doc/latex/polyglossia/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/polyglossia/README.md	2022-04-10 20:02:38 UTC (rev 62992)
+++ trunk/Master/texmf-dist/doc/latex/polyglossia/README.md	2022-04-10 20:03:25 UTC (rev 62993)
@@ -1,4 +1,4 @@
-# THE POLYGLOSSIA PACKAGE v1.55
+# THE POLYGLOSSIA PACKAGE v1.55a
 ## Multilingual typesetting with XeLaTeX and LuaLaTeX
 
 This package provides an alternative to Babel for users of XeLaTeX and LuaLaTeX.

Modified: trunk/Master/texmf-dist/doc/latex/polyglossia/example-arabic.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/polyglossia/example-korean.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/polyglossia/example-thai.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/polyglossia/examples.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/polyglossia/polyglossia.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex	2022-04-10 20:02:38 UTC (rev 62992)
+++ trunk/Master/texmf-dist/doc/latex/polyglossia/polyglossia.tex	2022-04-10 20:03:25 UTC (rev 62993)
@@ -2424,6 +2424,13 @@
 \section{Revision history}
 
 \bgroup\footnotesize
+\subsection*{1.55a (10-04-2022)}
+
+\subsubsection*{Bug fixes}
+\begin{itemize}
+	\item Fix \cmd\foreignlanguage\ command (\TXI{538}).
+\end{itemize}
+
 \subsection*{1.55 (09-04-2022)}
 
 \subsubsection*{New features}

Modified: trunk/Master/texmf-dist/source/latex/polyglossia/polyglossia.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/polyglossia/polyglossia.dtx	2022-04-10 20:02:38 UTC (rev 62992)
+++ trunk/Master/texmf-dist/source/latex/polyglossia/polyglossia.dtx	2022-04-10 20:03:25 UTC (rev 62993)
@@ -8,7 +8,7 @@
 \iffalse
 %</internal>
 %<*README>
-# THE POLYGLOSSIA PACKAGE v1.55
+# THE POLYGLOSSIA PACKAGE v1.55a
 ## Multilingual typesetting with XeLaTeX and LuaLaTeX
 
 This package provides an alternative to Babel for users of XeLaTeX and LuaLaTeX.
@@ -2807,6 +2807,13 @@
 % \section{Revision history}
 % 
 % \bgroup\footnotesize
+% \subsection*{1.55a (10-04-2022)}
+% 
+% \subsubsection*{Bug fixes}
+% \begin{itemize}
+% 	\item Fix \cmd\foreignlanguage\ command (\TXI{538}).
+% \end{itemize}
+% 
 % \subsection*{1.55 (09-04-2022)}
 % 
 % \subsubsection*{New features}
@@ -3686,7 +3693,7 @@
 % \subsection{polyglossia.sty}
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{polyglossia}[2022/04/09 v1.55
+\ProvidesPackage{polyglossia}[2022/04/10 v1.55a
   Modern multilingual typesetting with XeLaTeX and LuaLaTeX]
 \RequirePackage{etoolbox}
 \RequirePackage{makecmds}
@@ -5531,7 +5538,7 @@
 % #1 option
 % #2 alias
 % #3 base lang
-% #3 text
+% #4 text
 \cs_new:Nn \__xpg_foreignlanguage:nnnn
 {
   \tl_if_blank:nT {#3}
@@ -5539,11 +5546,11 @@
     \msg_show:nnn { polyglossia } { languagenotloaded } {#2}
   }
   \group_begin:
-    \xpg at otherlanguage[\xpg_alias_add_to_option_i:nn{#2}{#1}]{#4}%
+    \xpg at otherlanguage[\xpg_alias_add_to_option_i:nn{#2}{#1}]{#3}%
     \polyglossia at lang@settextdirection:nn{#3}{#4}%
   \group_end:
 }
-\cs_generate_variant:Nn \__xpg_foreignlanguage:nnn {een}
+\cs_generate_variant:Nn \__xpg_foreignlanguage:nnnn {eeen}
 
 
 % otherlanguage* is the environment equivalent of \foreignlanguage

Modified: trunk/Master/texmf-dist/tex/latex/polyglossia/polyglossia.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/polyglossia/polyglossia.sty	2022-04-10 20:02:38 UTC (rev 62992)
+++ trunk/Master/texmf-dist/tex/latex/polyglossia/polyglossia.sty	2022-04-10 20:03:25 UTC (rev 62993)
@@ -1,5 +1,5 @@
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{polyglossia}[2022/04/09 v1.55
+\ProvidesPackage{polyglossia}[2022/04/10 v1.55a
   Modern multilingual typesetting with XeLaTeX and LuaLaTeX]
 \RequirePackage{etoolbox}
 \RequirePackage{makecmds}
@@ -1844,7 +1844,7 @@
 % #1 option
 % #2 alias
 % #3 base lang
-% #3 text
+% #4 text
 \cs_new:Nn \__xpg_foreignlanguage:nnnn
 {
   \tl_if_blank:nT {#3}
@@ -1852,11 +1852,11 @@
     \msg_show:nnn { polyglossia } { languagenotloaded } {#2}
   }
   \group_begin:
-    \xpg at otherlanguage[\xpg_alias_add_to_option_i:nn{#2}{#1}]{#4}%
+    \xpg at otherlanguage[\xpg_alias_add_to_option_i:nn{#2}{#1}]{#3}%
     \polyglossia at lang@settextdirection:nn{#3}{#4}%
   \group_end:
 }
-\cs_generate_variant:Nn \__xpg_foreignlanguage:nnn {een}
+\cs_generate_variant:Nn \__xpg_foreignlanguage:nnnn {eeen}
 
 
 % otherlanguage* is the environment equivalent of \foreignlanguage



More information about the tex-live-commits mailing list.