Skip to content

bib.bibtexbase.standardize.do_on_comment_block

Comment block standardization utilities.

This module provides functionality for processing and standardizing BibTeX comment blocks. Comment blocks in BibTeX are used for documentation and notes that should be preserved but formatted consistently.

Classes:

Name Description
StandardizeCommentBlock

Handles the standardization of @comment blocks, ensuring proper brace matching and formatting.

Classes

StandardizeCommentBlock

StandardizeCommentBlock()

Stanndardize comment block.

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