Home
last modified time | relevance | path

Searched refs:bibtex (Results 26 – 41 of 41) sorted by path

12

/plugin/publistf/bib2tpl/
H A Dchangelog8 when months in the bibtex use abreviations; if the language file includes
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php1006 $bibtex = '';
1009 $bibtex .= '@'.strtolower($entry['entrytype']).' { '.$entry['cite'].",\n";
1016 $bibtex .= "\t".$key.' = {'.$val."},\n";
1033 $bibtex .= "\tauthor = {".$author."}\n";
1034 $bibtex.="}\n\n";
1036 return $bibtex;
/plugin/publistf/
H A Dsyntax.php98 $bibtex = $this->_load($data, 'bibtex');
99 if ( empty($bibtex) ) {
119 if ( !empty($bibtex) && !empty($template) ) {
128 $code = $parser->convert($bibtex, $template);
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl4 …|web]]@;url@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
H A Ddokuwiki_kmh.tpl4 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
H A Ddokuwiki_single.tpl2 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
/plugin/publistx/
H A DREADME9 websites of coauthors added automatically to the bibtex entries. The
H A DTODO38 - Default bibtex
H A Dsyntax.php97 $bibtex = $this->_load($data, 'bibtex');
98 if ( empty($bibtex) ) {
118 if ( !empty($bibtex) && !empty($template) ) {
127 $code = $parser->convert($bibtex, $template);
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php157 * @param string $bibtex BibTeX code
160 static function parse(&$bibtex) { argument
165 self::$parser->loadString($bibtex);
187 * @param string|array $bibtex BibTeX code or parsed array
194 function convert($bibtex, &$template, &$replacementKeys=array()) { argument
207 if ( is_array($bibtex) ) {
208 $data = $bibtex;
211 $data = self::parse($bibtex);
H A Dchangelog8 when months in the bibtex use abreviations; if the language file includes
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php1006 $bibtex = '';
1009 $bibtex .= '@'.strtolower($entry['entrytype']).' { '.$entry['cite'].",\n";
1016 $bibtex .= "\t".$key.' = {'.$val."},\n";
1033 $bibtex .= "\tauthor = {".$author."}\n";
1034 $bibtex.="}\n\n";
1036 return $bibtex;
/plugin/publistx/template/
H A Ddokuwiki_fancy.tpl4 …|web]]@;url@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
H A Ddokuwiki_kmh.tpl4 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
H A Ddokuwiki_single.tpl2 …|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bibtex@ ++ bibtex|<code bibtex>@bibtex@</code>++@;
/plugin/refnotes/lang/en/
H A D__template.txt36 <code bibtex>

12