diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 4f00c02193ae72cc4bb88bfad127340e3423f763..f5c9f547789f91f03bdc3e9c73f7072ab37e98bb 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -236,6 +236,7 @@ Tutorial
 * t11.geo::                     
 * t12.geo::                     
 * t13.geo::                     
+* t14.geo::                     
 
 Options
 
@@ -4508,6 +4509,7 @@ system}. Screencasts that show how to use the GUI are available on
 * t11.geo::                     
 * t12.geo::                     
 * t13.geo::                     
+* t14.geo::                     
 @end menu
 
 @c -------------------------------------------------------------------------
@@ -4622,11 +4624,20 @@ system}. Screencasts that show how to use the GUI are available on
 @c t13.geo
 @c -------------------------------------------------------------------------
 
-@node t13.geo,  , t12.geo, Tutorial
+@node t13.geo, t14.geo, t12.geo, Tutorial
 @section @file{t13.geo}
 
 @verbatiminclude ../../tutorial/t13.geo
 
+@c -------------------------------------------------------------------------
+@c t14.geo
+@c -------------------------------------------------------------------------
+
+@node t14.geo,  , t13.geo, Tutorial
+@section @file{t14.geo}
+
+@verbatiminclude ../../tutorial/t14.geo
+
 @c =========================================================================
 @c Options
 @c =========================================================================
diff --git a/tutorial/t13.geo b/tutorial/t13.geo
index 1b882131ef66232bd80286832028152cb1d79c68..2571f79d7dff2591d718740fe4352c2f24e6d59c 100644
--- a/tutorial/t13.geo
+++ b/tutorial/t13.geo
@@ -1,7 +1,7 @@
-/********************************************************************* 
+/*********************************************************************
  *
  *  Gmsh tutorial 13
- * 
+ *
  *  Remeshing STL with compounds
  *
  *********************************************************************/
@@ -47,4 +47,5 @@ Field[1].F = "2*Sin((x+y)/5) + 3";
 Background Field = 1;
 
 Mesh.RemeshAlgorithm = 1; // (0) no split (1) automatic (2) automatic only with metis
-Mesh.RemeshParametrization = 1; // (0) harmonic (1) conformal 
+Mesh.RemeshParametrization = 1; // (0) harmonic (1) conformal
+Geometry.HideCompounds = 0; // don't hide the compound entities