JKQTMathtext: added \st and \sout-instructions

This commit is contained in:
jkriege2 2022-08-07 17:39:42 +02:00
parent 7f2dc5f645
commit 06db6633e7

View File

@ -357,6 +357,8 @@ void JKQTMathTextModifiedTextPropsInstructionNode::fillInstructions()
ev.strike=true; ev.strike=true;
}, 0); }, 0);
instructions["strike"]= i; instructions["strike"]= i;
instructions["st"]= i;
instructions["sout"]= i;
} }
{ {
InstructionProperties i([](JKQTMathTextEnvironment& ev, const QStringList& /*parameters*/) { InstructionProperties i([](JKQTMathTextEnvironment& ev, const QStringList& /*parameters*/) {