Home
last modified time | relevance | path

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

/plugin/latexwas/
Dclass.latexrender.php34 public $_postamble = ""; variable in LatexRender
47 … $this->latex_document = $this->_preamble . "\n" . trim($latex_formula) . "\n" . $this->_postamble;
Dlatexinc.php38 $this->_latex->_postamble = $this->getConf("postamble");
/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;