diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4wp-it/tbx.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex4wp-it/tbx.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4wp-it/tbx.tex b/Master/texmf-dist/doc/latex/latex4wp-it/tbx.tex new file mode 100644 index 00000000000..1be53e659b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex4wp-it/tbx.tex @@ -0,0 +1,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} |