aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-12-30 20:20:41 +0000
committerallen <allen@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-12-30 20:20:41 +0000
commit2d562bd1142b0ef73ba76ec64305a02d16a6d492 (patch)
treed7576d574341aa475149212a4a91b5778dd81a08
parent7ed2693c2f9b41eedbf8d76847d1087b9f25d8a7 (diff)
Unfortunately the current scripts for assembling thorn guides cannot deal
with \appendix, so instead make the appendix another section. Fixes Cactus/1339 git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@21 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
-rw-r--r--doc/documentation.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index dc34f34..284c6b5 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -367,8 +367,9 @@ functions. This was done by Thomas Radke. Peter Diener helped with the
coding of the Fortran90 bitwise operators.
\pagebreak
-\appendix
-\section{Example: C code}\label{app:eg_C}
+\section{Appendix}
+
+\subsection{Example: C code}\label{app:eg_C}
\begin{verbatim}
#include "cctk.h"
@@ -456,7 +457,7 @@ void Eg_CheckMaskStates (CCTK_ARGUMENTS)
\end{verbatim}
-\section{Example: Fortran90 code}\label{app:eg_F90}
+\subsection{Example: Fortran90 code}\label{app:eg_F90}
\begin{verbatim}
#include "cctk.h"