summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4wp-it/tbx.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-06 23:11:09 +0000
committerKarl Berry <karl@freefriends.org>2011-05-06 23:11:09 +0000
commitdd7af068e51a47c08099a43fb61ea411bede43ba (patch)
tree2cac021aac283c04531af2a41f17221c22d148ab /Master/texmf-dist/doc/latex/latex4wp-it/tbx.tex
parentea51be9a747e2afe1d8349c7ea0b386b20f8c746 (diff)
new italian doc latex4wp-it (6may11)
git-svn-id: svn://tug.org/texlive/trunk@22335 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4wp-it/tbx.tex')
-rw-r--r--Master/texmf-dist/doc/latex/latex4wp-it/tbx.tex18
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}