Skip to content

bib.bibtexbase.standardize.do_on_preamble_block

Preamble block standardization utilities.

This module provides functionality for processing and standardizing BibTeX preamble blocks. Preamble blocks contain LaTeX commands and definitions that are used throughout the BibTeX file.

Classes:

Name Description
StandardizePreambleBlock

Handles the standardization of @preamble blocks, ensuring proper quote matching and formatting of LaTeX commands.

Classes

StandardizePreambleBlock

StandardizePreambleBlock()

Stanndardize preamble block.

Source code in pybibtexer/bib/bibtexbase/standardize/do_on_preamble_block.py
def __init__(self) -> None:
    pass