Home
last modified time | relevance | path

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

/plugin/latexit/_test/
H A Dbibhandler.test.php99 $this->assertEquals($string, $this->b->getBibtex());
/plugin/latexit/classes/
H A DBibHandler.php119 public function getBibtex() { function in BibHandler
/plugin/latexit/
H A Drenderer.php377 …$zip->addFromString($this->getConf('bibliography_name') . '.bib', $this->bib_handler->getBibtex());