Slob: Handle some more TeX commands which don't supported by mimetex.cgi

This commit is contained in:
Abs62 2016-09-22 22:37:23 +03:00
parent 124aed13d7
commit 614ae4d9d5

View file

@ -823,6 +823,8 @@ string SlobDictionary::convert( const string & in, RefEntry const & entry )
tex.replace( "\\infin", "\\infty" );
tex.replace( "\\iff", "\\Longleftrightarrow" );
tex.replace( "\\tbinom", "\\binom" );
tex.replace( "\\implies", "\\Longrightarrow" );
tex.replace( "{aligned}", "{align*}" );
QString command = texCgiPath + " -e " + imgName
+ " \"" + tex + "\"";