]> git.lyx.org Git - lyx.git/commit
Adding TexRow information on math latex output (#4725)
authorGuillaume Munch <gm@lyx.org>
Wed, 7 Oct 2015 03:13:21 +0000 (04:13 +0100)
committerGuillaume Munch <gm@lyx.org>
Mon, 19 Oct 2015 05:55:17 +0000 (06:55 +0100)
commit460a764b7f601871dbb8ed4ad0f8260e7cdad509
treefef6994697a1e369ee39c28bce0eb00f20013d1f
parent65d61e7a2786172da95ed9433ed0c49a7398f405
Adding TexRow information on math latex output (#4725)

WriteStream is now built from an otexstream instead of an odocstream, and
therefore counts lines in a TexRow. Calls to TexRow are added in relevant places
in math insets.

This finishes adding line tracking for math in the source panel and for forward
search.
20 files changed:
src/Cursor.cpp
src/lyxfind.cpp
src/mathed/InsetMath.cpp
src/mathed/InsetMathAMSArray.cpp
src/mathed/InsetMathArray.cpp
src/mathed/InsetMathCases.cpp
src/mathed/InsetMathDiagram.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathSplit.cpp
src/mathed/InsetMathSubstack.cpp
src/mathed/InsetMathTabular.cpp
src/mathed/InsetMathXYMatrix.cpp
src/mathed/MacroTable.cpp
src/mathed/MathExtern.cpp
src/mathed/MathMacroTemplate.cpp
src/mathed/MathStream.cpp
src/mathed/MathStream.h
src/mathed/MathSupport.cpp