X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d5e65e582a34ae2494fee493ddcb2b959e4a4bce..aa02f160ccdd844751cc4d637a71107d3d434309:/doc/todo/BibTeX.mdwn diff --git a/doc/todo/BibTeX.mdwn b/doc/todo/BibTeX.mdwn index 1ac9e99b8..16aa1a0f9 100644 --- a/doc/todo/BibTeX.mdwn +++ b/doc/todo/BibTeX.mdwn @@ -2,9 +2,11 @@ I would *love* to see a plugin that lets you create one or more BibTeX-formatted --[[JoshTriplett]] +> There is such a plugin at [[plugins/contrib/bibtex|plugins/contrib/bibtex]]. --[[MatthiasIhrke]] + I work on a plugin to htmlize '.bib' files. -A sample result is shown on my webpage : . +A sample result is shown on my webpage : . It features the htmlization of the bibtex with 4 types of entry supported (InProceedings, Article, MastersThesis and PhdThesis). I will add the book entry support soon. It creates for each '.bib' file an html version, and for each entry a specific page with abstract as well as an individual bib file. It lack some features like the possibility to have a pdf or ps version of the article attached. @@ -14,7 +16,7 @@ I have a problem to create a new page that render like any other page in the wik Is it possible to create several wiki page from only one source file? -The source of this plugin could be found on this page : . +The source of this plugin could be found on this page : . Feel free to propose any modifications to enhance this plugin.