Home
last modified time | relevance | path

Searched refs:showMathmode (Results 1 – 2 of 2) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/
H A Dtexmaker.h168 bool showEmphasis, showNewline, showMathmode, showIndice, showPuissance, showSmallfrac, showDfrac, … variable
H A Dtexmaker.cpp682 if (showMathmode) centralToolBar->addAction(mathmodeAct); in Texmaker()
4598 showMathmode=config->value( "Show/Mathmode",true).toBool(); in ReadSettings()
5088 config.setValue( "Show/Mathmode",showMathmode); in SaveSettings()
11553 showmathmodeAct->setChecked(showMathmode); in customContentsMenuMain()
11597 if (showMathmode) in ToggleMathmode()
11602 showMathmode=!showMathmode; in ToggleMathmode()