Perche’ questo codice`{\tt main()} \textrightarrow{} {\tt processBand()} \textrightarrow{} {\tt extractImage()}`mi restituisce il seguente errore?`Underfull \hbox (badness 10000) in paragraph at lines 52–54
! Undefined control sequence.
l.55 main() \textrightarrow
{} processBand()
? Error: PDF file is damaged – attempting to reconstruct xref table…
Error: Couldn't find trailer dictionary
Error: Couldn't read xref table
Error: PDF file is damaged – attempting to reconstruct xref table…
Error: Couldn't find trailer dictionary
Error: Couldn't read xref table`
Caricando il pacchetto textcomp a me risulta tutto funzionante anche se cercherei una soluzione per scrivere più comodamente il tutto:`\documentclass{article}
\usepackage{textcomp}
\begin{document}
{\tt main()} \textrightarrow{} {\tt processBand()} \textrightarrow{} {\tt extractImage()}
\end{document}`
Prova ad eliminare tutti i file ausiliari ed a ricompilare.
Bye