summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-06-09 14:57:19 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-06-09 14:57:19 +0000
commitdec737ce7bd9d840dd8d37ed8e09dca1d2efa7b7 (patch)
treec586b5abbba4cb46372ea5ad2fe35d7e4f1478d6 /src/include/cctk.h
parentc8ee2b431559344fa088bfa3dbccaf205d844863 (diff)
fix a bug in the latex formatting noted by Erik Schnetter,
where an environment was defined like \newenvironment{Synopsis}[1]{\item[\bf ##1]}{} which causes trouble if ##1 expands to something that starts with a [ The fix is to change the code to \newenvironment{Synopsis}[1]{\item[\bf{##1}]}{} git-svn-id: http://svn.cactuscode.org/flesh/trunk@3239 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk.h')
0 files changed, 0 insertions, 0 deletions