Home
last modified time | relevance | path

Searched refs:tex (Results 1 – 25 of 28) sorted by relevance

12

/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
Djax.js19tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u212C","\uD835\uDC9E"… property
/plugin/asciimath/
Dasciimathml148r.js97 var AMsqrt = {input:"sqrt", tag:"msqrt", output:"sqrt", tex:null, ttype:UNARY}, property
98 AMroot = {input:"root", tag:"mroot", output:"root", tex:null, ttype:BINARY}, property
99 AMfrac = {input:"frac", tag:"mfrac", output:"/", tex:null, ttype:BINARY}, property
100 AMdiv = {input:"/", tag:"mfrac", output:"/", tex:null, ttype:INFIX}, property
101 AMover = {input:"stackrel", tag:"mover", output:"stackrel", tex:null, ttype:BINARY}, property
102 AMsub = {input:"_", tag:"msub", output:"_", tex:null, ttype:INFIX}, property
103 AMsup = {input:"^", tag:"msup", output:"^", tex:null, ttype:INFIX}, property
104 AMtext = {input:"text", tag:"mtext", output:"text", tex:null, ttype:TEXT}, property
105 AMmbox = {input:"mbox", tag:"mtext", output:"mbox", tex:null, ttype:TEXT}, property
106 AMquote = {input:"\"", tag:"mtext", output:"mbox", tex:null, ttype:TEXT}; property
[all …]
/plugin/diagramsnet/lib/math/extensions/TeX/
Dmhchem.js19tex:"",TEX:"",atom:false,sup:"",sub:"",presup:"",presub:"",Init:function(c){this.string=c},ParseTa… property
/plugin/projects/plugins/target/
Dpdflatex.php16 $tex = $this->replace_extension($file->name(), ".pdf", ".tex");
17 return $project->file($tex) != NULL;
24 $tex = $this->replace_extension($file->name(), ".pdf", ".tex");
27 if (!in_array($tex, $deps))
28 $deps[] = $tex;
36 $tex = $this->replace_extension($file->name(), ".pdf", ".tex");
37 $base = substr($tex, 0, -4);
39 $pdflatex = "pdflatex -interaction=nonstopmode $tex\n";
40 $texfile = $project->file($tex);
/plugin/dokutexit/
DREADME.md31 …* *conf/header-namespace.tex* is the header which will be included when a whole namespace will be …
32 * *conf/header-page.tex* is the same for one page export
33 …* *conf/commands.tex* is where the TeX macros for dokuwiki styles will be held (this is common for…
34 …* *conf/footer.tex*, if present, will be inserted before `\end{document}`, useful to insert table …
39 * *nsbpc_texit-namespace* overriding *conf/header-namespace.tex*
40 * *nsbpc_texit-page* overriding *conf/header-page.tex*
41 * *nsbpc_texit-commands* overriding *conf/commands.tex*
42 * *nsbpc_texit-footer* overriding *conf/footer.tex*
50 …the bibliography, please use the `\dokubibliography` (defined in *commands.tex*) macro in your hea…
56 The intermediate .tex files will be placed in the *texit:namespace:subnamespace* namespace. Suppose…
[all …]
/plugin/jsmath/
Ddiff3 < $renderer->doc .= '<span dir="ltr"><script type="math/tex">';
5 > $renderer->doc .= '<script type="math/tex">';
7 < $renderer->doc .= '<span dir="ltr"><script type="math/tex; mode=display">';
9 > $renderer->doc .= '<script type="math/tex; mode=display">';
/plugin/diagramsnet/lib/math/config/
DAM_HTMLorMML.js51tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u212C","\uD835\uDC9E"… property
DTeX-MML-AM_HTMLorMML.js71tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u212C","\uD835\uDC9E"… property
DTeX-MML-AM_SVG-full.js67tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u212C","\uD835\uDC9E"… property
DAM_HTMLorMML-full.js54tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u212C","\uD835\uDC9E"… property
DTeX-MML-AM_HTMLorMML-full.js74tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u212C","\uD835\uDC9E"… property
/plugin/mimetex/
Dmimetexrender.php113 $tex = $tmp.".tex";
116 $fp = fopen($tex,"a+");
123 $command = $executeable." -f ".$tex." -e ".$img;
127 unlink($tex);
/plugin/mathtran/
Dsyntax.php66 $this->Lexer->addEntryPattern('<tex>.*?',$mode,'plugin_mathtran');
70 $this->Lexer->addExitPattern('</tex>','plugin_mathtran');
/plugin/latexport/examples/
Dsimplest.tex22 \import{content/}{aaa.tex}
Dexample.tex135 \import{content/}{aaa.tex}
/plugin/webcomponent/_test/data/pages/
Dmath.txt4 The ''math'' component allows to add [[http://docs.mathjax.org/en/latest/start.html#tex-and-latex-i…
/plugin/dokutexit/conf/
Dheader-namespace.tex48 \input{commands.tex}
Dheader-page.tex48 \input{commands.tex}
/plugin/codebutton_ext/
Daction.php132 'open' => '<code latex downloadname.tex>\n',
Daction.php.bak123 'open' => '<code latex downloadname.tex>\n',
/plugin/codeprettify/code-prettify/
DREADME.md88 [LaTeX](src/lang-tex.js);
/plugin/dokuprism/prism/
Dprism.js98 …,function:{pattern:e,alias:"selector"},punctuation:/[[\]{}&]/},a.languages.tex=a.languages.latex,a…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs15934 …TYPE_ALIASES', $hash2(["latexmath", "latex", "tex"], {"latexmath": "latexmath", "latex": "latexmat…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.min.js1362 …ES",g(["latexmath","latex","tex"],{latexmath:"latexmath",latex:"latexmath",tex:"latexmath"}))["$de…
/plugin/openlayersmap/ol/
Dol.js.map1tex Image to draw.\n * @param {number} texWidth Image width.\n * @param {number} texHeight Ima…

12