latex3 / unicode-math

XeLaTeX/LuaLaTeX package for using unicode/OpenType maths fonts
http://ctan.org/pkg/unicode-math
LaTeX Project Public License v1.3c
243 stars 28 forks source link

Rename deprecated expl3 command #433

Closed blefloch closed 6 years ago

blefloch commented 6 years ago

Status

READY

Description

Avoid deprecation warnings.

Todos

Minimal example demonstrating the new/fixed functionality

The following now works.

\documentclass{article}
\usepackage[enable-debug]{expl3}
\ExplSyntaxOn \debug_on:n { deprecation } \ExplSyntaxOff
\usepackage{unicode-math}
\begin{document}
\[
  a = b
\]
\end{document}
wspr commented 6 years ago

Thanks!

(For some reason I have intermittent problems with the test suite but I haven't managed to track down the issue. I think it's something on the Travis end so I need to spend some time figuring that all out.)