samiel” post=70487Con questo codice:
`
\usepackage{titling}
\pretitle{\begin{center}\fontsize{24}{46}\selectfont \bfseries\color{spot}}
\posttitle{\par\end{center}}
\preauthor{\begin{center}\huge\itshape\color{spot}}
\postauthor{\end{center}\par}\title{Internet. Istruzioni per l'uso}
\author{Come navigare correttamente da scuola}
\date{}\begin{document}
\begin{center}
\valign{\vfill\hbox{#}\vfill\cr
\llap{\includegraphics[width=1.8cm]{logo}\hspace{1.5cm}}\cr
\begin{tabular}{@{}c@{}}
\bfseries LICEO GINNASIO STATALE \\
\bfseries «RAIMONDO FRANCHETTI» — VENEZIA-MESTRE \\
Corso del Popolo, 82 VE-MESTRE 30172 \\
{\small Tel. 041/5315531 — Fax 041/5328524} \\
{\small e-mail: segreteria@liceofranchetti.it} \\
{\small Cod. fiscale 82007660275 — Cod. Scuola VEPC04000L}
\end{tabular}\cr}
\end{center}
\vspace{1.5cm}\maketitle
\section{Le opportunità di Internet}`
in article, l’intestazione col logo sta in una pagina
e il titolo avvia una seconda pagina, laddove io vorrei
che stesse ovviamente tutto sulla stessa…
Cto delat?Grazie
M
Imparerai mai a dare esempi compilabili?
Il trucco è di mettere l’intestazione nel [tt]\pretitle[/tt]. Aggiusta tu la spaziatura negativa. Nota il [tt]##[/tt] nel [tt]\valign[/tt].
`\usepackage{titling}
\pretitle{\vspace*{-4cm}\begin{center}
\valign{\vfill\hbox{##}\vfill\cr
\llap{\includegraphics[width=1.8cm]{logo}\hspace{1.5cm}}\cr
\begin{tabular}{@{}c@{}}
\bfseries LICEO GINNASIO STATALE \\
\bfseries «RAIMONDO FRANCHETTI» — VENEZIA-MESTRE \\
Corso del Popolo, 82 VE-MESTRE 30172 \\
{\small Tel. 041/5315531 — Fax 041/5328524} \\
{\small e-mail: segreteria@liceofranchetti.it} \\
{\small Cod. fiscale 82007660275 — Cod. Scuola VEPC04000L}
\end{tabular}\cr}
\vspace{1.5cm}
\fontsize{24}{46}\selectfont \bfseries\color{spot}}
\posttitle{\par\end{center}}
\preauthor{\begin{center}\huge\itshape\color{spot}}
\postauthor{\end{center}\par}
\title{Internet. Istruzioni per l'uso}
\author{Come navigare correttamente da scuola}
\date{}
\begin{document}
\maketitle`
Ciao
Enrico