.. _bibble.latex.reader: =================== bibble.latex.reader =================== .. py:module:: bibble.latex.reader .. autoapi-nested-parse:: See EOF for license/metadata/notes as applicable Type Aliases ------------ .. autoapisummary:: bibble.latex.reader.Entry Classes ------- .. autoapisummary:: bibble.latex.reader.LatexReader Module Contents =============== .. py:data:: Entry :type: TypeAlias :value: model.Entry .. _bibble.latex.reader.LatexReader: .. py:class:: LatexReader(*, extra = None, **kwargs) Bases: :py:obj:`bibble.util.middlecore.IdenBlockMiddleware` Latex->unicode transform. all strings in the library, except urls, files, doi's and crossrefs .. py:method:: _transform_raw_str(python_string) -> Transforms a python string to a latex string :returns: The transformed string and a possible error message :rtype: Tuple[str, str] .. py:method:: field_h(field, entry) -> .. py:method:: on_read() -> .. py:method:: transform_Entry(entry, library) -> .. py:attribute:: _blacklist :value: ('url', 'file', 'doi', 'crossref') .. py:attribute:: _total_options :type: dict .. py:attribute:: _total_rules :type: dict