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

intertext problem #179

Closed
kozyakin opened this issue Nov 7, 2019 · 0 comments
Closed

intertext problem #179

kozyakin opened this issue Nov 7, 2019 · 0 comments

Comments

@kozyakin
Copy link

kozyakin commented Nov 7, 2019

Comparing the following two files containing \intertext in align* environment I obtain correct comparison for the first align* environment and erroneous one for the second (with incorrect string \DIFadd{\intertext{whereas}):

file #1

\documentclass{article}
\usepackage{amsmath}

\begin{document}

First align environment:
\begin{align*}
a&=b\
\intertext{whereas}
b&=c
\end{align*}

Second align environment:
\begin{align*}
a&=b\
\intertext{whereas}
b&=c
\end{align*}
\end{document}

file #2

\documentclass{article}
\usepackage{amsmath}

\begin{document}

First ``align'' environment:
\begin{align*}
a&=b\
\intertext{where}
b&=c
\end{align*}

Second ``align'' environment is empty.

\end{document}

Probably the problem caused by the fact that the second align' environment in file #1 matches to nothing.

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

No branches or pull requests

2 participants