aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2002-07-11 13:02:04 +0000
committerrideout <rideout@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2002-07-11 13:02:04 +0000
commit9d575ec3c80e048917a3672f520b225b27db8470 (patch)
tree608f874ff35469aa91c56ae36dd27bb727fdd105
parent0c0ff5cfb5774e10abf891ad3ea9e3ecbf09a98f (diff)
minor formatting fixes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@129 94b1c47f-dcfd-45ef-a468-0854c0e9e350
-rw-r--r--doc/documentation.tex12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 1cfb6ce..719132a 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -150,7 +150,9 @@ Note that all these examples were generated for just a couple of timesteps for a
\subsection{One-dimensional xgraph}
-These options produce data suitable for using with the xgraph visualization client in the format {\tt x f(t=fixed,x,y=fixed,z=fixed)}:
+These options produce data suitable for using with the xgraph
+visualization client in the format\\
+\texttt{x~f(t=fixed,x,y=fixed,z=fixed)}:
\begin{verbatim}
IOASCII::out1D_every = 1
@@ -189,7 +191,7 @@ These options produce data suitable for using with the xgraph visualization clie
\subsection{One-dimensional gnuplot}
-These options produce data suitable for using with the gnuplot visualization client in the format {\tt x f(t,x,y=fixed,z=fixed)}:
+These options produce data suitable for using with the gnuplot visualization client in the format\\ {\tt x f(t,x,y=fixed,z=fixed)}:
\begin{verbatim}
IOASCII::out1D_every = 1
@@ -225,7 +227,7 @@ These options produce data suitable for using with the gnuplot visualization cli
\subsection{One-dimensional gnuplot (including time)}
-These options produce data suitable for using with the gnuplot visualization client in the format {\tt t x f(t,x,y=fixed,z=fixed)}:
+These options produce data suitable for using with the gnuplot visualization client in the format\\ {\tt t x f(t,x,y=fixed,z=fixed)}:
\begin{verbatim}
IOASCII::out1D_every = 1
@@ -261,7 +263,7 @@ These options produce data suitable for using with the gnuplot visualization cli
\subsection{Two-dimensional gnuplot}
-These options produce data suitable for using with the gnuplot visualization client in the format {\tt x y f(t,x,y,z=fixed)}:
+These options produce data suitable for using with the gnuplot visualization client in the format\\ {\tt x y f(t,x,y,z=fixed)}:
\begin{verbatim}
IOASCII::out2D_every = 1
@@ -327,7 +329,7 @@ These options produce data suitable for using with the gnuplot visualization cli
\subsection{Two-dimensional gnuplot (including time)}
-These options produce data suitable for using with the gnuplot visualization client in the format {\tt t x y f(t,x,y,z=fixed)}:
+These options produce data suitable for using with the gnuplot visualization client in the format\\ {\tt t x y f(t,x,y,z=fixed)}:
\begin{verbatim}
IOASCII::out2D_every = 1