unicode2latex
    Preparing search index...

    Type Alias TranslateOptions

    type TranslateOptions = {
        bracemath?: boolean;
        packages?: Set<string>;
    }
    Index

    Properties

    bracemath?: boolean

    add braces around math sections. This is useful if you plan to do sentencecase => TitleCase conversion on the result, so that you know these sections are protected.

    packages?: Set<string>

    during conversion, package names will be added to this list that would have led to a more precise translation if they were passed to the consructor