@yamlresume/core
    Preparing search index...

    Type Alias LatexAdvanced

    Defines advanced latex configuration options.

    type LatexAdvanced = {
        fontspec?: { numbers?: LatexFontspecNumbers };
        showIcons?: boolean;
        showUrls?: boolean;
    }
    Index
    fontspec?: { numbers?: LatexFontspecNumbers }

    LaTeX fontspec package configurations.

    Type Declaration

    showIcons?: boolean

    Whether to show icons for links and profiles.

    showUrls?: boolean

    Whether to show raw URLs or hide them behind reasonable text.