summaryrefslogtreecommitdiff
path: root/info/latex4wp-it/tbx.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/latex4wp-it/tbx.tex
Initial commit
Diffstat (limited to 'info/latex4wp-it/tbx.tex')
-rw-r--r--info/latex4wp-it/tbx.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/info/latex4wp-it/tbx.tex b/info/latex4wp-it/tbx.tex
new file mode 100644
index 0000000000..1be53e659b
--- /dev/null
+++ b/info/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}