unicode2latex
    Preparing search index...

    Type Alias MapOptions

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

    Properties

    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.

    math?: string

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

    text?: string

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

    ascii?: string

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

    charmap?: CharMap

    custom mapping to add to the loaded mapping