diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-graphics-companion/2-3-15.inl')
-rw-r--r-- | Master/texmf-doc/doc/english/latex-graphics-companion/2-3-15.inl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-graphics-companion/2-3-15.inl b/Master/texmf-doc/doc/english/latex-graphics-companion/2-3-15.inl new file mode 100644 index 00000000000..987ecb3f343 --- /dev/null +++ b/Master/texmf-doc/doc/english/latex-graphics-companion/2-3-15.inl @@ -0,0 +1,9 @@ +\usepackage {graphics,pspicture} +% Zero height rule of width of one quad +\newcommand{\IR}[1]{\rule{1em}{0pt}% + \makebox[0cm][c]{\rotatebox{45}{\ #1}}} +\begin{tabular}{rrr} +\IR{Column 1} & \IR{Column 2} + & \IR{Column 3} \\\hline +1& 2& 3 \\ 4& 5& 6 \\ 7& 8& 9 \\\hline +\end{tabular} |