Home
last modified time | relevance | path

Searched refs:_dvips_path (Results 1 – 4 of 4) sorted by relevance

/plugin/latexwas/
Dclass.latexrender.php18 public $_dvips_path = "dvips"; variable in LatexRender
103 …$this->myexec($this->_dvips_path . " " . $this->_tmp_filename . ".dvi -o " . $this->_tmp_filename …
Dlatexinc.php30 $this->_latex->_dvips_path = $this->getConf("dvips_path");
/plugin/latex/
Dclass.latexrender.php42 var $_dvips_path = "dvips"; variable in LatexRender
244 …$command = $this->_dvips_path." -E ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";
/plugin/latex-was/
Dclass.latexrender.php42 var $_dvips_path = "dvips"; variable in LatexRender
245 $command = $this->_dvips_path." ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";