]> granicus.if.org Git - python/commitdiff
Make table column headings bold.
authorFred Drake <fdrake@acm.org>
Fri, 27 Feb 1998 15:20:20 +0000 (15:20 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 27 Feb 1998 15:20:20 +0000 (15:20 +0000)
Doc/myformat.sty

index e7d849949ed02e2b9e5699467bffad7443336495..fe557e36e76f49fd9603d439b4a8c6402135c668 100644 (file)
 \newenvironment{tableii}[4]{%
   \begin{center}%
     \def\lineii##1##2{\csname#2\endcsname{##1}&##2\\}%
-    \begin{tabular}{#1}\hline#3&#4\\ \hline%
+    \begin{tabular}{#1}\hline \strong{#3}&\strong{#4} \\ \hline%
 }{%
       \hline%
     \end{tabular}%
 \newenvironment{tableiii}[5]{%
   \begin{center}%
     \def\lineiii##1##2##3{\csname#2\endcsname{##1}&##2&##3\\}%
-    \begin{tabular}{#1}\hline#3&#4&#5\\%
-      \hline%
+    \begin{tabular}{#1}\hline \strong{#3}&\strong{#4}&\strong{#5} \\ \hline%
 }{%
       \hline%
     \end{tabular}%