Home
last modified time | relevance | path

Searched refs:latex_document (Results 1 – 3 of 3) sorted by relevance

/plugin/latexwas/
Dclass.latexrender.php47 … $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) { argument
92 file_put_contents($this->_tmp_filename . ".tex", $latex_document);
/plugin/latex/
Dclass.latexrender.php140 $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) { argument
226 fputs($fp,$latex_document);
/plugin/latex-was/
Dclass.latexrender.php140 $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) { argument
226 fputs($fp,$latex_document);