Searched refs:latex_document (Results 1 – 3 of 3) sorted by relevance
47 … $this->latex_document = $this->_preamble . "\n" . trim($latex_formula) . "\n" . $this->_postamble;71 if ($this->renderLatex($this->latex_document, $full_path_filename)) {86 public function renderLatex($latex_document, $destination) { argument92 file_put_contents($this->_tmp_filename . ".tex", $latex_document);
140 $this->latex_document = $this->_preamble."\n".trim($latex_formula)."\n".$this->_postamble;167 if ($this->renderLatex($this->latex_document,$full_path_filename)) {215 function renderLatex($latex_document,$destination) { argument226 fputs($fp,$latex_document);