summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Leverton <levertond@googlemail.com>2008-03-22 16:33:02 +0000
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2008-03-22 16:55:04 +0000
commitb35f61968c17983058095ed683a446ac5c52f3a6 (patch)
treecfd9d0fbd35e4e5e45b8cf592993bcba8524c347 /names.tex
parentFix ECLASS and INHERITED descriptions (diff)
downloadpms-b35f61968c17983058095ed683a446ac5c52f3a6.tar.gz
pms-b35f61968c17983058095ed683a446ac5c52f3a6.tar.bz2
pms-b35f61968c17983058095ed683a446ac5c52f3a6.zip
Use standard LaTeX for small tables.
Diffstat (limited to 'names.tex')
-rw-r--r--names.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/names.tex b/names.tex
index 0f622c3..7584c1f 100644
--- a/names.tex
+++ b/names.tex
@@ -74,21 +74,21 @@ This may optionally be followed by the suffix \t{-r} followed immediately by an
\IFKDEBUILDELSE
{
+ \begin{table}
\begin{center}
- \topcaption{EAPIs requiring \t{scm} support}
- \tablehead{
+ \abovecaption{EAPIs requiring \t{scm} support} \label{scm-table}
+ \begin{tabular}{ l l }
\hline
\multicolumn{1}{c}{\textbf{EAPI}} &
\multicolumn{1}{c}{\textbf{Requires \t{scm} support?}} \\
\hline
- }
- \begin{mpxtabular}{ l l } \label{scm-table}
\t{0} & No \\
\t{1} & No \\
\t{kdebuild-1} & Yes \\
\hline
- \end{mpxtabular}
+ \end{tabular}
\end{center}
+ \end{table}
}{
}