unicode2latex
    Preparing search index...

    Type Alias TeXChar

    type TeXChar = {
        math?: string;
        text?: string;
        macrospacer?: boolean;
        stopgap?: boolean;
        combining?: boolean;
        alt?: string[];
    }
    Index

    Properties

    math?: string
    text?: string
    macrospacer?: boolean
    stopgap?: boolean
    combining?: boolean
    alt?: string[]