Skip to content

bib.bibtexparser.middlewares.block.title

Classes

NormalizeTitleInEntry

NormalizeTitleInEntry(allow_inplace_modification=True)

Bases: BlockMiddleware

Normalize field title of an entry by deleting \href{}{} if existed.

Source code in pybibtexer/bib/bibtexparser/middlewares/block/title.py
def __init__(self, allow_inplace_modification: bool = True):
    super().__init__(allow_inplace_modification=allow_inplace_modification, allow_parallel_execution=True)