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

Implement export of bibdata with bibtex strings #202

Open
omangin opened this issue Apr 12, 2018 · 1 comment
Open

Implement export of bibdata with bibtex strings #202

omangin opened this issue Apr 12, 2018 · 1 comment

Comments

@omangin
Copy link
Collaborator

omangin commented Apr 12, 2018

#165 implements the representation of bibdata where values use bibtex string combinations. The writer however does not implement how to export such data.

Converting the BibDataStringExpression to bibtex should be straightforward but some logic should be implemented to decide which string definitions to include in the output bibtex file. Choices could be:
– all defined strings,
– only the strings used in the bibdata attributes,
– all strings except the common ones,
– all but an excluded list passed as parameters.

@MiWeiss
Copy link
Collaborator

MiWeiss commented May 27, 2023

A corresponding middleware (which replaces values with string references, according to a selectable strategy as described above) is still missing in v2.

It's currently not on my personal todo list, but I am happy to review and merge a corresponding pull request, or to list an "external middleware" in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants