racket / scribble

Other
197 stars 91 forks source link

Added support for latex escapes in bibtex titles and authors #268

Closed wilbowma closed 4 years ago

wilbowma commented 4 years ago

This allows using certain escape sequences, such as \", in titles and authors of bibtex files. Titles are wrapped titles with 'exact-chars, so the set of escapes handled is large.

A different method is used for author which basically convert certain well-known escapes into Unicode. This seems necessary to support parsing of author names.

wilbowma commented 4 years ago

FYI, if you end up wanting to merge all of these, I've merged them all in my own dev branch https://github.com/wilbowma/scribble/tree/dev

mflatt commented 4 years ago

@jeapostrophe I think you originally wrote "bibtex.rkt". Any opinions before we merge? See also #267 and #264.