unicode2latex
    Preparing search index...

    Class Transform

    Index

    Constructors

    Methods

    Constructors

    • loads a unicode -> TeX character map to use during conversion

      Parameters

      • mode: "bibtex" | "biblatex" | "minimal" | "bibtex-creator"

        the translation mode, being bibtex, creator, biblatex or minimal. Use minimal if your TeX environment supports unicode. In bibtex mode, combining characters are braced to that character/word counts are reliable, at the cost of more verbose output. creator is a special mode for bibtex creator that helps composite characters to be counted as a single unit for in-text citations.

      • options: MapOptions = {}

      Returns Transform

    Methods