Skip to content

Bugfix with nested environments #3

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

Closed
wants to merge 2 commits into from
Closed

Conversation

gi1242
Copy link

@gi1242 gi1242 commented Apr 18, 2015

Pull commit 7a4ba5c. (I pushed a control file for my servers at the tip of master, but apparently the GitHub interface only allows me to create pull requests from the tip of master, and not arbitrary commits.)

Gautam Iyer added 2 commits April 18, 2015 22:02
With this a \end{XXX} tag only matches a \begin{...} tag with the same
environment name. Effectively,

    \begin{equation*}
      I = \begin{pmatrix}
	1 & 0\\
	0 & 1
      \end{pmatrix}
    \end{equation*}

won't result in borked syntax.
@mitya57 mitya57 closed this in 55b818f Apr 19, 2015
@mitya57
Copy link
Owner

mitya57 commented Apr 19, 2015

Thanks! I fixed the indentation a bit (tabs → spaces) and committed the patch from your first commit. Will now also integrate it into PyMarkups.

mitya57 pushed a commit that referenced this pull request Apr 19, 2015
With this a \end{XXX} tag only matches a \begin{...} tag with the same
environment name. Effectively,

    \begin{equation*}
      I = \begin{pmatrix}
        1 & 0\\
        0 & 1
      \end{pmatrix}
    \end{equation*}

won't result in borked syntax.

This closes #3.
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.

2 participants