Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed May 8, 2024
1 parent 889ccc2 commit 7df2294
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions se2fonts.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 }
Expand Down

0 comments on commit 7df2294

Please sign in to comment.