From: wolf Date: Wed, 8 Dec 1999 12:24:13 +0000 (+0000) Subject: Add a table of contents to each example and define the respective anchors. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af1e3a7d2f2e90731fe54571b64955f09a450382;p=dealii-svn.git Add a table of contents to each example and define the respective anchors. git-svn-id: https://svn.dealii.org/trunk@2001 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2html b/deal.II/doc/tutorial/chapter-2.step-by-step/program2html index eaac0b764c..8ac79e5549 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2html @@ -1,4 +1,5 @@ -print "

The commented program

"; +print "\n"; +print "

The commented program

\n"; # ignore the first few lines $_ = <>; diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain b/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain index e6dbcce49e..88c91c31df 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2plain @@ -4,6 +4,7 @@ while ( m!/\*\s*\$Id$!) { $_ = <>; } +print "\n"; print "

The plain program

"; print "
";
 
diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.results b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.results
index 6bfe3c7941..56f0a1d19e 100644
--- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.results
+++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.results
@@ -1,3 +1,4 @@
+
 

Results

The program has, after having been run, produced two grids, which look diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.results b/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.results index 2d83d2afbf..09e519b442 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.results +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.results @@ -1,3 +1,4 @@ +

Results

The program has, after having been run, produced two sparsity diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-by-step.header b/deal.II/doc/tutorial/chapter-2.step-by-step/step-by-step.header index 99d1c9dda3..77c4be3807 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-by-step.header +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-by-step.header @@ -16,3 +16,12 @@ + +

Overview

+ +
    +
  1. Introduction +
  2. The commented program +
  3. Results +
  4. The plain program +