From b40e20cf7bf7a5bd0daf736481a76666b034941f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 7 Dec 2005 17:56:01 +0000
Subject: [PATCH] add links to new interactive tutorials

---
 doc/texinfo/copying.texi |  7 ++++---
 doc/texinfo/gmsh.texi    | 22 ++++++++++++++++++----
 2 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/doc/texinfo/copying.texi b/doc/texinfo/copying.texi
index 0f38b575f6..989fad321c 100644
--- a/doc/texinfo/copying.texi
+++ b/doc/texinfo/copying.texi
@@ -34,12 +34,13 @@ information about this license is available from the GNU Project webpage
 information can be found in @ref{Credits}.
 
 The source code and various pre-compiled versions of Gmsh (for Unix, Windows
-and Mac OS) can be downloaded from the webpage @value{GMSH-WEB}.
+and Mac OS) can be downloaded from the webpage @uref{http://geuz.org/gmsh/}.
 
 If you use Gmsh, we would appreciate that you mention it in your
 work. References, as well as the latest news about Gmsh development, are
-always available on @value{GMSH-WEB}. Please send all Gmsh-related questions
-to the public Gmsh mailing list at @email{gmsh@@geuz.org}.
+always available on @uref{http://geuz.org/gmsh/}. Please send all
+Gmsh-related questions to the public Gmsh mailing list at
+@email{gmsh@@geuz.org}.
 
 @sp 2
 
diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 443aaf6167..ad635408f2 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -1,5 +1,5 @@
 \input texinfo.tex @c -*-texinfo-*-
-@c $Id: gmsh.texi,v 1.193 2005-11-26 16:01:11 geuzaine Exp $
+@c $Id: gmsh.texi,v 1.194 2005-12-07 17:56:01 geuzaine Exp $
 @c
 @c Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 @c
@@ -39,7 +39,6 @@
 @setfilename        gmsh.info
 @set EDITION        1.32
 @set GMSH-VERSION   1.61
-@set GMSH-WEB       @uref{http://www.geuz.org/gmsh/}
 @set COPYRIGHT      @copyright{} 1997-2005 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
 @c
 @settitle Gmsh @value{GMSH-VERSION}
@@ -2159,7 +2158,7 @@ should set the client-server option to 1 (e.g., @code{Solver.ClientServer0 =
 1}), so that Gmsh and the solver can communicate through a Unix socket. See
 @ref{Solver example}, for an example of how to interface a C++
 solver. Bindings for solvers written in other languages (C, Perl and Python)
-are available on @value{GMSH-WEB}.
+are available in the source distribution.
 
 @menu
 * Solver options::              
@@ -2445,7 +2444,22 @@ the @file{tutorial} directory of the Gmsh distribution.
 This tutorial does not explain the mesh and post-processing file formats:
 see @ref{File formats}, for this.
 
-To learn how to run Gmsh on your computer, see @ref{Running Gmsh}.
+To learn how to run Gmsh on your computer, see @ref{Running Gmsh}. In
+addition, interactive tutorials that explain how to use the graphical
+user interface are available on Gmsh's webpage:
+
+@itemize @bullet
+@item 
+@uref{http://geuz.org/gmsh/doc/gui_tutorial/,The first interactive
+tutorial} shows how to create a simple 2D geometry and how to generate a
+mesh;
+@item
+@uref{http://geuz.org/gmsh/doc/gui_tutorial_2/,The second} shows several
+methods to visualize data sets on deformed grids;
+@item
+@uref{http://geuz.org/gmsh/doc/gui_tutorial_3/,The third} shows how to
+use post-processing plugins.
+@end itemize
 
 @menu
 * t1.geo::                      
-- 
GitLab