summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-20 08:11:17 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-20 08:11:17 +0000
commit03e866b0a99114c8006e929e4b4bc8b763a84a25 (patch)
tree0942800140ac577bcbc9ad4bee2085497ea5e92a /doc/latex
parent5b3df657c568f67912e34f2114db52528fceb227 (diff)
fix two typos in comments describing usage of FunctionDescription environment
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3870 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/cactus.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty
index 8e2eb763..0aaf3d1f 100644
--- a/doc/latex/cactus.sty
+++ b/doc/latex/cactus.sty
@@ -254,7 +254,7 @@
%
% Alternate environments/macros to define function descriptions
% (can/should be used to replace CCTKFunc environment)
-% Jonathan Thornburg, 10 Nov 2001, revised 26 Mar 2002 & 3 Apr 2002
+% Jonathan Thornburg, 10 Nov 2001, revised 26 Mar 2002 && 3 Apr 2002
%
% Usage:
% \begin{FunctionDescription}{name}
@@ -326,7 +326,7 @@
% \end{Example}
% \end{ExampleSection}
%
-% For arguments which are automatically in \tt font, \tt may be used
+% For arguments which are automatically in \tt font, \rm may be used
% to switch back to normal Roman font (eg for a numerical value), and
% $...$ may be used for math mode (eg ($\ge 0$) to mark a result
% which is always non-negative).