]> git.lyx.org Git - lyx.git/commit
Fix label escaping in InsetMathRef (#12980)
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 2 Apr 2024 06:15:53 +0000 (08:15 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 2 Apr 2024 06:15:53 +0000 (08:15 +0200)
commit98080ca0d548b754433a99f9f097054134117184
treeb0b6cf0f3826992df88505dc4ab21a7915c42eaa
parent1198bbf01aa0f57db210cbe2e692d3aaf5b843bb
Fix label escaping in InsetMathRef (#12980)

This was completely broken: the IDs have been escaped in the LyX file
(which they absolutely shouldn't) but not in all LaTeX output (which
they should).
src/insets/InsetCommandParams.cpp
src/insets/InsetCommandParams.h
src/mathed/InsetMathRef.cpp
src/mathed/MathExtern.cpp
src/mathed/MathFactory.cpp