summaryrefslogtreecommitdiff
path: root/info/latex4wp-it/tbx.tex
blob: 1be53e659b16d31a3dd4246ddfb54ed4f2bc9487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass[a4paper,12pt]{article}
\usepackage{rotating}
\usepackage{tabularx}

\begin{document}
\pagestyle{empty}

\begin{sidewaystable}
  \begin{tabularx}{7cm}{|l|X|X|}
  \hline
  \textbf{normale} & \textbf{inclinato} & \textbf{pi\`u largo} \\
  \hline
  normale & \rotatebox{30}{inclinato} & pi\`u largo \\
  \hline
  \end{tabularx}
\end{sidewaystable}

\end{document}