Type alias MapOptions

MapOptions: {
    packages?: string[];
    math?: string;
    text?: string;
    ascii?: string;
    charmap?: CharMap;
}

Type declaration

  • Optional packages?: string[]

    use mappings that require extra packages to be loaded in your document, giving better fidelity mapping. Currently supported are MinionPro, MnSymbol, amssymb, arevmath, graphics, ipa, mathabx, mathrsfs, mathscinet, pmboxdraw, textcomp, tipa, unicode-math, wasysym and xecjk.

  • Optional math?: string

    string of characters that should always be translated to math-mode TeX

  • Optional text?: string

    string of characters that should always be translated to text-mode TeX

  • Optional ascii?: string

    string of characters that should always be translated LaTeX macros, even when the map minimal is used.

  • Optional charmap?: CharMap

    custom mapping to add to the loaded mapping

Generated using TypeDoc