diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-27 15:20:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-27 15:20:20 (GMT) |
commit | 7186783f5668692da9053259a85ee59547e774a7 (patch) | |
tree | b5974aacbac7dcf7167d0fb02421c9a0b2c4de11 /Doc | |
parent | 8a13525274e388b5d11a7325e7002665551f6546 (diff) | |
download | cpython-7186783f5668692da9053259a85ee59547e774a7.zip cpython-7186783f5668692da9053259a85ee59547e774a7.tar.gz cpython-7186783f5668692da9053259a85ee59547e774a7.tar.bz2 |
Make table column headings bold.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.sty | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index e7d8499..fe557e3 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -453,7 +453,7 @@ \newenvironment{tableii}[4]{% \begin{center}% \def\lineii##1##2{\csname#2\endcsname{##1}&##2\\}% - \begin{tabular}{#1}\hline#3\\ \hline% + \begin{tabular}{#1}\hline \strong{#3}&\strong{#4} \\ \hline% }{% \hline% \end{tabular}% @@ -463,8 +463,7 @@ \newenvironment{tableiii}[5]{% \begin{center}% \def\lineiii##1##2##3{\csname#2\endcsname{##1}&##2&##3\\}% - \begin{tabular}{#1}\hline#3\\% - \hline% + \begin{tabular}{#1}\hline \strong{#3}&\strong{#4}&\strong{#5} \\ \hline% }{% \hline% \end{tabular}% |