Re: Grassetto di default per un solo font

#66794
samiel
Partecipante
    Up
    0
    Down
    ::


    Sì, uso T1. E l’avvio del codice è
    `\usepackage[T1]{fontenc}
    \usepackage{textcomp}
    \usepackage[latin1]{inputenc}
    \usepackage[italian]{babel}

    % font
    \usepackage{microtype}
    \usepackage{tgpagella}
    \usepackage{tgadventor}
    \usepackage{tgcursor}
    \DeclareFontShape{T1}{qcr}{m}{n}{<->ssub*qcr/b/n}
    \DeclareFontShape{T1}{qcr}{m}{it}{<->ssub*qcr/b/it}`
    Ma il risultato è:
    `! LaTeX Error: Font family `T1+qcr' unknown.

    See the LaTeX manual or LaTeX Companion for explanation.
    Type H for immediate help.

    l.16 \DeclareFontShape
    {T1}{qcr}{m}{it}{<->ssub*qcr/b/it}`

    M

    Go to top