mailr2408 - in /1.2/docs: latex/data_analysis.tex latex/develop.tex latex/install.tex latex/relax.tex relax.pdf


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

Header


Content

Posted by edward on March 27, 2006 - 05:31:
Author: bugman
Date: Mon Mar 27 05:30:47 2006
New Revision: 2408

URL: http://svn.gna.org/viewcvs/relax?rev=2408&view=rev
Log:
The hyperref LaTeX package is now used in the relax manual.

All websites were changed from \texttt{} to \href{}{} to create links.
The links were formatted to all be blue without a box around it.


Modified:
    1.2/docs/latex/data_analysis.tex
    1.2/docs/latex/develop.tex
    1.2/docs/latex/install.tex
    1.2/docs/latex/relax.tex
    1.2/docs/relax.pdf

Modified: 1.2/docs/latex/data_analysis.tex
URL: 
http://svn.gna.org/viewcvs/relax/1.2/docs/latex/data_analysis.tex?rev=2408&r1=2407&r2=2408&view=diff
==============================================================================
--- 1.2/docs/latex/data_analysis.tex (original)
+++ 1.2/docs/latex/data_analysis.tex Mon Mar 27 05:30:47 2006
@@ -181,7 +181,7 @@
 % Viewing the results.
 \subsubsection{Viewing the results}
 
-Any two dimensional data set can be plotted in relax in conjunction with the 
program Grace (http://plasma-gate.weizmann.ac.il/Grace/).  The program is 
also known as Xmgrace and was previously known as ACE/gr or Xmgr.  The highly 
flexible relax user function \texttt{grace.write} is capable of producing 2D 
plots of any x-y data sets.  The three commands
+Any two dimensional data set can be plotted in relax in conjunction with the 
program \href{http://plasma-gate.weizmann.ac.il/Grace/}{Grace}.  The program 
is also known as Xmgrace and was previously known as ACE/gr or Xmgr.  The 
highly flexible relax user function \texttt{grace.write} is capable of 
producing 2D plots of any x-y data sets.  The three commands
 
 \begin{exampleenv}
 grace.write(name, y\_data\_type=`ref', file=`ref.agr', force=1) \\

Modified: 1.2/docs/latex/develop.tex
URL: 
http://svn.gna.org/viewcvs/relax/1.2/docs/latex/develop.tex?rev=2408&r1=2407&r2=2408&view=diff
==============================================================================
--- 1.2/docs/latex/develop.tex (original)
+++ 1.2/docs/latex/develop.tex Mon Mar 27 05:30:47 2006
@@ -12,7 +12,7 @@
 
 \section{Version control using Subversion}
 
-The development of relax requires the use of the Subversion version control 
software \texttt{http://subversion.tigris.org/}.  Although the downloadable 
distribution archives can be modified, it is best that the most current and 
up to date revision, the \textit{head} revision, is modified instead.  More 
information about the basics of version control and how this is implemented 
in Subversion can be found in the subversion book located at 
\texttt{http://svnbook.red-bean.com/}.
+The development of relax requires the use of the Subversion version control 
software \href{http://subversion.tigris.org/}{http://subversion.tigris.org/}. 
 Although the downloadable distribution archives can be modified, it is best 
that the most current and up to date revision, the \textit{head} revision, is 
modified instead.  More information about the basics of version control and 
how this is implemented in Subversion can be found in the subversion book 
located at \href{http://svnbook.red-bean.com/}{http://svnbook.red-bean.com/}.
 
 If you are not currently a relax developer, you can checkout the head 
revision by typing
 
@@ -40,7 +40,7 @@
 \subsection{Indentation}
 
 \index{indentation|textbf}
-Indentation should be set to four spaces rather than a tab character.  This 
is the recommendation given in the python style guide found at 
\texttt{http://www.python.org/doc/essays/styleguide.html}.  Emacs should 
automatically set the tabstop correctly.  For vi, add the following lines to 
\texttt{`$\sim$/.vimrc'}:
+Indentation should be set to four spaces rather than a tab character.  This 
is the recommendation given in the python style guide found at 
\href{http://www.python.org/doc/essays/styleguide.html}{http://www.python.org/doc/essays/styleguide.html}.
  Emacs should automatically set the tabstop correctly.  For vi, add the 
following lines to \texttt{`$\sim$/.vimrc'}:
 
 \begin{exampleenv}
 set tabstop=4 \\
@@ -124,7 +124,7 @@
 
 \example{\$ svn co svn://svn.gna.org/svn/relax/tags/1.2.3 relax}
 
-otherwise.  Then build the binary distribution and send a message to the 
relax development mailing list.  If compilation does not work, please submit 
a bug to the bug tracker system at \texttt{https://gna.org/bugs/?group=relax} 
detailing the relax version, operation system, architecture, and any other 
information you believe will help to solve the problem.
+otherwise.  Then build the binary distribution and send a message to the 
relax development mailing list.  If compilation does not work, please submit 
a bug to the bug tracker system at 
\href{https://gna.org/bugs/?group=relax}{https://gna.org/bugs/?group=relax} 
detailing the relax version, operation system, architecture, and any other 
information you believe will help to solve the problem.
 
 
 % Cleaning up.

Modified: 1.2/docs/latex/install.tex
URL: 
http://svn.gna.org/viewcvs/relax/1.2/docs/latex/install.tex?rev=2408&r1=2407&r2=2408&view=diff
==============================================================================
--- 1.2/docs/latex/install.tex (original)
+++ 1.2/docs/latex/install.tex Mon Mar 27 05:30:47 2006
@@ -32,12 +32,12 @@
 % The precompiled verses source distribution.
 \subsection{The precompiled verses source distribution}
 
-Two types of software packages are available for download, the precompiled 
and source distribution.  Currently only relaxation curve-fitting requires 
compilation to function and, hence, all other features of relax will be fully 
functional without compilation.  If relaxation curve-fitting is required but 
no precompiled version of relax exists for your operating system or 
architecture, then if a C compiler is present, the C code can be compiled 
into the shared objects files \texttt{*.so} which are loaded as modules into 
relax.  To build these modules, the Sconstruct system from 
\texttt{http://scons.org/} is required.  This software only depends on Python 
which is essential for running relax anyway.  Once Sconstruct is installed, 
type
+Two types of software packages are available for download, the precompiled 
and source distribution.  Currently only relaxation curve-fitting requires 
compilation to function and, hence, all other features of relax will be fully 
functional without compilation.  If relaxation curve-fitting is required but 
no precompiled version of relax exists for your operating system or 
architecture, then if a C compiler is present, the C code can be compiled 
into the shared objects files \texttt{*.so} which are loaded as modules into 
relax.  To build these modules, the Sconstruct system from 
\href{http://scons.org/}{http://scons.org/} is required.  This software only 
depends on Python which is essential for running relax anyway.  Once 
Sconstruct is installed, type
 
 \example{\$ scons}
 \index{scons}
 
-in the base directory where relax has been installed and the C modules 
should, hopefully, compile without any problems.  Otherwise please submit a 
bug report to the bug tracker at \texttt{https://gna.org/bugs/?group=relax}.
+in the base directory where relax has been installed and the C modules 
should, hopefully, compile without any problems.  Otherwise please submit a 
bug report to the bug tracker at 
\href{https://gna.org/bugs/?group=relax}{https://gna.org/bugs/?group=relax}.
 
 
 
@@ -109,14 +109,14 @@
 \subsection{Grace}
 \index{computer programs!Grace|textbf}
 
-Grace is a program for plotting two dimensional data sets in a professional 
looking manner.  It is used to visualise parameter values.  It can be 
downloaded from \texttt{http://plasma-gate.weizmann.ac.il/Grace/}.
+Grace is a program for plotting two dimensional data sets in a professional 
looking manner.  It is used to visualise parameter values.  It can be 
downloaded from 
\href{http://plasma-gate.weizmann.ac.il/Grace/}{http://plasma-gate.weizmann.ac.il/Grace/}.
 
 
 % OpenDX.
 \subsection{OpenDX}
 \index{computer programs!OpenDX|textbf}
 
-Version 4.1.3 or compatible.  OpenDX is used for viewing the output of the 
space mapping function, and is executed by passing the command \texttt{dx} to 
the command line with various options.  The program is designed for 
visualising multidimensional data and can be found at 
\texttt{http://www.opendx.org/}.
+Version 4.1.3 or compatible.  OpenDX is used for viewing the output of the 
space mapping function, and is executed by passing the command \texttt{dx} to 
the command line with various options.  The program is designed for 
visualising multidimensional data and can be found at 
\href{http://www.opendx.org/}{http://www.opendx.org/}.
 
 
 % Molmol.

Modified: 1.2/docs/latex/relax.tex
URL: 
http://svn.gna.org/viewcvs/relax/1.2/docs/latex/relax.tex?rev=2408&r1=2407&r2=2408&view=diff
==============================================================================
--- 1.2/docs/latex/relax.tex (original)
+++ 1.2/docs/latex/relax.tex Mon Mar 27 05:30:47 2006
@@ -18,6 +18,14 @@
 % Better maths.
 \usepackage{amsmath}
 \usepackage{eufrak}
+
+% Hyperlinks.
+\usepackage[pdfauthor={Edward d'Auvergne}, pdftitle={The relax 
manual}]{hyperref}
+\hypersetup{colorlinks,
+            citecolor=blue,%
+            filecolor=blue,%
+            linkcolor=blue,%
+            urlcolor=blue}
 
 % New commands.
 \newcommand{\example}[1]{\vspace{-1ex} \sloppy{\footnotesize \texttt{#1}}}
@@ -183,6 +191,12 @@
 \include{intro}
 
 
+% The web.
+%%%%%%%%%%
+
+\include{web}
+
+
 % Data analysis chapter.
 %%%%%%%%%%%%%%%%%%%%%%%%
 

Modified: 1.2/docs/relax.pdf
URL: 
http://svn.gna.org/viewcvs/relax/1.2/docs/relax.pdf?rev=2408&r1=2407&r2=2408&view=diff
==============================================================================
Binary files - no diff available.




Related Messages


Powered by MHonArc, Updated Mon Mar 27 05:40:04 2006