bibtex2html
bibtex2html copied to clipboard
Thank you for your excellent tool! I wanted to ask whether support for biblatex files is planned? biblatex files are slightly different from bibtex, they allow braced expressions. In case...
I have a similar issue to #14 in that I get a warning `unknown macro \faTrophy` for the trophy symbol. I believe the workaround is: ```tex \newcommand{\faTrophy}{🏆} ```
If the DOI is not present but an `acmid` is, then please add a link to the ACM DL page. Currently, no link is generated.
I noticed this while checking my website with an [HTML5 validator](https://validator.w3.org/nu/). I don't expect this change to have any downsides as the `vertical-align` and `text-align` CSS properties are supported by...
The validator complains if we don't specify a character encoding. A change like this might be good, for we can also tell emacs the character encoding to use: ``` diff...
Html tags inside rawhtml sections in *_bib.html files should be displayed in quoted form, or else the validator complains. E.g., change ``` abstract = { \begin{rawhtml} In this paper we...
In the *_bib.html file, the anchors should be inside the paragraphs, or else the html validator complains. E.g., change ``` @article{1602.00352, ``` to ``` @article{1602.00352, ```
I have trouble processing a BibTex file which contains `{\rq}` macro instead of plain text apostrophes. I believe those macros are inserted automatically by kbibtex, because when I look at...
Is it possible to sort the entries by bibtex key? My keys are in the form "Smith1987a", -a help partially, as it groups entries by author, but I'd like them...
I write journal abbreviations in the bib file as "`Chem.\@ Phys.\@ Lett.`" to avoid extra stretching when processing with LaTeX. It seems bibtex2html eats the space after the `\@` macro,...