Searched refs:_latex_path (Results 1 – 4 of 4) sorted by relevance
17 public $_latex_path = "latex"; variable in LatexRender94 …$this->myexec($this->_latex_path . " --interaction=nonstopmode " . $this->_tmp_filename . ".tex", …
29 $this->_latex->_latex_path = $this->getConf("latex_path");
41 var $_latex_path = "latex"; variable in LatexRender230 $command = $this->_latex_path." --interaction=nonstopmode ".$this->_tmp_filename.".tex";