summaryrefslogtreecommitdiff
path: root/macros/unicodetex/latex/polyglossia/polyglossia.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/unicodetex/latex/polyglossia/polyglossia.dtx')
-rw-r--r--macros/unicodetex/latex/polyglossia/polyglossia.dtx17
1 files changed, 12 insertions, 5 deletions
diff --git a/macros/unicodetex/latex/polyglossia/polyglossia.dtx b/macros/unicodetex/latex/polyglossia/polyglossia.dtx
index d9660ad697..5c72d9843f 100644
--- a/macros/unicodetex/latex/polyglossia/polyglossia.dtx
+++ b/macros/unicodetex/latex/polyglossia/polyglossia.dtx
@@ -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 @@ to track the issues and follow progress.
% \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 @@ to track the issues and follow progress.
% \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 @@ to track the issues and follow progress.
% #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 @@ to track the issues and follow progress.
\msg_show:nnn { polyglossia } { languagenotloaded } {#2}
}
\group_begin:
- \xpg@otherlanguage[\xpg_alias_add_to_option_i:nn{#2}{#1}]{#4}%
+ \xpg@otherlanguage[\xpg_alias_add_to_option_i:nn{#2}{#1}]{#3}%
\polyglossia@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