summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/morewrites/morewrites.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/morewrites/morewrites.dtx')
-rw-r--r--macros/latex/contrib/morewrites/morewrites.dtx14
1 files changed, 12 insertions, 2 deletions
diff --git a/macros/latex/contrib/morewrites/morewrites.dtx b/macros/latex/contrib/morewrites/morewrites.dtx
index 1bd5e0f6b3..51d6003ca4 100644
--- a/macros/latex/contrib/morewrites/morewrites.dtx
+++ b/macros/latex/contrib/morewrites/morewrites.dtx
@@ -28,7 +28,7 @@
% \title{The \textsf{morewrites} package: \\
% Always room for a new \tn{write}}
% \author{Bruno Le Floch}
-% \date{2024/01/05}
+% \date{2024/02/02}
%
% \maketitle
% \tableofcontents
@@ -167,7 +167,7 @@
% \begin{macrocode}
\RequirePackage {primargs} [2024/01/05]
\ProvidesExplPackage
- {morewrites} {2024/01/05} {} {Always room for a new write}
+ {morewrites} {2024/02/02} {} {Always room for a new write}
% \end{macrocode}
%
% Quit early under \LuaTeX{}.
@@ -908,6 +908,16 @@
}
}
}
+\sys_if_engine_xetex:T
+ {
+ \cs_new_eq:NN \@@_openout_now_silent_aux:n \@@_openout_now_silent:n
+ \cs_gset_protected:Npn \@@_openout_now_silent:n #1
+ {
+ \tl_set:Nn \l_@@_internal_tl {#1}
+ \tl_remove_all:Nn \l_@@_internal_tl { " } % { " }
+ \exp_args:No \@@_openout_now_silent_aux:n \l_@@_internal_tl
+ }
+ }
% \end{macrocode}
% \end{macro}
%