ho cominciato, da qualche giorno, a studiare il linguaggio Latex, per conto mio; installati i pacchetti necessari su Ubuntu 14.04, ho iniziato a visionare un po' di guide su Internet.
Tutte le guide riportano il classico esempio di 'Prima Prova', con la solita riga da visualizzare in output.
Allora, per curiosità e per seguire la guida, ho provato anch'io a buttar giù la riga di presentazione, copiando e incollando l'esempio sulle guide.
Risultato: errore, ovviamente senza la produzione del file di output.
Di seguito, riporto il file preso dalla guida (in realtà più di una, ma il file è sempre il solito):
- Codice: Seleziona tutto
\documentclass
[a4paper]{article}
\
usepackage
[latin1]{inputenc}
\
usepackage
[italian]{babel}
\
usepackage
[T1]{fontenc}
\
begin
{document}
Ecco il mio primo documento con \
LaTeX
.
\
end
{document}
Di seguito, l'errore che mi restituisce:
- Codice: Seleziona tutto
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.4 \
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.8 \
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.12 \
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.16 \
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.19 E
cco il mio primo documento con \
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.23 \
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
)
! Emergency stop.
<*> primo.tex
*** (job aborted, no legal \end found)
Here is how much of TeX's memory you used:
195 strings out of 494985
2077 string characters out of 6180355
47114 words of memory out of 5000000
3504 multiletter control sequences out of 15000+600000
3640 words of font info for 14 fonts, out of 8000000 for 9000
36 hyphenation exceptions out of 8191
23i,0n,17p,136b,36s stack positions out of 5000i,500n,10000p,200000b,80000s
! ==> Fatal error occurred, no output PDF file produced!
Una delle guide da cui ho tratto l'esempio è questa.
Mi domando: o sono scemo io, o c'è qualcosa che non va; cioè, ma neanche un file già preconfezionato!
Ricordo una cosa simile un anno fa e mollai, in quanto mi stufai.
ma adesso vado fino in fondo.
Grazie per eventuali aiuti
L'importante non è sapere, ma saper fare uso di ciò che si sa.