summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-15 17:00:52 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-15 17:00:52 +0000
commitf9322c6a39e258e62eb7ed2f0b2074034d1fc5d4 (patch)
tree3688e4db103ce912e54dc6c6a835d0e8d70e54e4 /doc/latex
parent8df22c95591823e3ffe6c69e8154b2e9afce3470 (diff)
note that empty sections in the FunctionDescription environment
make latex choke (I don't know enough low-level tex to fix this -- maybe someone who does, can fix the problem) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3910 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/cactus.sty6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty
index 1be327ef..e1aa00ed 100644
--- a/doc/latex/cactus.sty
+++ b/doc/latex/cactus.sty
@@ -345,6 +345,12 @@
% All the subsections are optional.
%
% Bugs:
+% - An empty section gives a latex error, eg
+% \begin{ParameterSection}
+% % no parameters here
+% \end{ParameterSection}
+% doesn't work. Maybe someone who knows more about LaTeX lists than
+% I do can figure out how to fix this???
% - It would be nice if we could avoid having to escape underscore
% within arguments.
% - Error checking: if you have to ask, there isn't enough for you! :)