Skip to content

✨ Nice way to handle enclosings for months while writing with the default stack #447

@nschloe

Description

@nschloe

Instead of month = {1}, I would like to see month = jan in my bibtex outputs. I see that write_string and write_file both have some middleware argument, but something like

write_string(
    library,
    bibtex_format=bibtex_format,
    prepend_middleware=[MonthAbbreviationMiddleware(True)],
)

only gives

month = {jan}

(with brackets).

Any hints?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions