Type Alias MapOptions

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

Type declaration

  • Optionalpackages?: 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.

  • Optionalmath?: string

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

  • Optionaltext?: string

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

  • Optionalascii?: string

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

  • Optionalcharmap?: CharMap

    custom mapping to add to the loaded mapping