Searched refs:latex (Results 1 – 25 of 47) sorted by relevance
12
| /plugin/mimetex/ |
| D | syntax.php | 61 $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');
|
| D | plugin.info.txt | 5 name mimetex Plugin parses latex blocks 7 (http://www.forkosh.com/mimetex.html) parses latex blocks
|
| /plugin/latexit/tests/ |
| D | script | 7 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/ |
| D | texitrender.php | 134 $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;
|
| D | Makefile | 23 FILES = syntax.php texitrender.php latex.php config.php README.md LICENSE.GPLv2 plugin.info.txt act…
|
| /plugin/latexwas/ |
| D | README | 19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex] 21 More info at http://www.dokuwiki.org/plugin:latex
|
| D | latexinc.php | 88 $url = DOKU_BASE.'lib/plugins/latex/images/renderfail.png'; 143 } elseif ($mode == 'latex') {
|
| /plugin/latex/ |
| D | README | 19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex] 21 More info at http://www.dokuwiki.org/plugin:latex
|
| D | plugin.info.txt | 1 base latex 7 url http://www.dokuwiki.org/plugin:latex
|
| D | latexinc.php | 82 $url = DOKU_BASE.'lib/plugins/latex/images/renderfail.png'; 137 } elseif ($mode == 'latex') {
|
| /plugin/latex-was/ |
| D | README | 19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex] 21 More info at http://www.dokuwiki.org/plugin:latex
|
| D | plugin.info.txt | 1 base latex-was 7 url http://www.dokuwiki.org/plugin:latex-was
|
| D | latexinc.php | 88 $url = DOKU_BASE.'lib/plugins/latex/images/renderfail.png'; 143 } elseif ($mode == 'latex') {
|
| /plugin/format/ |
| D | syntax.php | 87 if(($mode == 'xhtml' || $mode == 'latex' ) 156 case 'latex':
|
| /plugin/codebutton_ext/ |
| D | action.php | 130 'title' => $this->getLang('latex'), 131 'icon' => '../../plugins/codebutton_ext/pix/File-latex-32.png', 132 'open' => '<code latex downloadname.tex>\n',
|
| D | action.php.bak | 42 …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/ |
| D | plugin.info.txt | 6 desc Exports dokuwiki pages to latex format
|
| /plugin/latexcaption/ |
| D | plugin.info.txt | 6 desc Adds syntax for latex-like figure captions and numbering
|
| /plugin/syntaxhighlighter4/ |
| D | CHANGELOG.md | 17 * New custom brushes added: halcon,IEC61131,kotlin,latex,Makefile,mel,objective-c,yaml
|
| /plugin/webcomponent/_test/data/pages/ |
| D | math.txt | 4 The ''math'' component allows to add [[http://docs.mathjax.org/en/latest/start.html#tex-and-latex-i…
|
| /plugin/dokutexit/conf/ |
| D | header-namespace.tex | 14 %% next section is for latex and pdflatex:
|
| D | header-page.tex | 14 %% next section is for latex and pdflatex:
|
| /plugin/backup/lang/en/ |
| D | intro.txt | 11 …cked up (e.g., old backups, or rendered equation cache from [[doku>plugin:latex|LaTeX plugin]]). S…
|
| /plugin/backup/lang/de/ |
| D | intro.txt | 11 …ßen, z.B. alte Sicherungskopien oder Cacheverzeichnisse vom [[doku>plugin:latex|LateX plugin]]. Sc…
|
| /plugin/dir/ |
| D | syntax.php | 151 case 'latex': 204 case 'latex':
|
12