summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4wp/tbx.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-14 22:53:37 +0000
committerKarl Berry <karl@freefriends.org>2010-09-14 22:53:37 +0000
commitd31e3cb2cb89121da9afc55e82d64ad45c6d6c86 (patch)
treeec3ba5d1b869806e876804b90fe7a370083a18ba /Master/texmf-dist/doc/latex/latex4wp/tbx.tex
parent5e7679b3fae60cad87c935a8753cbc929b337f22 (diff)
new manual latex4wp 1.0.7 (14sep10)
git-svn-id: svn://tug.org/texlive/trunk@19730 c570f23f-e606-0410-a88d-b1316a301751
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}