Home
last modified time | relevance | path

Searched refs:latex (Results 1 – 25 of 41) sorted by relevance

12

/plugin/mimetex/
H A Dsyntax.php61 $this->Lexer->addEntryPattern('<latex(?=.*\x3C/latex\x3E)',$mode,'plugin_mimetex');
65 $this->Lexer->addExitPattern('</latex>','plugin_mimetex');
88 if ( !is_dir($conf['mediadir'] . '/latex') ) {
89 mkdir($conf['mediadir'] . '/latex', 0777-$conf['dmask']);
93 $cachefilename = $conf['mediadir'] . '/latex/'.$hash.'.gif';
94 $cacheurl = DOKU_BASE.'lib/exe/fetch.php?media='.urlencode('latex:'.$hash.'.gif');
H A Dplugin.info.txt5 name mimetex Plugin parses latex blocks
7 (http://www.forkosh.com/mimetex.html) parses latex blocks
/plugin/latexit/tests/
H A Dscript7 wget -O exported/test${i}_exported.latex $URL
10 diff -bB --ignore-all-space exported/test${i}_exported.latex my/test${i}.latex >> log
14 …wget -O exported/projekt_exported.latex 'http://localhost/_bp/doku.php?id=projects:industry:profin…
/plugin/dokutexit/
H A Dtexitrender.php134 $latex = $this->p_locale_latex();
135 foreach ($latex as $part) {
210 $latex = array();
217 $latex[] = $this->p_render_latex($id, $this->doc_info);
227 $latex[] = "\n\\appendix\n";
237 $latex[] = $this->p_render_latex($link['id'], $subinfo);
248 $latex[] = $this->p_render_latex_text($text, $subinfo);
255 return $latex;
H A DMakefile23 FILES = syntax.php texitrender.php latex.php config.php README.md LICENSE.GPLv2 plugin.info.txt act…
/plugin/latex/
H A DREADME19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
21 More info at http://www.dokuwiki.org/plugin:latex
H A Dplugin.info.txt1 base latex
7 url http://www.dokuwiki.org/plugin:latex
H A Dlatexinc.php82 $url = DOKU_BASE.'lib/plugins/latex/images/renderfail.png';
137 } elseif ($mode == 'latex') {
/plugin/latex-was/
H A DREADME19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
21 More info at http://www.dokuwiki.org/plugin:latex
H A Dplugin.info.txt1 base latex-was
7 url http://www.dokuwiki.org/plugin:latex-was
H A Dlatexinc.php88 $url = DOKU_BASE.'lib/plugins/latex/images/renderfail.png';
143 } elseif ($mode == 'latex') {
/plugin/format/
H A Dsyntax.php87 if(($mode == 'xhtml' || $mode == 'latex' )
156 case 'latex':
/plugin/codebutton_ext/
H A Daction.php130 'title' => $this->getLang('latex'),
131 'icon' => '../../plugins/codebutton_ext/pix/File-latex-32.png',
132 'open' => '<code latex downloadname.tex>\n',
H A Daction.php.bak42 …idl, ini, inno, intercal, io, java5, java, javascript, kixtart, klonec, klonecpp, latex, lisp, loc…
121 'title' => $this->getLang('latex'),
122 'icon' => '../../plugins/codebutton_ext/pix/File-latex-32.png',
123 'open' => '<code latex downloadname.tex>\n',
/plugin/latexport/
H A Dplugin.info.txt6 desc Exports dokuwiki pages to latex format
H A DREADME.md2 A latex export renderer plugin to export latex documents from Dokuwiki.
/plugin/latexcaption/
H A Dplugin.info.txt6 desc Adds syntax for latex-like figure captions and numbering
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md17 * New custom brushes added: halcon,IEC61131,kotlin,latex,Makefile,mel,objective-c,yaml
/plugin/webcomponent/_test/data/pages/
H A Dmath.txt4 The ''math'' component allows to add [[http://docs.mathjax.org/en/latest/start.html#tex-and-latex-i…
/plugin/backup/lang/en/
H A Dintro.txt11 …cked up (e.g., old backups, or rendered equation cache from [[doku>plugin:latex|LaTeX plugin]]). S…
/plugin/dokutexit/conf/
H A Dheader-namespace.tex14 %% next section is for latex and pdflatex:
H A Dheader-page.tex14 %% next section is for latex and pdflatex:
/plugin/backup/lang/de/
H A Dintro.txt11 …ßen, z.B. alte Sicherungskopien oder Cacheverzeichnisse vom [[doku>plugin:latex|LateX plugin]]. Sc…
/plugin/dir/
H A Dsyntax.php151 case 'latex':
204 case 'latex':
/plugin/aceeditor/
H A DNEWS63 * Syntax hihglighting of content inside code, file, html, php and latex tags

12