Ciao sono un nuovo utente e ho bisogno del vostro aiuto… 🙄
mi sapete indicare un sito che mi permette di scarica il pacchetto amssymb e amsmath.. ho bisogno di questi per la tesi pero tutti i siti che trovo forniscono solo una user’s guide mentre a me servirebbe il pacchetto vero e proprio da caricare nel latex. grazie a tutti per la disponibilità.😀 😀 😀
Controlla però prima se i pacchetti non siano già installati.
In effetti hai dimenticato di dirci quale distribuzione LaTeX adoperi:
se usi MiKTeX lavora con il Package Manager (lo puoi lanciare a partire dal pulsante Start di Windows -> Programmi -> MiKTeX -> Package Manager);
se usi texlive lavora con la riga di comando:
per sapere se il pacchetto è installato basta dare un tlmgr show amsmath:
`~$ tlmgr show amsmath
package: amsmath
category: Package
shortdesc: AMS mathematical facilities for LaTeX.
longdesc: This package is the principal package in the AMS-LaTeX distribution. It adapts for use in LaTeX most of the mathematical features found in AMS-TeX; it is a near- indispensable adjunct to serious mathematical typesetting in LaTeX. When amsmath is loaded, AMS-LaTeX packages amsbsy (for bold symbols), amsopn (for operator names) and amstext (for text embdedded in mathematics) are also loaded. Amsmath is part of the LaTeX required distribution; however, several contributed packages add still further to its appeal; examples are empheq, which provides functions for decorating and highlighting mathematics, and ntheorem, for specifying theorem (and similar) definitions.
installed: Yes
revision: 13530
collection: collection-latex
`
Nel mio caso il pacchetto è presente nel sistema (segmalato da “installed: Yes”), e come potrebbe non esserlo…
Bye