Re: heading complesso

#50592
Up
0
Down
::


Grazie ad entrambi: le soluzioni mi piacciono entrambe.
Putroppo devo “vedere e rilanciare”. Il risultato del codice di Ivan lo preferisco in linea generale, ma la forma tabulare dei dati di Enrico mi piace anch’essa.
Ho provato semplicemente a copiare le righe della tabella nel codice di Ivan, ma mi risultano due minipage disallineate verticalmente. Idee?

Per chiarezza, a voi il codice:
`\documentclass[10pt,a4paper]{article}

\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{array}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{lipsum}

\def\titolo{%
\newpage
\null
\scriptsize
\vskip-35ex%

\noindent
\begin{minipage}[c]{.7\textwidth}
\raggedright
{\bfseries
\textit{Laboratoire de Bioing\'enierie des Cellule Souches}\\[.6ex]
\textbf{ISTITUT DE BIOING\'ENIERIE}\\[.6ex]
\textit{Laboratory of Stem Cell Bioengineering}\\[.6ex]
INSTITUTE OF BIOENGINEERING\\[1ex]}
\hrule\vspace{1ex}
\begin{minipage}[t]{.45\textwidth}
\textbf{Andrea Negro}\\[.6ex]
EPFL – SV – IBI – LSCB\\
Building AI 1116, Station 15\\
CH1015 Lausanne,\\
Switzerland
\end{minipage}
\begin{minipage}[t]{.45\textwidth}
\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}
\end{minipage}
\begin{minipage}[c]{.3\textwidth}
\includegraphics[width=\textwidth]{EPFL}
\end{minipage}
\par
\vskip 20ex}
\begin{document}

\titolo

\lipsum

\end{document} `

Vi devo anche dire che leggendo i vostri codici ho imparato molto piu’ che leggendo mille manuali! Ma non preoccupatevi, avro’ sempre domande…
Grazie ancora.
Andrea

Go to top