19 Settembre 2007 alle 11:54
#17089
::
`\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”.