Class Transform

Constructors

Properties

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

Properties

map: CharMap
mode: "bibtex" | "biblatex" | "minimal"

Methods

  • Transform the given text to LaTeX

    Parameters

    Returns string

Generated using TypeDoc