[LaTeX] Problema in compilazione
Francesco Poli
frx@firenze.linux.it
Mon May 3 23:58:30 CEST 2004
On Mon, 03 May 2004 10:27:51 +0200 Daniele Masini wrote:
Ciao! :)
> Babel <v3.7h> and hyphenation patterns for american, french, german,
> ngerman, n ohyphenation, loaded.
[...]
> Package babel Warning: No hyphenation patterns were loaded for
> (babel) the language `Italian'
> (babel) I will use the patterns loaded for \language=0
> instead.
Qui LaTeX si lamenta che non ha le regole di sillabazione per
l'italiano.
Dovresti essere in grado di configurarle con il programma TeX-Config:
# texconfig
nel menu seleziona HYPHEN e poi latex: nel file che compare togli il
simbolo di commento dalle lingue che ti interessano. Esci salvando e
TeX-Config aggiornera` per te la configurazione. Dopo di questo puoi
uscire anche da TeX-Config.
Altrimenti, credo che la procedura manuale sia la seguente:
Modifica manualmente il file
${PREFIX}/texmf/tex/generic/config/language.dat
dove PREFIX e` /usr/share in una Debian, forse qualcos'altro in una
Fedora.
Poi
# cd ${PREFIX}/texmf/tex/latex/config/
# tex -ini -fmt=latex -progname=latex latex.ini
# cd ${PREFIX}/texmf/etex/latex/config/
# etex -ini -efmt=elatex -progname=elatex *elatex.ini
# cd ${PREFIX}/texmf/pdftex/plain/config/
# pdftex -ini -fmt=pdftex -progname=pdftex pdftex.ini
# cd ${PREFIX}/texmf/pdftex/latex/config/
# pdftex -ini -fmt=pdflatex -progname=pdflatex pdflatex.ini
# cd ${PREFIX}/texmf/pdfetex/latex/config/
# pdfetex -ini -efmt=pdfelatex -progname=pdfelatex *pdfelatex.ini
# cd ${PREFIX}/texmf/omega/plain/config/
# omega -ini -fmt=omega -progname=omega omega.ini
[...]
> ! LaTeX Error: File `listings.sty' not found.
Qui LaTeX protesta poiche' non trova il pacchetto listings, che tu usi
qui:
[...]
> \usepackage{listings}
Prova a cercare, tra i pacchetti RPM per FC1[1], se trovi un pacchetto
RPM (facente parte di teTeX) che contenga il file `listings.sty'.
[1] o eventualmente tra i pacchetti di sviluppo:
http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/
--
| GnuPG Key ID = DD6DFCF4 | You're compiling a program
Francesco | Key fingerprint = | and, all of a sudden, boom!
Poli | C979 F34B 27CE 5CD8 DC12 | -- from APT HOWTO,
| 31B5 78F4 279B DD6D FCF4 | version 1.8.0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.linux.it/pipermail/latex/attachments/20040503/88e55285/attachment.pgp>
More information about the latex
mailing list