OldClaudio” post=86726Prova questo: `
\begin{document}
\author{Pinco Pallo}
\title{Appunti su Oracle Database\newline\includegraphics[height=0.15\textheight]{oraclelogo}}
\date{}
\maketitle
…
…
…\end{document}`
Se non va, metti autore, titolo, logo, data, eccetera tutto a mano in un bel ambiente center.
Ho provato in entrambi i modi che mi hai suggerito, ovvero:
`
\begin{document}
\author{Pinco Pallo}
\title{Appunti su Oracle Database\newline\includegraphics[height=0.15\textheight]{oraclelogo}}
\date{}
\maketitle
…
…
…
\end{document}`
e
`
\begin{document}
\begin{center}
\author{Pinco Pallo}
\title{Appunti su Oracle Database}
\date{}
\includegraphics[height=0.15\textheight]{oraclelogo}
\maketitle
\end{center}
…
…
…
\end{document}`
ma il compilatore in tutte e due i casi si “incazza” e mi dice la seguente cosa:
`
Runaway argument?
height=0.15\textheight ]{oraclelogo} \maketitle \end {center
! Paragraph ended before \Gin@iii was complete.
\par
`