Lighten up tables.

This commit is contained in:
Fred Drake 1998-04-11 20:53:03 +00:00
parent 17e564042d
commit ee60191d1d
26 changed files with 49 additions and 63 deletions

View file

@ -600,9 +600,8 @@
\newenvironment{tableii}[4]{%
\begin{center}%
\def\lineii##1##2{\csname#2\endcsname{##1}&##2\\}%
\begin{tabular}{#1}\hline \strong{#3}&\strong{#4} \\ \hline%
\begin{tabular}{#1}\strong{#3}&\strong{#4} \\ \hline%
}{%
\hline%
\end{tabular}%
\end{center}%
}
@ -610,9 +609,8 @@
\newenvironment{tableiii}[5]{%
\begin{center}%
\def\lineiii##1##2##3{\csname#2\endcsname{##1}&##2&##3\\}%
\begin{tabular}{#1}\hline \strong{#3}&\strong{#4}&\strong{#5} \\ \hline%
\begin{tabular}{#1}\strong{#3}&\strong{#4}&\strong{#5} \\ \hline%
}{%
\hline%
\end{tabular}%
\end{center}%
}