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
(with brackets).
Any hints?
Instead of
month = {1}, I would like to seemonth = janin my bibtex outputs. I see thatwrite_stringandwrite_fileboth have some middleware argument, but something likeonly gives
(with brackets).
Any hints?