Re: tabella: composizione e stile

#18261
Up
0
Down
::


Per chiarezza riporto un codice minimale eseguibile che mi dà errore.
`\documentclass[a4paper,oneside]{book}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{paralist}

\begin{document}

\begin{sidewaystable}
\small
\centering
\begin{tabular}{l l l}
\toprule
\textbf{Proposte} & \textbf{Pro} & \textbf{Contro} \\
\midrule
\textbf{Tizio} & questoA & questoB\\
\midrule
\textbf{Caio} & questoC & questoD\\
\midrule
\textbf{Sempronio} & questoE &
\vspace*{-\baselineskip}\begin{compactitem}
\item pippo
\item pluto
\item paperino
\end{compactitem} \\
\bottomrule
\end{tabular}
\caption{La mia tabella.}\label{tab:procontro}
\end{sidewaystable}

\end{document}`

Quando riuscirò a fare questo, devo sostituire tutte le celle “questo*” con un elenco…

Go to top