Re: caratteri attaccati

#17089
Nebula
Partecipante
    Up
    0
    Down
    ::


    `\documentclass[a4paper,10pt]{book}

    \usepackage[latin1]{inputenc}
    \usepackage[italian]{babel}
    \usepackage[T1]{fontenc}
    \usepackage{indentfirst}
    \usepackage{amsmath,amsthm,pxfonts}

    \theoremstyle{plain}
    \newtheorem{thm}{Teorema}[section]
    \theoremstyle{definition}
    \newtheorem{defn}{Definizione}[section]

    \begin{document}

    \[ \binom{n}{k} \]

    \end{document}`

    questo è quello che scrivo, e la resa è differente da quella che ho visto, ad esempio, a pag. 43 di “Una (mica tanto) breve introduzione a LaTeX2e”.

    Go to top