Searched refs:_preamble (Results 1 – 5 of 5) sorted by relevance
33 public $_preamble = ""; variable in LatexRender47 … $this->latex_document = $this->_preamble . "\n" . trim($latex_formula) . "\n" . $this->_postamble;
37 $this->_latex->_preamble = $this->getConf("preamble");
140 $this->latex_document = $this->_preamble."\n".trim($latex_formula)."\n".$this->_postamble;
214 $this->_preamble->output($stream);