We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3638
    • 21 Posts
    This is an auto-generated support/comment thread for BibtexToHtml.

    Use this forum to post any comments about this addition or any questions you have regarding its use.

    Brief Description:
    Parse a Bibtex file and output it in a readable HTML list.
      • 10839
      • 51 Posts
      This is a very important Add-on for me. I would be glad to see it working in a real web site.

      Also, it’s given me the clue about how to build a similar function. A kind of parser from TeX code to HTML entities. Not only for accents, but also for other symbols that usually apear in BibTeX entries. I am refering to the function "RemplacerAccent" by Guillaume Perrin which is at the end of the code of this snippet.

      In fact, it makes me think about the possibility of programming a function to translate some mathematical expressions usually shown in BibTeX entries (titles of papers or books containing some TeX code, far from just "accents") to MathML.

      Any additional ideas about this snippet??
        GinerBosk smiley

        If you can dream it, you can do it.
        • 3638
        • 21 Posts
        Here a link of this snippet working : http://www.jannik-laval.eu/en/publications.html. In fact I’ve only made it for this PhD student.

        For TeX to MathML, I think you can find a code doing this. Still, MathML isn’t really good supported yet by actual browsers (or with plugins).

        If you found something, please make a snippet and post the code in the database or in the forum. it’s always good to have new snippets !

        Good luck wink