Home
last modified time | relevance | path

Searched refs:_latex (Results 1 – 6 of 6) sorted by relevance

/plugin/latexwas/
Dlatexinc.php13 public $_latex; variable in syntax_plugin_latexwas_common
23 $this->_latex = new LatexRender(
29 $this->_latex->_latex_path = $this->getConf("latex_path");
30 $this->_latex->_dvips_path = $this->getConf("dvips_path");
31 …$this->_latex->_convert_path = $this->getConf("convert_path") . ' ' . $this->getConf("convert_opti…
32 $this->_latex->_identify_path = $this->getConf("identify_path");
33 $this->_latex->_image_format = $this->getConf("image_format");
34 $this->_latex->_xsize_limit = $this->getConf("xsize_limit");
35 $this->_latex->_ysize_limit = $this->getConf("ysize_limit");
36 $this->_latex->_string_length_limit = $this->getConf("string_length_limit");
[all …]
Dadmin.php166 $url = $plug->_latex->getFormulaURL($formula);
176 $this->el('p', [], 'Error Code: ' . $plug->_latex->_errorcode),
177 $this->el('pre', [], $plug->_latex->_cmdoutput)
/plugin/latex-was/
Dadmin.php216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
217 …ptln('<div class="success">Media directory is writable: <code>'.$plug->_latex->getPicturePath().'<…
219 …ptln('<div class="error">Media directory not writable or nonexistant! <code>'.$plug->_latex->getPi…
221 if(is_writable($plug->_latex->_tmp_dir) && is_dir($plug->_latex->_tmp_dir))
222 …ptln('<div class="success">Temporary directory is writable: <code>'.$plug->_latex->_tmp_dir.'</cod…
224 …ptln('<div class="error">Temporary directory not writable or nonexistant! <code>'.$plug->_latex->_…
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
239 $plug->_latex->_keep_tmp = true;
240 $plug->_latex->_cmdoutput = ''; // activate command log.
245 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
[all …]
Dlatexinc.php18 var $_latex; variable in syntax_plugin_latex_common
/plugin/latex/
Dadmin.php216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
217 …ptln('<div class="success">Media directory is writable: <code>'.$plug->_latex->getPicturePath().'<…
219 …ptln('<div class="error">Media directory not writable or nonexistant! <code>'.$plug->_latex->getPi…
221 if(is_writable($plug->_latex->_tmp_dir) && is_dir($plug->_latex->_tmp_dir))
222 …ptln('<div class="success">Temporary directory is writable: <code>'.$plug->_latex->_tmp_dir.'</cod…
224 …ptln('<div class="error">Temporary directory not writable or nonexistant! <code>'.$plug->_latex->_…
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
239 $plug->_latex->_keep_tmp = true;
240 $plug->_latex->_cmdoutput = ''; // activate command log.
244 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
[all …]
Dlatexinc.php18 var $_latex; variable in syntax_plugin_latex_common