From 7ac033eb407d9f81914b57e6dfd373bae6a0cfcc Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Wed, 13 Apr 2011 03:37:52 +0000
Subject: [PATCH] Fix formula markup.

git-svn-id: https://svn.dealii.org/trunk@23584 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/examples/step-46/doc/intro.dox | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/deal.II/examples/step-46/doc/intro.dox b/deal.II/examples/step-46/doc/intro.dox
index 32d933b155..4924605b92 100644
--- a/deal.II/examples/step-46/doc/intro.dox
+++ b/deal.II/examples/step-46/doc/intro.dox
@@ -125,9 +125,9 @@ subspaces defined on the triangulation $\mathbb T$:
   P_h
   &= \{ p_h \quad | \quad
        \forall K \in {\mathbb T}:
-       p_h|_K \in Q_p\  \text{if}\ K\subset {\Omega_f}}, \quad
+       p_h|_K \in Q_p\  \text{if}\ K\subset {\Omega_f}, \quad
        p_h|_{\Omega_f}\ \text{is continuous}, \quad
-       p_h|_K = 0\ \text{if}\ K\subset {\Omega_s}}\ \}
+       p_h|_K = 0\ \text{if}\ K\subset {\Omega_s}\ \}
    && \subset P.
 @f}
 In other words, on $\Omega_f$ we choose the usual discrete spaces but
@@ -176,3 +176,8 @@ space:
       & y_h|_{\Omega_f} \in Q_{p+1}^d \times Q_p \times Z^d, \\
       & y_h|_{\Omega_f} \in Z^d \times Z \times Q_r^d \}.
 @f}
+
+
+
+<h3>Implementation</h3>
+
-- 
2.39.5