Lines Matching refs:_latex
13 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");
37 $this->_latex->_preamble = $this->getConf("preamble");
38 $this->_latex->_postamble = $this->getConf("postamble");
59 $url = $this->_latex->getFormulaURL($data[0]);
60 $title = $url ? $data['title'] : "Render Error " . $this->_latex->_errorcode;