Re: tabelle a fianco di figure

#33441
lorenzo.pantieri
Partecipante
    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.

    Ciao,
    L.

    Go to top