Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename deprecated expl3 command #433

Merged
merged 1 commit into from
Jan 14, 2018
Merged

Rename deprecated expl3 command #433

merged 1 commit into from
Jan 14, 2018

Conversation

blefloch
Copy link
Member

Status

READY

Description

Avoid deprecation warnings.

Todos

  • Tests added to cover new/fixed functionality : not applicable?
  • Documentation if necessary : not applicable
  • Code follows expl3 style guidelines

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 wspr merged commit 7fe5093 into latex3:master Jan 14, 2018
@wspr
Copy link
Collaborator

wspr commented Jan 14, 2018

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants