/plugin/mimetex/ |
H A 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');
|
H A D | plugin.info.txt | 5 name mimetex Plugin parses latex blocks 7 (http://www.forkosh.com/mimetex.html) parses latex blocks
|
/plugin/latexit/tests/ |
H A 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/ |
H A 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;
|
H A D | Makefile | 23 FILES = syntax.php texitrender.php latex.php config.php README.md LICENSE.GPLv2 plugin.info.txt act…
|
/plugin/latex/ |
H A D | README | 19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex] 21 More info at http://www.dokuwiki.org/plugin:latex
|
H A D | plugin.info.txt | 1 base latex 7 url http://www.dokuwiki.org/plugin:latex
|
H A D | latexinc.php | 82 $url = DOKU_BASE.'lib/plugins/latex/images/renderfail.png'; 137 } elseif ($mode == 'latex') {
|
/plugin/latex-was/ |
H A D | README | 19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex] 21 More info at http://www.dokuwiki.org/plugin:latex
|
H A D | plugin.info.txt | 1 base latex-was 7 url http://www.dokuwiki.org/plugin:latex-was
|
H A D | latexinc.php | 88 $url = DOKU_BASE.'lib/plugins/latex/images/renderfail.png'; 143 } elseif ($mode == 'latex') {
|
/plugin/format/ |
H A D | syntax.php | 87 if(($mode == 'xhtml' || $mode == 'latex' ) 156 case 'latex':
|
/plugin/codebutton_ext/ |
H A 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',
|
H A 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/ |
H A D | plugin.info.txt | 6 desc Exports dokuwiki pages to latex format
|
H A D | README.md | 2 A latex export renderer plugin to export latex documents from Dokuwiki.
|
/plugin/latexcaption/ |
H A D | plugin.info.txt | 6 desc Adds syntax for latex-like figure captions and numbering
|
/plugin/syntaxhighlighter4/ |
H A D | CHANGELOG.md | 17 * New custom brushes added: halcon,IEC61131,kotlin,latex,Makefile,mel,objective-c,yaml
|
/plugin/webcomponent/_test/data/pages/ |
H A D | math.txt | 4 The ''math'' component allows to add [[http://docs.mathjax.org/en/latest/start.html#tex-and-latex-i…
|
/plugin/backup/lang/en/ |
H A D | intro.txt | 11 …cked up (e.g., old backups, or rendered equation cache from [[doku>plugin:latex|LaTeX plugin]]). S…
|
/plugin/dokutexit/conf/ |
H A D | header-namespace.tex | 14 %% next section is for latex and pdflatex:
|
H A D | header-page.tex | 14 %% next section is for latex and pdflatex:
|
/plugin/backup/lang/de/ |
H A D | intro.txt | 11 …ßen, z.B. alte Sicherungskopien oder Cacheverzeichnisse vom [[doku>plugin:latex|LateX plugin]]. Sc…
|
/plugin/dir/ |
H A D | syntax.php | 151 case 'latex': 204 case 'latex':
|
/plugin/aceeditor/ |
H A D | NEWS | 63 * Syntax hihglighting of content inside code, file, html, php and latex tags
|