diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/cweb-latex/src/test/vbar.w')
-rw-r--r-- | Master/texmf-dist/doc/latex/cweb-latex/src/test/vbar.w | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cweb-latex/src/test/vbar.w b/Master/texmf-dist/doc/latex/cweb-latex/src/test/vbar.w new file mode 100644 index 00000000000..144b2810b36 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cweb-latex/src/test/vbar.w @@ -0,0 +1,30 @@ +% $Id: vbar.w,v 1.2 1995/08/08 00:14:51 schrod Exp $ +%---------------------------------------------------------------------- + +% tests ways to get ruled tables + +\documentclass{cweb} + +\usepackage{cwebarray} + +\begin{document} + +@ Test 1: + +\begin{tabular}{^^7cl^^7cl^^7c} +\hline +1st column & 2nd column\\ +\hline +\end{tabular} + + +@ Test 2: + +\begin{tabular}{IlIlI} +\hline +1st column & 2nd column\\ +\hline +\end{tabular} + + +\end{document} |