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

Misplaced alignment tab character &. #109

Closed
Ohjeah opened this issue Jul 12, 2017 · 0 comments
Closed

Misplaced alignment tab character &. #109

Ohjeah opened this issue Jul 12, 2017 · 0 comments

Comments

@Ohjeah
Copy link

Ohjeah commented Jul 12, 2017

This is similar to #26.

Version: 1.2.1
Command: latexdiff-git old.tex new.tex --pdf
Error:

! Misplaced alignment tab character &.
\split@ ->\hbox to\wd \thr@@ {}&
                                \vcenter {\vbox {\moveleft \wd \thr@@ \boxz@ }}
l.36 }\end{align*}

old.tex

\documentclass{article}

\usepackage{amsmath}

\begin{document}
\begin{align}
\begin{split}
    \dot{x} &= s (y - x)\label{eqn:lorenz}\\
    \dot{y} &= r x - y - x z \\
    \dot{z} &= x y - b z,
\end{split}
\end{align}

\end{document}

new.tex

\documentclass{article}

\usepackage{amsmath}

\begin{document}

\end{document}
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

No branches or pull requests

1 participant