- Questo topic ha 4 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 16 anni, 2 mesi fa da .
-
Topic
-
Ciao a tutti! Sono nuovissima di LaTex, mi scuso se non uso la corretta gergalità. Ho da poco installato la versione completa di MikTex che mi dà già subito errori..è la storia della sillabazione italiana. 🙁 Come editor uso TeXnicCenter, e ho seguito tutte le istruzioni presenti in questo sito per il discorso “italiano”. Prima di scrivere un nuovo topic ho cercato se altri avevano problemi simili, li ho trovati ma…non ho risolto nulla, anche perché tutto quello che è stato consigliato di fare l’avevo già fatto..! Spero mi possiate aiutare voi..Ho scritto il classico primo documento, quello dell’Arte, per intendersi:
`
\documentclass[a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}
\begin{document}
Ecco il mio primo documento.
\end{document}
`Ed ecco cosa il file.log quando compilo:
`This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=pdflatex 2010.6.17) 18 JUN 2010 11:09
entering extended mode
**E:/ …. /LaTeX1.tex
(“E:/ …. /LaTeX1.tex”
LaTeX2e <2009/09/24>
Babeland hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded.
(“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\article.cls”
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\size10.clo”
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\inputenc.sty”
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15(“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\latin1.def”
File: latin1.def 2008/03/30 v1.1d Input encoding file
))
(“C:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\babel.sty”
Package: babel 2008/07/06 v3.8l The Babel package*************************************
* Local config file bblopts.cfg used
*
(“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\00miktex\bblopts.cfg”
File: bblopts.cfg 2006/07/31 v1.0 MiKTeX 'babel' configuration
)
(“C:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\italian.ldf”
Language: italian 2008/03/14 v1.2t Italian support from the babel system(“C:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\babel.def”
File: babel.def 2008/07/06 v3.8l Babel common definitions
\babel@savecnt=\count87
\U@D=\dimen103
)Package babel Warning: No hyphenation patterns were loaded for
(babel) the language `Italian'
(babel) I will use the patterns loaded for \language=0 instead.\l@italian = a dialect from \language0
Package babel Info: Making ” an active character on input line 94.
)) (“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\fontenc.sty”
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package(“C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\t1enc.def”
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(“E:\ …. \LaTeX1.aux”)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 5.
LaTeX Font Info: … okay on input line 5.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 5.
LaTeX Font Info: … okay on input line 5.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 5.
LaTeX Font Info: … okay on input line 5.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 5.
LaTeX Font Info: … okay on input line 5.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 5.
LaTeX Font Info: … okay on input line 5.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 5.
LaTeX Font Info: … okay on input line 5.
LaTeX Font Info: Checking defaults for LGR/cmr/m/n on input line 5.
LaTeX Font Info: Try loading font information for LGR+cmr on input line 5.(“C:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\lgrcmr.fd”
File: lgrcmr.fd 2008/06/17 v2.3 Greek Computer Modern
)
LaTeX Font Info: … okay on input line 5.
[1{C:/ProgramData/MiKTeX/2.8/pdftex/config/pdftex.map}]
(“E:\ …. \LaTeX1.aux”) )
Here is how much of TeX's memory you used:
869 strings out of 495285
10950 string characters out of 3179818
58280 words of memory out of 3000000
4125 multiletter control sequences out of 15000+200000
4403 words of font info for 15 fonts, out of 3000000 for 9000
14 hyphenation exceptions out of 8191
24i,4n,24p,213b,113s stack positions out of 5000i,500n,10000p,200000b,50000s
{C:/Program Files (x86)/M
iKTeX 2.8/fonts/enc/dvips/cm-super/cm-super-t1.enc}
Output written on LaTeX1.pdf (1 page, 13768 bytes).
PDF statistics:
11 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)`Mi potete anche aiutare a decifrare tutta sta roba?! Non ho idea di cosa voglia dire..e di come dovrebbe essere un file.log senza errori..! 🙁 ah comunque poi riesco ad aprire correttamente il pdf.
Vi ringrazio fin da ora!!
Buona giornata
- Devi essere connesso per rispondere a questo topic.