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

Support for expandable environment names #1024

Merged
merged 1 commit into from
Jul 27, 2018

Commits on Jul 27, 2018

  1. Support for expandable environment names

    Previously, LaTeXML only had support for environments which were named
    literally, i.e. that stated with \begin{somename}. This meant that if an
    environment name was defined by an expandable token (e.g.
    \begin\somecs), then LaTeXML would fail.
    
    This commit resolves the problem by expanding the argument to \begin and
    \end. It furthermore adds an appropriate test case to
    t/expansion/environments.tex.
    tkw1536 committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    f234ff4 View commit details
    Browse the repository at this point in the history