Class Transform

Constructors

Methods

Constructors

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

    Parameters

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

      the translation mode, being bibtex, 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.

    • options: MapOptions = {}

    Returns Transform

Methods