Re: Kile – texlive da CD

#49194
Up
0
Down
::

Scusate il ritardo … ecco l’errore compilando il file in PdfLaTeX , come detto in precedenza con texmaker lo compilo tranquillamente!

`*****
***** PDFLaTeX output:
***** cd “/home/marco/Scrivania/CFD_schiera_ss/testi_in_sviluppo/Tesi”
***** pdflatex -interaction=nonstopmode 'CFD_Thesis.tex'
*****
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(./CFD_Thesis.tex
LaTeX2e <2005/12/01>
Babel and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/koma-script/scrbook.cls
Document Class: scrbook 2006/07/30 v2.95b KOMA-Script document class (book)
(/usr/share/texmf-texlive/tex/latex/koma-script/scrkbase.sty
(/usr/share/texmf-texlive/tex/latex/koma-script/scrlfile.sty
Package scrlfile, 2006/03/28 v2.95 KOMA-Script package (loading files)
Copyright (C) Markus Kohm

) (/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty))
(/usr/share/texmf-texlive/tex/latex/base/bk11.clo)
(/usr/share/texmf-texlive/tex/latex/koma-script/typearea.sty
Package typearea, 2006/07/30 v2.95b KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-2002

)) (/usr/share/texmf-texlive/tex/generic/babel/babel.sty
(/usr/share/texmf-texlive/tex/generic/babel/english.ldf
(/usr/share/texmf-texlive/tex/generic/babel/babel.def))
(/usr/share/texmf-texlive/tex/generic/babel/english.ldf)
(/usr/share/texmf-texlive/tex/generic/babel/italian.ldf

Package babel Warning: No hyphenation patterns were loaded for
(babel) the language `Italian'
(babel) I will use the patterns loaded for \language=0 instead.

)) (/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
(/usr/share/texmf-texlive/tex/latex/base/utf8.def
(/usr/share/texmf-texlive/tex/latex/base/t1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/omsenc.dfu)))

! LaTeX Error: File `type1ec.sty' not found.

Type X to quit or to proceed,
or enter new name. (Default extension: sty)

Enter file name:
! Emergency stop.

l.24 \usepackage
[T1]{fontenc}^^M
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on CFD_Thesis.log.`

Hai due problemi: il primo è la presenza di due distribuzioni TeX. Infatti è evidente dal log che il comando di shell pdflatex usa la distribuzione Debian, lo testimonia la riga
`(/usr/share/texmf-texlive/tex/latex/koma-script/scrbook.cls`
Qui viene il secondo problema: questa distribuzione è minimale e quindi non contiene type1ec.sty che fa parte del pacchetto cm-super.

Evidentemente hai configurato Texmaker perché usi la TeX Live che hai installato da DVD. Se aggiungi
`/usr/local/texlive/2009/bin/i386-linux`
al tuo PATH, sarai a posto anche compilando da shell.

Ciao
Enrico

Go to top