@yamlresume/core
    Preparing search index...

    Type Alias LatexTypography

    Defines latex typography settings for document formatting.

    type LatexTypography = {
        fontFamily?: string;
        fontSize?: LatexFontSize;
        lineSpacing?: LineSpacing;
        links?: Links;
    }
    Index
    fontFamily?: string

    A comma-separated list of font families to use.

    fontSize?: LatexFontSize

    Base font size for the document (e.g., "10pt", "11pt").

    lineSpacing?: LineSpacing

    Line spacing for the document (e.g., "tight", "normal", "relaxed").

    links?: Links

    Link styling settings.