mailr12406 - /1.3/docs/latex/intro.tex


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 21, 2011 - 10:41:
Author: bugman
Date: Fri Jan 21 10:41:28 2011
New Revision: 12406

URL: http://svn.gna.org/viewcvs/relax?rev=12406&view=rev
Log:
Shifted the position of the prompt screenshot to the end of that section.


Modified:
    1.3/docs/latex/intro.tex

Modified: 1.3/docs/latex/intro.tex
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/latex/intro.tex?rev=12406&r1=12405&r2=12406&view=diff
==============================================================================
--- 1.3/docs/latex/intro.tex (original)
+++ 1.3/docs/latex/intro.tex Fri Jan 21 10:41:28 2011
@@ -136,35 +136,35 @@
 \subsection{The prompt}
 \index{prompt|textbf}
 
+The primary interface of relax is the prompt.  After typing \texttt{`relax'} 
within a terminal\index{terminal} you will be presented with
+
+\example{relax>}
+
+This is the Python prompt which has been tailored specifically for relax.  
You will hence have full access, if desired, to the power of the 
Python\index{Python} programing language to manipulate your data.  You can 
for instance type
+
+\example{relax> print "Hello World"}
+
+the result being
+
+\begin{exampleenv}
+relax> print "Hello World" \\
+Hello World \\
+relax>
+\end{exampleenv}
+
+Or using relax as a calculator
+
+\begin{exampleenv}
+relax> (1.0 + (2 * 3))/10 \\
+0.69999999999999996 \\
+relax>
+\end{exampleenv}
+
 % Prompt screenshot
 \begin{figure}
 \centerline{\includegraphics[width=\textwidth, bb=14 14 861 
561]{graphics/screenshots/relax_prompt_1_3_8.eps.gz}}
 \caption[Prompt screenshot]{A screenshot of relax being run in the primary 
prompt mode.}\label{fig: relax prompt}
 \end{figure}
-
-The primary interface of relax is the prompt.  After typing \texttt{`relax'} 
within a terminal\index{terminal} you will be presented with
-
-\example{relax>}
-
-This is the Python prompt which has been tailored specifically for relax.  
You will hence have full access, if desired, to the power of the 
Python\index{Python} programing language to manipulate your data.  You can 
for instance type
-
-\example{relax> print "Hello World"}
-
-the result being
-
-\begin{exampleenv}
-relax> print "Hello World" \\
-Hello World \\
-relax>
-\end{exampleenv}
-
-Or using relax as a calculator
-
-\begin{exampleenv}
-relax> (1.0 + (2 * 3))/10 \\
-0.69999999999999996 \\
-relax>
-\end{exampleenv}
 
 
 




Related Messages


Powered by MHonArc, Updated Fri Jan 21 11:00:02 2011