https://bugs.kde.org/show_bug.cgi?id=407578
Bug ID: 407578
Summary: Correct display of Latex compilation error with math
in align environment
Product: kile
Version: 2.9.92
Platform: Archlinux Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Kile doesn't parse a LaTeX error message correctly.
Minimal example:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
\limit % the correct command would be \lim
\end{align}
\end{document}
In the Messages pane, the clickable link for the error says
"tmp.tex:6:Undefined control sequence \end{align}", while actually the problem
is the \limit
However the LaTeX output contains
! Undefined control sequence.
<argument> \limit
l.6 \end{align}
It would be helpful for Kile to parse the error message better. On a side note,
the text in the messages pane is not selectable (nor copy-pasteable).
Note that using an equation environment instead of align, the error is
displayed correctly.
--
You are receiving this mail because:
You are watching all bug changes.