matze-dd / Tex2txt

A LaTeX filter with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No tracking of (La)TeX constructs that span file boundaries

matze-dd opened this issue · comments

Things like

\begin{align}
\input{equ.tex}     % contains only equation body
\end{align}

are not treated correctly.