]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Don't use tables in results.dox (copied from step 18) 6569/head
authorLuca Heltai <luca.heltai@sissa.it>
Thu, 10 May 2018 09:21:51 +0000 (11:21 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Thu, 10 May 2018 09:22:12 +0000 (11:22 +0200)
examples/step-60/doc/results.dox

index eef3a2ce8522cf71ff6f3df6266fae6d140d899d..8accfecaacbcc36340eefe57d16b2bc8b193fa12 100644 (file)
@@ -209,16 +209,23 @@ this is like imposing a constant Dirichlet boundary condition on $\Gamma$, seen
 as boundary of the portion of $\Omega$ inside $\Gamma$. Similarly on $\partial
 \Omega$ we have zero Dirichlet boundary conditions.
 
-<TABLE WIDTH="60%" ALIGN="center">
-  <tr>
-    <td ALIGN="center">
-      <img src="https://www.dealii.org/images/steps/developer/step-60.1_no_grid.png" alt="">
-    </td>
-    <td ALIGN="center">
-      <img src="https://www.dealii.org/images/steps/developer/step-60.1_grid.png" alt="">
-    </td>
-  </tr>
-</table>
+
+<div class="twocolumn" style="width: 80%">
+  <div class="parent">
+    <div class="img" align="center">
+      <img src="https://www.dealii.org/images/steps/developer/step-60.1_no_grid.png"
+           alt = ""
+           width="500">
+    </div>
+  </div>
+  <div class="parent">
+    <div class="img" align="center">
+      <img src="https://www.dealii.org/images/steps/developer/step-60.1_grid.png"
+           alt = ""
+           width="500">
+    </div>
+  </div>
+</div>
 
 The output of the program will look like the following:
 
@@ -329,16 +336,22 @@ such that we have
 @endcode
 produces the saddle on the right.
 
-<TABLE WIDTH="60%" ALIGN="center">
-  <tr>
-    <td ALIGN="center">
-      <img src="https://www.dealii.org/images/steps/developer/step-60.3_grid.png" alt="">
-    </td>
-    <td ALIGN="center">
-      <img src="https://www.dealii.org/images/steps/developer/step-60.4_grid.png" alt="">
-    </td>
-  </tr>
-</table>
+<div class="twocolumn" style="width: 80%">
+  <div class="parent">
+    <div class="img" align="center">
+      <img src="https://www.dealii.org/images/steps/developer/step-60.3_grid.png"
+           alt = ""
+           width="500">
+    </div>
+  </div>
+  <div class="parent">
+    <div class="img" align="center">
+      <img src="https://www.dealii.org/images/steps/developer/step-60.4_grid.png"
+           alt = ""
+           width="500">
+    </div>
+  </div>
+</div>
 
 <a name="extensions"></a>
 <h3>Possibilities for extensions</h3>

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.