Lines Matching refs:bibtex
8 * Parse <bibtex>...</bibtex> blocks in xhtml mode.bibtex
44 $this->Lexer->addEntryPattern('<bibtex(?=.*?>.*?</bibtex>)', $mode, 'plugin_bibtex4dw_bibtex');
48 $this->Lexer->addExitPattern('</bibtex>', 'plugin_bibtex4dw_bibtex');
53 // $matches[0] is the parameters <bibtex [parameters]>
54 // $matches[1] is the text inside the block <bibtex [parameters]> </bibtex>
84 // return the dokuwiki markup within the bibtex tags
115 $bibtex = $bibtexrenderer->printBibliography($substate);
116 $renderer->doc .= $bibtex;
120 $bibtex = $bibtexrenderer->printBibliography($substate);
121 $renderer->doc .= $bibtex;