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 /pms.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 'pms.tex')
-rw-r--r--pms.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/pms.tex b/pms.tex
index fdb60ee..0532ac8 100644
--- a/pms.tex
+++ b/pms.tex
@@ -35,6 +35,11 @@
\newcommand{\note}[1]{\paragraph{Note:} #1}
\newcommand{\TODOBUG}[2]{\fixme[inline]{(discussion on bug \##1) #2}}
\newcommand{\TODO}[1]{\fixme[inline]{#1}}
+% the "caption" package seems to interfere with other things
+\newcommand{\abovecaption}[1]{
+ \setlength{\belowcaptionskip}{\abovecaptionskip}%
+ \setlength{\abovecaptionskip}{0pt}%
+ \caption{#1}}
\usepackage{ifthen}
\newboolean{ENABLE-ALL-OPTIONS}