summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4wp/tbx.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4wp/tbx.tex')
-rw-r--r--Master/texmf-dist/doc/latex/latex4wp/tbx.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4wp/tbx.tex b/Master/texmf-dist/doc/latex/latex4wp/tbx.tex
new file mode 100644
index 00000000000..be74383005c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex4wp/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{normal} & \textbf{tilted} & \textbf{wider} \\
+ \hline
+ normal & \rotatebox{30}{I'm tilted!} & wider \\
+ \hline
+ \end{tabularx}
+\end{sidewaystable}
+
+\end{document}