Commit graph

5 commits

Author SHA1 Message Date
gfw-report
7a1e73c11d Support accent characters in cite names.
A new commit introduces a cite name that contains an accent character:
@inproceedings{Müller2024a,

It will cause the bibtex parser to fail with the following two errors:

failed to extract cite name of: @inproceedings{Müller2024a,

and

parse failed at 55:17: syntax error: unexpected $end, expecting tCOMM

The second error is an upstream limitation,
which I will try to get it merged to the upstream: https://github.com/nickng/bibtex.
2024-07-20 00:00:00 +00:00
Philipp Winter
a52d81c90e Swap element order. 2024-05-25 11:42:03 -05:00
Philipp Winter
78bb4eee1b Fix order of HTML elements. 2024-05-25 09:07:25 -05:00
Philipp Winter
0d6ddf944d Improve styling. 2024-03-23 09:15:12 -05:00
Philipp Winter
4be5f7bfb2 Add new build tool.
bibliogra.py requires Python 2, which is a pain to deal with.  This
commit adds a Go tool that compiles CensorBib from BibTeX to HTML.  The
tool does the bare minimum and is quite strict in the BibTeX format it
expects.
2024-03-10 12:08:10 -05:00