I am aware that this kind of error has already been discussed in this forum but the answers that I have read don't help me to fix mine.
So, I get this error:
! File ended while scanning use of \@xdblarg.<inserted text>\par \include{chapter2}
I have sorted my document in chapters, the code of the main document is the following:
Code: Select all
\mainmatter{
\include{introduzione}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
\include{chapter6}
\include{chapter7}
\include{chapter8}
\include{conclusion}
}
Many thanks
Davide