Grazie mille, è esattamente quello che mi serviva.
Chiedo scusa, per il codice mal scritto, ma sono solo agli inizi dell mia esperienza con Latex, che spero porterà ad una perfetta (stilisticamente) tesi di dottorato in tre anni o giu’ di li!Grazie ancora
Andre
Prova anche questo
`\documentclass[10pt,a4paper]{article}
\usepackage{graphicx}
\newcommand\titolo{%
\vbox to 0pt{\vss\parindent0pt
\hbox to\hsize{\fontsize{7}{8}\selectfont
\begin{minipage}{.75\textwidth}
\raggedright
\textbf{\itshape Laboratoire de Bioing\'enierie des Cellule Souches}\\
\textbf{INSTITUT DE BIOING\'ENIERIE}\\[.6ex]
\textbf{\itshape Laboratory of Stem Cell Bioengineering}\\
\textbf{INSTITUTE OF BIOENGINEERING}
\vspace*{2ex}\hrule\vspace{1ex}
\begin{minipage}{.5\textwidth}
\textbf{Andrea Negro}\\[.6ex]
EPFL – SV – IBI – LSCB\\
Building AI 1116, Station 15\\
CH1015 Lausanne, Switzerland
\end{minipage}%
\begin{tabular}{@{}ll@{}}
\textit{Phone} & +41 021 69 31 781 \\
\textit{Fax} & +41 021 69 31 665 \\
\textit{Secretariat} & +41 021 69 31 682 \\
\textit{E-Mail} & \texttt{andrea.negro@epfl.ch} \\
\textit{WebSite} & \texttt{lscb.epfl.ch}
\end{tabular}
\end{minipage}\hfill
\begin{minipage}[c]{.2\textwidth}
\includegraphics[width=\textwidth]{lEPFL}
\end{minipage}%
}\vskip2\baselineskip\hrule height0pt}\vspace*{-\baselineskip}}
\begin{document}
\titolo
\lipsum
\end{document}`
Il principale vantaggio di quello di Ivan, a cui mi sono ispirato, è che non c’è alcuna “misura esplicita” per posizionare l’intestazione.
Ciao
Enrico