]> git.lyx.org Git - features.git/commit
Handle text-only wasy symbols correctly.
authorGeorg Baum <baum@lyx.org>
Wed, 9 Jan 2013 21:23:07 +0000 (22:23 +0100)
committerGeorg Baum <baum@lyx.org>
Thu, 10 Jan 2013 20:22:54 +0000 (21:22 +0100)
commit45052f56ab092ae826c9d8dfec3c66ce82fccad7
treef91e50a1a86d33bdbe2057bea2f7a98da1cfd33b
parent15b250117788fb0947557fac0dc576917069b82e
Handle text-only wasy symbols correctly.

Some macros defined by wasysym.sty work only in text mode: They either
produce an error in math mode, or wrong output. These symbols are now marked
as text symbols, so that no \ensuremath is created for LaTeX export if they
appear inside \text{}, and the correct images are created.
development/tools/generate_symbols_images.py
lib/symbols
src/mathed/InsetMathSymbol.cpp
src/mathed/InsetMathSymbol.h