Home
last modified time | relevance | path

Searched refs:_preamble (Results 1 – 5 of 5) sorted by relevance

/plugin/latexwas/
Dclass.latexrender.php33 public $_preamble = ""; variable in LatexRender
47 … $this->latex_document = $this->_preamble . "\n" . trim($latex_formula) . "\n" . $this->_postamble;
Dlatexinc.php37 $this->_latex->_preamble = $this->getConf("preamble");
/plugin/latex/
Dclass.latexrender.php140 $this->latex_document = $this->_preamble."\n".trim($latex_formula)."\n".$this->_postamble;
/plugin/latex-was/
Dclass.latexrender.php140 $this->latex_document = $this->_preamble."\n".trim($latex_formula)."\n".$this->_postamble;
/plugin/html2pdf/html2pdf/html2ps/
Doutput.pcl.class.php214 $this->_preamble->output($stream);