From 9d575ec3c80e048917a3672f520b225b27db8470 Mon Sep 17 00:00:00 2001 From: rideout Date: Thu, 11 Jul 2002 13:02:04 +0000 Subject: minor formatting fixes git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@129 94b1c47f-dcfd-45ef-a468-0854c0e9e350 --- doc/documentation.tex | 12 +++++++----- 1 file 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 -- cgit v1.2.3