/dports/math/giacxcas/giac-1.6.0/src/ |
H A D | tex.cc | 568 case 0x039E: if (!mathmode) texs+="$"; texs+="\\Xi"; texs+=mathmode?' ':'$'; res++; break; in greek2tex() 570 case 0x03A0: if (!mathmode) texs+="$"; texs+="\\Pi"; texs+=mathmode?' ':'$'; res++; break; in greek2tex() 597 case 0x03BC: if (!mathmode) texs+="$"; texs+="\\mu"; texs+=mathmode?' ':'$'; res++; break; in greek2tex() 630 if (mathmode) in idnt2tex() 632 mathmode=true; in idnt2tex() 671 mathmode=false; in idnt2tex() 676 bool mathmode; in idnt2tex() local 682 if (mathmode || s.size()==1) in idnt2tex() 705 bool mathmode; in pnt2texlegende() local 706 ss=idnt2tex(ss,mathmode); in pnt2texlegende() [all …]
|
H A D | tex.h | 55 int greek2tex(const std::string & s,std::string & texs,bool mathmode);
|
/dports/graphics/klatexformula/klatexformula-4.0.0/src/ |
H A D | klfstyle.cpp | 83 mathmode(this, MathMode, "mathmode", input.mathmode), in KLFStyle() 100 mathmode(this, MathMode, "mathmode", o.mathmode), in KLFStyle() 260 << style.mathmode() in operator <<() 296 style.mathmode = mathmode; in operator >>() 325 a.mathmode == b.mathmode && in operator ==() 360 oldstyle.mathmode = newStyle.mathmode; in fromNewStyle() 375 style.mathmode = mathmode; in toNewStyle() 397 << oldstyle.mathmode in operator <<() 408 QString name, mathmode, preamble; in operator >>() local 412 oldstyle.mathmode = mathmode; in operator >>() [all …]
|
H A D | klfstyle.h | 91 KLFPObjPropRef<QString> mathmode; member 102 mathmode = o.mathmode; preamble = o.preamble; fontsize = o.fontsize; dpi = o.dpi; 128 : name(nm), fg_color(fgcol), bg_color(bgcol), mathmode(mmode), preamble(pre), in name() 133 QString mathmode; member
|
/dports/hebrew/he2/he2-0.61/he2/ |
H A D | hebSegment.h | 59 short mathmode, lang_change ; member 65 mode=a.mode ; mathmode = a.mathmode ; 70 return (location==a.location)&&(mode==a.mode)&&(mathmode==a.mathmode) && in isEqual() 100 short topMath() { return (stackPointer > 0)?data[stackPointer-1].mathmode : 0; } in topMath() 119 data[stackPointer].mathmode = math ;
|
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/ |
H A D | environ.c | 330 else if (mathmode) { in RunLatex() 331 p = (char *) MALLOC( strlen(mathmode) + 1 ); CHKPTR(p); in RunLatex() 332 strcpy( p, mathmode ); in RunLatex() 378 if (mathmode) { in RunLatex() 381 fprintf( fp, "%s\n", mathmode ); in RunLatex() 387 strcpy( p, mathmode ); in RunLatex() 405 if (mathmode[1] == '[') fputs( "\\]\n", fp ); in RunLatex() 406 else if (mathmode[1] == '(') fputs( "\\)\n", fp ); in RunLatex() 526 else if (mathmode) { in RunLatex() 527 p = (char *) MALLOC( strlen(mathmode) + 1 ); CHKPTR(p); in RunLatex() [all …]
|
/dports/graphics/py-pyx/PyX-0.15/examples/text/ |
H A D | valign.py | 23 c.text(0, 0, r"x=0", [text.mathmode, text.vshift.topzero]) 24 c.text(2, 0, r"x=0", [text.mathmode, text.vshift.middlezero]) 25 c.text(4, 0, r"x=0", [text.mathmode, text.vshift.bottomzero]) 26 c.text(6, 0, r"x=0", [text.mathmode, text.vshift.mathaxis])
|
H A D | valign.ipynb | 111 "c.text(0, 0, r\"x=0\", [text.mathmode, text.vshift.topzero])\n", 112 "c.text(2, 0, r\"x=0\", [text.mathmode, text.vshift.middlezero])\n", 113 "c.text(4, 0, r\"x=0\", [text.mathmode, text.vshift.bottomzero])\n", 114 "c.text(6, 0, r\"x=0\", [text.mathmode, text.vshift.mathaxis])\n", 159 ….png\" align=\"left\"> Please don't get confused by the additional text.mathmode attribute in this… 161 "The `text.mathmode` attribute is by the way similar but not identical (due to the\n", 162 "use of `\\displaystyle`) to encapsulating your expression in TeX's mathmode\n",
|
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/ |
H A D | latex_parse.c | 65 build_latex_graph_r( str *in, unsigned long *offset, int *mathmode, int depth, latex_node **node ) in build_latex_graph_r() argument 96 status = build_latex_graph_r( in, offset, mathmode, depth+1, &downnode ); in build_latex_graph_r() 111 *mathmode = !(*mathmode); in build_latex_graph_r() 113 if ( *mathmode ) { in build_latex_graph_r() 120 status = build_latex_graph_r( in, offset, mathmode, depth+1, &downnode ); in build_latex_graph_r() 160 int mathmode = 0; in build_latex_graph() local 166 return build_latex_graph_r( in, &offset, &mathmode, 0, start ); in build_latex_graph()
|
/dports/textproc/R-cran-rbibutils/rbibutils/src/ |
H A D | latex_parse.c | 69 build_latex_graph_r( str *in, unsigned long *offset, int *mathmode, int depth, latex_node **node ) in build_latex_graph_r() argument 102 status = build_latex_graph_r( in, offset, mathmode, depth+1, &downnode ); in build_latex_graph_r() 120 *mathmode = !(*mathmode); in build_latex_graph_r() 122 if ( *mathmode ) { in build_latex_graph_r() 130 status = build_latex_graph_r( in, offset, mathmode, depth+1, &downnode ); in build_latex_graph_r() 171 int mathmode = 0; in build_latex_graph() local 180 return build_latex_graph_r( in, &offset, &mathmode, 0, start ); in build_latex_graph()
|
/dports/textproc/bibutils/bibutils_7.2/lib/ |
H A D | latex_parse.c | 74 build_latex_graph_r( str *in, unsigned long *offset, int *mathmode, int depth, latex_node **node ) in build_latex_graph_r() argument 105 status = build_latex_graph_r( in, offset, mathmode, depth+1, &downnode ); in build_latex_graph_r() 120 *mathmode = !(*mathmode); in build_latex_graph_r() 122 if ( *mathmode ) { in build_latex_graph_r() 129 status = build_latex_graph_r( in, offset, mathmode, depth+1, &downnode ); in build_latex_graph_r() 168 int mathmode = 0; in build_latex_graph() local 170 return build_latex_graph_r( in, &offset, &mathmode, 0, start ); in build_latex_graph()
|
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/internal-testing/ |
H A D | syntax-generic.tex | 151 1&\le 2 \\ % mathmode 157 1&\le 2 \\ % mathmode 170 x^2 &= 1 &\hskip2cm 1 &= 2 \\ % mathmode 211 $\begin{matrix} % mathmode 217 $ % mathmode 218 \begin{align} % error: align env in mathmode
|
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/dialogs/ |
H A D | mathenvironmentdialog.cpp | 193 m_mathmode = attr.mathmode; in slotEnvironmentChanged() 341 QString mathmode = m_coDisplaymath->currentText(); in slotAccepted() local 342 if(!mathmode.isEmpty()) { in slotAccepted() 343 if(mathmode == "\\[") { in slotAccepted() 348 displaymathbegin = QString("\\begin{%1}\n").arg(mathmode); in slotAccepted() 349 displaymathend = QString("\\end{%1}\n").arg(mathmode); in slotAccepted()
|
H A D | latexcommanddialog.cpp | 291 attr.mathmode = m_chMath->isChecked(); in getParameter() 297 attr.mathmode = false; in getParameter() 524 if (attr.mathmode) in setEntry() 551 attr.mathmode = (item->text(3) == "$"); in getEntry() 559 attr.mathmode = false; in getEntry()
|
/dports/graphics/py-pyx/PyX-0.15/examples/axis/ |
H A D | manualticks.py | 7 myticks = [graph.axis.tick.tick(math.pi, label=r"\pi", labelattrs=[text.mathmode]), 8 graph.axis.tick.tick(2*math.pi, label=r"2\pi", labelattrs=[text.mathmode])]
|
/dports/print/lyx/lyx-2.3.4.2/src/mathed/ |
H A D | InsetMathEnsureMath.cpp | 74 SetMode mathmode(os, false); in mathmlize() local 83 SetHTMLMode mathmode(os, false); in htmlize() local
|
/dports/print/latex2rtf/latex2rtf-2.3.17/test/ |
H A D | subsup.tex | 22 And this is what mathmode would display: $10^{-17}$ 33 And the same in mathmode: $10_{8}$
|
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/ |
H A D | latexcmd.cpp | 443 attr.mathmode = (list[4] == "$"); in commandAttributes() 451 attr.mathmode = false; in commandAttributes() 488 if(attr.mathmode) { in configString()
|
H A D | latexcmd.h | 52 bool mathmode; variable
|
/dports/print/lyx/lyx-2.3.4.2/src/ |
H A D | Encoding.cpp | 280 bool Encodings::latexMathChar(char_type c, bool mathmode, in latexMathChar() argument 294 if (mathmode) in latexMathChar() 299 bool use_math = (mathmode && !it->second.mathcommand().empty()) || in latexMathChar() 300 (!mathmode && it->second.textcommand().empty()); in latexMathChar() 310 if (mathmode) in latexMathChar() 356 bool const mathmode = cmdtype & MATH_CMD; in fromLaTeXCommand() local 414 docstring const math = mathmode ? it->second.mathcommand() in fromLaTeXCommand()
|
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/grouping/ |
H A D | mathgroup.tex | 25 % Note that text mode inside mathmode groups a 2nd level!
|
/dports/math/gap/gap-4.11.0/pkg/GAPDoc-1.6.3/lib/ |
H A D | GAPDoc2HTML.gi | 221 if r.root.mathmode = "MathML" then 225 elif r.root.mathmode = "Tth" then 483 r.mathmode := arg[Length(arg)]; 486 r.mathmode := "Text"; 497 if r.mathmode = "MathML" then 499 elif r.mathmode = "Tth" then 501 elif r.mathmode = "MathJax" then 685 if r.mathmode = "MathML" then 688 elif r.mathmode = "Tth" then 1304 if r.root.mathmode = "MathJax" then [all …]
|
/dports/graphics/py-pyx/PyX-0.15/pyx/graph/axis/ |
H A D | texter.py | 50 labelattrs=[text.mathmode]): 154 labelattrs=[text.mathmode]): 272 labelattrs=[text.mathmode]):
|
/dports/textproc/p5-TeX-Encode/TeX-Encode-2.010/ |
H A D | CHANGES.pre-2.0 | 30 - Changed decode behaviour to decode mathmode first, then other macros
|
/dports/graphics/klatexformula/klatexformula-4.0.0/cmake/ |
H A D | installer_dragndrop_bg.klftex | 15 …air><key>fontsize</key><value type="double">24</value></pair><pair><key>mathmode</key><value type=…
|