Home
last modified time | relevance | path

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

/plugin/latexit/
H A Drenderer.php136 protected $bib_handler; variable in renderer_plugin_latexit
231 $this->bib_handler = BibHandler::getInstance();
233 $this->bib_handler = NULL;
353 if ($this->_useBibliography() && !$this->bib_handler->isEmpty()) {
374 if ($this->media || ($this->_useBibliography() && !$this->bib_handler->isEmpty())) {
376 if ($this->_useBibliography() && !$this->bib_handler->isEmpty()) {
377 …$zip->addFromString($this->getConf('bibliography_name') . '.bib', $this->bib_handler->getBibtex());
1735 $this->bib_handler->insert($entry);
1764 if (is_null($this->bib_handler)) {