From 7df2294f6942e281e0fb7c31a0cafd42704cbea8 Mon Sep 17 00:00:00 2001 From: Stephan Lukasczyk Date: Wed, 8 May 2024 15:34:30 +0200 Subject: [PATCH] Fix the build --- se2fonts.dtx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/se2fonts.dtx b/se2fonts.dtx index ad50690..5d4f668 100644 --- a/se2fonts.dtx +++ b/se2fonts.dtx @@ -164,12 +164,14 @@ % % Define a warning message of users of \pdfLaTeX{} that not all features of the % fonts are available and that they should consider using \LuaTeX{} instead. -\msg_set:nnnn { seiifonts } { pdflatex-used } +% \begin{macrocode} +\msg_new:nnnn { seiifonts } { pdflatex-used } { You~ are~ using~ pdfLaTeX~ with~ the~ se2fonts~ packages.} { While~ this~ works~ some~ font~ features~ are~ not~ available,~ consider~ using~ lualatex~ instead. } +% \end{macrocode} % % \begin{macro}{\pdftexengine, \xetexengine, \luatexengine} % We define several alias macros to identify which engine the user is running. @@ -203,7 +205,7 @@ % \begin{macrocode} \ifengineT { \xetexengine } { - \msg_set:nnnn { seiifonts } { xetex-not-supported } + \msg_new:nnnn { seiifonts } { xetex-not-supported } { XeTeX~ is~ not~ supported~ by~ the~ se2fonts~ package. } { Switch~ to~ pdfTeX~ or~ (preferably)~ LuaTeX. } \msg_error:nn { seiifonts } { xetex-not-supported }