Re: tabelle a fianco di figure

#33445
Up
0
Down
::

`\begin{minipage}{.6\textwidth}
\includegraphics[width=\textwidth]{mappaonly.eps}
\end{minipage}%
\hfill
\begin{minipage}{.35\textwidth}
\begin{tabular}{@{}p{.5\textwidth}p{.5\textwidth}}
\textmd{\textbf{PIEMONTE}}&\textmd{\textbf{LIGURIA}}\\
\textit{Alessandria}&\textit{Genova}\\
\textit{Cuneo}&\textit{Porto Maurizio}\\
\textit{Novara}&\\
\textit{Torino}&\\[.4cm]
\textmd{\textbf{LOMBARDIA}}&\textmd{\textbf{VENETO}}\\
\textit{Bergamo}&\textit{Belluno}\\
\textit{Brescia}&\textit{Padova}\\
\textit{Como}&\textit{Rovigo}\\
\textit{Cremona}&\textit{Treviso}\\
\textit{Mantova}&\textit{Udine}\\
\textit{Milano}&\textit{Venezia}\\
\textit{Pavia}&\textit{Verona}\\
\textit{Sondrio}&\textit{Vicenza}\\
\end{tabular}
\end{minipage}`

Non l’ho provato, quindi non discuto l’utilità dell’esempio. Solo, se dovessi scrivere una tabella così userei
`\newcolumntype`
spiegato con opportuni esempi nell’Arte (quassù). Chiedo scusa per l’OT.

Mosche e cannoni. 🙂 Basta caricare array (che fornirebbe anche \newcolumntype) e scrivere
`\begin{tabular}{>{\itshape}l >{\itshape}l}
\normalfont\bfseries PIEMONTE & \normalfont\bfseries LIGURIA \\
Alessandria & Genova \\

\end{tabular}`
Un preambolo di tabella del genere è ovviamente abbreviabile con
`*{2}{>{\itshape}l}`
Ciao
Enrico

Go to top