Re: Revisioni tesi:come farle notare?

#16010
Up
0
Down
::

In realtà hai omesso l’errore più importante e fatale:
`! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.

l.44
\def\x{\def\@vobeyspaces{\catcode`\ \active\let \@xobeysp}}`
Temo che abbiamo trovato un bug in toptesi, precisamente in topcoman.sty.

Se infatti aggiungi, subito prima di \usepackage{verbatim}, il seguente incantesimo
`{\obeyspaces\global\let =\space}`
l’errore sparisce. Riporterò a chi di dovere.

Ciao
Enrico

Aggiungendo all’esempio minimale la stringa indicata, qualcosa si ottiene. Restano però i seguenti errori e warnings:

`! Undefined control sequence.
\sf@size

l.31 \end{document}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Missing number, treated as zero.

p
l.31 \end{document}

A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)

LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <0> not available
(Font) size <5> substituted on input line 31.

[1

] (tesi.aux)

LaTeX Font Warning: Size substitutions with differences
(Font) up to 5.0pt have occurred.`

P.s:in effetti mi sono dimenticato quell’errore fondamentale, che compariva molto prima nel file .log…scusate…

Go to top