bibble.latex.writer
See EOF for license/metadata/notes as applicable
Type Aliases
Classes
Unicode->Latex Transform. |
Module Contents
- bibble.latex.writer.U2LRule: TypeAlias = UnicodeToLatexConversionRule
- class bibble.latex.writer.LatexWriter(**kwargs)[source]
Bases:
bibble.util.middlecore.IdenBlockMiddlewareUnicode->Latex Transform. all strings in the library except urls, files, dois and crossrefs see https://pylatexenc.readthedocs.io/en/latest/latexencode/
to customize the conversion rules, use pylatexenc.latexencode and call rebuild_encoder with them
- transform_Entry(entry, library) <Unknown>[source]
- Parameters:
entry (Entry)
library (bibtexparser.library.Library)
- Return type:
list[Block]
- _blacklist = ('url', 'file', 'doi', 'crossref')
- _total_options