From 3eb72d7563cf95046f52e4e1001113e5416e037a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 27 Feb 2008 03:12:24 +0000 Subject: [PATCH] Put a few formulas into dollar signs to make it look nicer. git-svn-id: https://svn.dealii.org/trunk@15803 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-8/doc/results.dox | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/examples/step-8/doc/results.dox b/deal.II/examples/step-8/doc/results.dox index a09b5673cc..7e0e06e31e 100644 --- a/deal.II/examples/step-8/doc/results.dox +++ b/deal.II/examples/step-8/doc/results.dox @@ -11,10 +11,10 @@ vertex of the grid: @image html step-8.vectors.png -You can clearly see the sources of x-displacement around x=0.5 and -x=-0.5, and of y-displacement at the origin. In this example, we have +You can clearly see the sources of $x$-displacement around $x=0.5$ and +$x=-0.5$, and of $y$-displacement at the origin. In this example, we have used the GMV program to produce a vector plot by telling it that the -two solution components, x-displacement and y-displacement, are in +two solution components, $x$-displacement and $y$-displacement, are in fact not two independent scalar fields, but the components of a vector field. Depending on what graphical file format we use, we could as well have specified this in the program already and then written into @@ -28,7 +28,7 @@ The next image shows the final grid after eight steps of refinement: -Finally, the x-displacement and y-displacement are displayed separately: +Finally, the $x$-displacement and $y$-displacement are displayed separately: @@ -46,8 +46,8 @@ Finally, the x-displacement and y-displacement are displayed separately: It should be noted that intuitively one would have expected the -solution to be symmetric about the x- and y-axes since the x- and -y-forces are symmetric with respect to these axes. However, the force +solution to be symmetric about the $x$- and $y$-axes since the $x$- and +$y$-forces are symmetric with respect to these axes. However, the force considered as a vector is not symmetric and consequently neither is the solution. -- 2.39.5