diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/um-code-opening.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/unicode-math/um-code-opening.dtx | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/um-code-opening.dtx b/Master/texmf-dist/source/latex/unicode-math/um-code-opening.dtx index 95ef8dd2450..4e9493bb65e 100644 --- a/Master/texmf-dist/source/latex/unicode-math/um-code-opening.dtx +++ b/Master/texmf-dist/source/latex/unicode-math/um-code-opening.dtx @@ -12,14 +12,15 @@ %<*package> % \end{macrocode} % +% \paragraph{Packages} +% Assuming people are running up-to-date packages. % \begin{macrocode} -%<*LU> -\RequirePackage{lualatex-math} -%</LU> -% \end{macrocode} -% -% \begin{macrocode} -\ExplSyntaxOn +\RequirePackage{xparse,l3keys2e} +\RequirePackage{fontspec} +\RequirePackage{filehook} +\RequirePackage{fix-cm} +%<LU>\RequirePackage{lualatex-math} +%<debug>\RequirePackage{l3benchmark} % \end{macrocode} % % \subsection{\pkg{expl3} variants} @@ -70,7 +71,7 @@ { \tex_global:D \tex_let:D #1 #2 } -\cs_generate_variant:Nn \@@_fontface_gset_eq:NN {NV,cV} +\cs_generate_variant:Nn \@@_fontface_gset_eq:NN {cN} % \end{macrocode} % \end{macro} % |