Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 23, 2020

Conversation

wilbowma
Copy link
Contributor

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.

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
Copy link
Contributor Author

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
Copy link
Member

mflatt commented Aug 21, 2020

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

@mflatt mflatt merged commit d71ad4d into racket:master Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants