]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Consistent, out of context usable title; CSS for print and aural media.
authorschrage <schrage@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Jul 1999 17:24:18 +0000 (17:24 +0000)
committerschrage <schrage@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Jul 1999 17:24:18 +0000 (17:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@1558 0785d39b-7218-0410-832d-ea1e28bc413d

38 files changed:
deal.II/doc/tutorial/aural.css [moved from deal.II/doc/tutorial/dealtut.css with 93% similarity]
deal.II/doc/tutorial/chapter-1.elements/adaptivity.html
deal.II/doc/tutorial/chapter-1.elements/boundary.html
deal.II/doc/tutorial/chapter-1.elements/condense.html
deal.II/doc/tutorial/chapter-1.elements/dofs.html
deal.II/doc/tutorial/chapter-1.elements/grid_creation.html
deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html
deal.II/doc/tutorial/chapter-1.elements/index.html
deal.II/doc/tutorial/chapter-1.elements/logo.html
deal.II/doc/tutorial/chapter-1.elements/matrix_generation.html
deal.II/doc/tutorial/chapter-1.elements/matrix_structure.html
deal.II/doc/tutorial/chapter-1.elements/navbar.html
deal.II/doc/tutorial/chapter-1.elements/parameters.html
deal.II/doc/tutorial/chapter-1.elements/rhs.html
deal.II/doc/tutorial/chapter-1.elements/solve.html
deal.II/doc/tutorial/chapter-1.elements/title.html
deal.II/doc/tutorial/chapter-1.elements/toc.html
deal.II/doc/tutorial/chapter-3.laplace/assemble.html
deal.II/doc/tutorial/chapter-3.laplace/index.html
deal.II/doc/tutorial/chapter-3.laplace/laplace.html
deal.II/doc/tutorial/chapter-3.laplace/logo.html
deal.II/doc/tutorial/chapter-3.laplace/main.html
deal.II/doc/tutorial/chapter-3.laplace/navbar.html
deal.II/doc/tutorial/chapter-3.laplace/solution.html
deal.II/doc/tutorial/chapter-3.laplace/source.html
deal.II/doc/tutorial/chapter-3.laplace/structure.html
deal.II/doc/tutorial/chapter-3.laplace/title.html
deal.II/doc/tutorial/chapter-3.laplace/toc.html
deal.II/doc/tutorial/chapter-3.laplace/triangulation.html
deal.II/doc/tutorial/index.html
deal.II/doc/tutorial/print.css [new file with mode: 0644]
deal.II/doc/tutorial/screen.css [new file with mode: 0644]
deal.II/doc/tutorial/templates/body.html
deal.II/doc/tutorial/templates/index.html
deal.II/doc/tutorial/templates/logo.html
deal.II/doc/tutorial/templates/navbar.html
deal.II/doc/tutorial/templates/title.html
deal.II/doc/tutorial/templates/toc.html

similarity index 93%
rename from deal.II/doc/tutorial/dealtut.css
rename to deal.II/doc/tutorial/aural.css
index 16bc45721e0ac93fb2e2460eda220b22c34e58b1..d19dc63c936fbd95ede0d7351e870bde0afbdb77 100644 (file)
@@ -9,6 +9,19 @@ frameset { background-color: white;
           frameborder: 0;
          }
 
+td { vertical-align: top; }
+
+dt { font-weight: bold; }
+
+.figure     { font-weight: bold;
+             font-size: larger;
+           }
+
+.pagetoc    {}
+
+.chapter_title {}
+
+
 span.parhead { font-weight: bold;
             }  
 
@@ -19,13 +32,6 @@ pre.example { padding-left: 2 em;
              text-align: left;
              text-indent: 0;
             }
-
-.figure     { font-weight: bold;
-             font-size: larger;
-           }
        
 table.navbar { }
 
-td { vertical-align: top; }
-
-dt { font-weight: bold; }
index 7ec6cf2e4065eb5af4ac41ada06c3e167150f2c2..ca42fe963cb41fd84d70aa3c445e3e1a662db9b0 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>Error Estimate and Adaptivity</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Error Estimate and Adaptivity</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 7151dd29338b437ad53ad388c7e9f06b8aaa3a2f..abd69dfe6203fe71628a6575f5e02d5e649ccba3 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title></title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Boundary conditions</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index af516c5a89f42976e6eb36dc4206c81f730194bd..058313ee31482dcc463214065db1a0161188b165 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>Condensing the Hanging Nodes</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Condensing the Hanging Nodes</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 1a642a66d289950074ad9aede4cbd200ee20321a..b86fc91d268a5deafc686c133d23ff02a961776e 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>Degrees of Freedom</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Degrees of Freedom</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index deb6057f6192342eeecb70363d371c10837f7624..d62a59f8f937981f1619c03d2bff032c46fa3419 100644 (file)
@@ -2,8 +2,10 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-<title>Creation of a Grid</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Creation of a Grid</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 8f372c8d34117ec23f42b424f5143370aafbe842..16edd8c19db4c3b4b866791490d9ec589958cfd9 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>Hanging Nodes</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Hanging Nodes</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index f97b42e0b4909d24ef04d9465547a1486fce5097..1aef8d64d4f4eaded37d5f0ddcb1a2ce54891f7f 100644 (file)
@@ -2,8 +2,10 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-<title>Structure of a Finite Element Program</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Structure of a Finite Element Program</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index adaca8a3b5ccfcf6b599554afb4d19859794c73a..6673eec84fadacdc33a66b9dfc0e699d5472e9ca 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title></title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Logo</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index d41ce8246c56f4f3a1524708f73d65790c35d5ff..a5814d232c54617b1d604bbc12cec51afa38f461 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>Matrix and Vector Generation</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Matrix and Vector Generation</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index b798d0b5eb6ffd39d72c92ead1528969f543568b..61838520ff5133a9ceab78111946a74951f2f4d2 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>Matrix Structure</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Matrix Structure</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 49fbe03bb806131cd9b6dc087dcd9413f9d63599..25cb5ea103a826eb560a339f11cea6df8940b630 100644 (file)
@@ -2,8 +2,10 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-<title>Structure of a Finite Element Program</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Structure of a Finite Element Program</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 2c75b2a25efeeaac1ed8882ab26c1f7b9088a2ec..68a934b4498bda44086640a3951a6326d94a33c4 100644 (file)
@@ -7,8 +7,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>Parameter Input</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Parameter Input</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index b0e8da5431b6b4e707a96bda7aa65fb55c77a8e8..d00651a1ffc813f7db2fa08b074bc6d3dfecc6e5 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>The Problem Matrix and the Right Hand Side</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: The Problem Matrix and the Right Hand Side</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index c8de3fa8a01848b33c7448915826b0e0fb566dfd..1fc4cd7b0795dc37aa13849f4de770018f4a824e 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>Solving the Problem</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Solving the Problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index cbdb61188afe642f24a0b62dee971ba8d836a530..52150dac85f23918646477f488d3a0865789b2f4 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title></title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Chapter title</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 6eb116690ebd35e6b602b47de2c2fef24d88c617..94b578185806018fa1964aa0c070376331d65c97 100644 (file)
@@ -2,8 +2,10 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-<title>Structure of a Finite Element Program</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Structure of a Finite Element Program</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 307a6e63570fa16214058e63ce6d223433bb5642..35b6355cfffd0b744b2dbca50d6e83f967f4a404 100644 (file)
@@ -4,8 +4,9 @@
   <head>
     <title>deal.II tutorial: the Laplace problem</title>
     <meta name="keyword" content="deal.II,deal.II tutorial">
-    <link rel="stylesheet" href="../dealtut.css" type="text/css">
-    
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">    
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
   </head>
index 2e6bda8f4556abca159d0e3134092380d4d716f1..272d505816e52e43e8d1ebed3cf91197e1c91735 100644 (file)
@@ -2,8 +2,10 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-<title>The Laplace Problem</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: The Laplace Problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 23c3fe9065d681f8b8f536673fa7ea96e65baedc..7e18d276da29ca730ff8162fa35dd98b5483135b 100644 (file)
@@ -2,11 +2,12 @@
     "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-  <title>DEAL tutorial: the Laplace problem</title>
-  <meta name="keyword" content="DEAL,DEAL tutorial">
-  <link href="../dealtut.css" rel="StyleSheet" media="screen" type="text/css" title="DEAL tutorial">
+  <title>deal.II tutorial: the Laplace problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
   <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
-  <meta name="keywords" content="DEAL,DEAL tutorial">
+  <meta name="keywords" content="deal.II,deal.II tutorial,finite element,fem">
 </head>
 <body>
 <h1>The class Laplace</h1>
index 30b6b5d8ad195f9ab2366846461e3c0aa636ec00..715e6681f2fe31ece3404bb5f58eb5c893363763 100644 (file)
@@ -5,8 +5,9 @@
 <!-- deal.II tutorial template
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
-
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 0485acda58a1771922885a0914ece9339f304ad9..7dd00757f9b345b6a977a203f6d4e82d87708e54 100644 (file)
@@ -2,11 +2,12 @@
     "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-  <title>DEAL tutorial: the Laplace problem</title>
-  <meta name="keyword" content="DEAL,DEAL tutorial">
-  <link href="../dealtut.css" rel="StyleSheet" media="screen" type="text/css" title="DEAL tutorial">
-  <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
-  <meta name="keywords" content="DEAL,DEAL tutorial">
+  <title>deal.II tutorial: the Laplace problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+   <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
+  <meta name="keywords" content="deal.II,deal.II tutorial">
 </head>
 <body>
 
index b3ea799a8bc2a37852f9fb40aead033c28fa3e9d..9f9b096a54b80d75d56b3a55f46c7fb7eb7e31e4 100644 (file)
@@ -2,8 +2,10 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-<title>The Laplace Problem</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: The Laplace Problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 55233f063413d9b13dcab7a7876b41fe576e0439..fcd6d80ad2f4d43f74cdaa8c79dedda74d647bd8 100644 (file)
@@ -2,11 +2,12 @@
     "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-  <title>DEAL tutorial: the Laplace problem</title>
-  <meta name="keyword" content="DEAL,DEAL tutorial">
-  <link href="../dealtut.css" rel="StyleSheet" media="screen" type="text/css" title="DEAL tutorial">
+  <title>deal.II tutorial: the Laplace problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
   <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
-  <meta name="keywords" content="DEAL,DEAL tutorial">
+  <meta name="keywords" content="deal.II,deal.II tutorial">
 </head>
 <body>
 <h1>Solving the problem</h1>
index 477a1772be4df81a8b7c565094977f6e4fafe8e4..43008bc1385d8a63b48018a963cae7194987fb56 100644 (file)
@@ -2,10 +2,12 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-<title>The Laplace Problem</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="DEAL Tutorial">
+<title>deal.II tutorial: The Laplace Problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
-    <meta name="keywords" content="DEAL,DEAL tutorial">
+    <meta name="keywords" content="deal.II,deal.II tutorial">
 </head>
 <body lang="en">
 <h1>The Source Code for the Solution of the Laplace Problem</h1>
index 44eeec3f9b17376961f82dbd390fdf7615d1cb95..d6e1bf0eb1fb26d94575934b5bdd92fffc554e76 100644 (file)
@@ -2,11 +2,11 @@
     "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-  <title>DEAL tutorial: the Laplace problem</title>
-  <meta name="keyword" content="DEAL,DEAL tutorial">
-  <link href="../dealtut.css" rel="StyleSheet" media="screen" type="text/css" title="DEAL tutorial">
-  <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
-  <meta name="keywords" content="DEAL,DEAL tutorial">
+  <title>deal.II tutorial: the Laplace problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+  <meta name="keywords" content="deal.II,deal.II tutorial">
 </head>
   <body>
     <h1>Program structure</h1>
index a737a6442f2e25db0d7ff14d00075cbb915e9b65..6d5447401519b484da0bebeb639633607fb3e88b 100644 (file)
@@ -6,7 +6,9 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index dc0a7fa33e6ddfbe7a96d4a9cb4b7a5a0024815f..f7f76bdac00d1ac5f857a31e3e0449f1150848d5 100644 (file)
@@ -2,8 +2,10 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-<title>The Laplace Problem</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: The Laplace Problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 5517f3bfcf4d7042a0e534ccc0822abf2552bdb3..9ceaef7a2c406ba21f30f742e39e9b19b6f4f0a3 100644 (file)
@@ -2,11 +2,12 @@
     "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
 <head>
-  <title>DEAL tutorial: the Laplace problem</title>
-  <meta name="keyword" content="DEAL,DEAL tutorial">
-  <link href="../dealtut.css" rel="StyleSheet" media="screen" type="text/css" title="DEAL tutorial">
+  <title>deal.II tutorial: the Laplace problem</title>
+    <link href="../screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="../print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="../audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
   <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
-  <meta name="keywords" content="DEAL,DEAL tutorial">
+  <meta name="keywords" content="deal.II,deal.II tutorial">
 </head>
 <body>
 <h1>Generating a triangulation</h1>
index 760c444d37d13ac24e71b78f937fcd38ee0938bf..8c074e5724a7a0c68d4cf926eed3197111d584b4 100644 (file)
@@ -2,7 +2,9 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
   <head>
-    <link href="dealtut.css" rel="StyleSheet" type="text/css" title="deal.II Documentation" media="screen">
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <title>The deal.II Tutorial</title>
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II"></head>
diff --git a/deal.II/doc/tutorial/print.css b/deal.II/doc/tutorial/print.css
new file mode 100644 (file)
index 0000000..d19dc63
--- /dev/null
@@ -0,0 +1,37 @@
+
+body { background-image: none;
+       background-color: white; 
+     }
+
+frameset { background-color: white;
+          border-color: white;
+          border: 0;
+          frameborder: 0;
+         }
+
+td { vertical-align: top; }
+
+dt { font-weight: bold; }
+
+.figure     { font-weight: bold;
+             font-size: larger;
+           }
+
+.pagetoc    {}
+
+.chapter_title {}
+
+
+span.parhead { font-weight: bold;
+            }  
+
+span.example { font-weight: bold;
+              font-style: italic;
+            }
+pre.example { padding-left: 2 em;
+             text-align: left;
+             text-indent: 0;
+            }
+       
+table.navbar { }
+
diff --git a/deal.II/doc/tutorial/screen.css b/deal.II/doc/tutorial/screen.css
new file mode 100644 (file)
index 0000000..d19dc63
--- /dev/null
@@ -0,0 +1,37 @@
+
+body { background-image: none;
+       background-color: white; 
+     }
+
+frameset { background-color: white;
+          border-color: white;
+          border: 0;
+          frameborder: 0;
+         }
+
+td { vertical-align: top; }
+
+dt { font-weight: bold; }
+
+.figure     { font-weight: bold;
+             font-size: larger;
+           }
+
+.pagetoc    {}
+
+.chapter_title {}
+
+
+span.parhead { font-weight: bold;
+            }  
+
+span.example { font-weight: bold;
+              font-style: italic;
+            }
+pre.example { padding-left: 2 em;
+             text-align: left;
+             text-indent: 0;
+            }
+       
+table.navbar { }
+
index 2a1c60b0c7712ee01403dfd530b297988e5bdd63..379fcc701c0e9023a00c7a65e277813b2218d106 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>INSERT_title</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: INSERT_title</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
@@ -34,7 +36,7 @@
 </table>
 <hr>
 <address>
-<a href="mailto:schrage@gaia.iwr.uni-heidelberg.de">Jan Schrage</a></address>
+<a href="mailto:INSERT_your_email">INSERT_your_name</a></address>
 <p>
 Last modified: $Date$ 
 </p>
index 96cabf15b5d78614467ce60dcb11d48987aaac69..90c0d5feaebff12aa2526493c15fb839effbf0d1 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>INSERT_title</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: INSERT_title</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 5be93fae82f40154bb5e5aa3c931a1445a950074..65bbdea48b716516e3719b5602c02fab05fbd4ad 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>INSERT_title</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: Logo</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 244159bcf50e4572acb91438f50a0458a4e8e96d..fed135b7e21e5e39308bbf0af6395c010deb64a1 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>INSERT_title</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: INSERT_title</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 0c038c7ce1c63b913842d252c42bce20ea34caba..346317e4e4b964363ca86e4bddbd2e148429cb1a 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>INSERT_title</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: chapter title</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 4df7082fe96c6ae975f1287c617614fcefbd5054..7e9d1f8ce01fa0479ff5c21e64ed5aec93a8d571 100644 (file)
@@ -6,8 +6,10 @@
      Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de> 1999 
 -->
 
-<title>INSERT_title</title>
-    <link href="../dealtut.css" rel="StyleSheet" title="deal.II Tutorial">
+<title>deal.II tutorial: INSERT_title</title>
+    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
     <meta name="author" content="Jan Schrage <schrage@gaia.iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
@@ -47,7 +49,7 @@ INSERT_some_introductory_text
 </table>
 <hr>
 <address>
-<a href="mailto:schrage@gaia.iwr.uni-heidelberg.de">Jan Schrage</a></address>
+<a href="mailto:INSERT_your_email">INSERT_your_name</a></address>
 <p>
 Last modified: $Date$
 </p>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.