Commit graph

3 commits

Author SHA1 Message Date
gfw-report
792f29e9ce Upgrade nickng/bibtex to v1.4.0.
This is to support accent characters in bib key:
https://github.com/nickng/bibtex/releases/tag/v1.4.0
2024-07-20 00:00:00 +00:00
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
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