mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Lighten up tables.
This commit is contained in:
parent
17e564042d
commit
ee60191d1d
26 changed files with 49 additions and 63 deletions
|
|
@ -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}%
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue