Non mi risulta che amssymb sia caricato da ntheorem. È solo dando l’opzione “standard” a ntheorem che accade: evitala e sei a posto.
Ciao Enrico, hai ragione, eppure il seguente codice:
`\documentclass{book}\usepackage{ntheorem}
\usepackage[urw-garamond]{mathdesign}\begin{document}
ciao
\end{document}`
produce due warning, poiché sia amssymb sia amsfonts vengono di fatto caricati, apparentemente da ntheorem. Se poi inverti l’ordine di caricamento dei due pacchetti, dà errore sul comando \circledS, che è definito due volte.Che ne dici?
Grazie della risposta,
Ti riporto la lista dei file che vengono caricati con il tuo documento (basta mettere \listfiles prima di \begin{document}):
` *File List*
book.cls 2005/09/16 v1.4f Standard LaTeX document class
bk10.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
ntheorem.sty 2005/07/07 1.25
mathdesign.sty 2006/01/29 v1.55 Math Design Project
keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
ifthen.sty 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
mdugm.cfg
mdugm.sty 2006/01/29 v1.55 urw garamond + mdugm (Math Design Project)
mdfont.def 2006/01/29 v1.55 (Math Design Project)
mdsffont.def 2006/01/29 v1.55 (Math Design Project)
mdttfont.def 2006/01/29 v1.55 (Math Design Project)
ot1mdugm.fd 2006/01/29 Fontinst v1.928 font definitions for OT1/mdugm.
fontenc.sty
t1enc.def 2005/09/27 v1.99g Standard LaTeX file
t1mdugm.fd 2006/01/29 Fontinst v1.928 font definitions for T1/mdugm.
mdacmr.fd
mdbcmr.fd
***********`
Confronta le versioni. Come vedi non c’è traccia di amssymb.
Ciao
Enrico