Skip to content

bib.bibtexbase.standardize.do_on_string_block

String block standardization utilities.

This module provides functionality for processing and standardizing BibTeX string blocks. String blocks define abbreviations and macros that can be used throughout the BibTeX file to maintain consistency and reduce redundancy.

Classes:

Name Description
StandardizeStringBlock

Handles the standardization of @string blocks, ensuring proper delimiter matching and formatting of string definitions.

Classes

StandardizeStringBlock

StandardizeStringBlock()

Stanndardize string block.

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