From: Wolfgang Bangerth Date: Sat, 3 Oct 2009 02:11:14 +0000 (+0000) Subject: Fix a latex problem. X-Git-Tag: v8.0.0~6990 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c515cf51d5cea96bd4d5d940e342d8cf9d71066b;p=dealii.git Fix a latex problem. git-svn-id: https://svn.dealii.org/trunk@19687 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-37/doc/intro.dox b/deal.II/examples/step-37/doc/intro.dox index 5d979e4ac3..381a779dca 100644 --- a/deal.II/examples/step-37/doc/intro.dox +++ b/deal.II/examples/step-37/doc/intro.dox @@ -125,6 +125,7 @@ y &=& A\cdot x = \left(\sum_{\text{cell}=1}^{\mathrm{n\_cells}} P_\mathrm{cell,{ A_\mathrm{cell} P_\mathrm{cell,{loc-glob}}\right) \cdot x\\ &=& \sum_{\mathrm{cell}=1}^{\mathrm{n\_cells}} P_\mathrm{cell,{loc-glob}}^T A_\mathrm{cell} x_\mathrm{cell}, +\\ &=& \sum_{\mathrm{cell}=1}^{\mathrm{n\_cells}} P_\mathrm{cell,{loc-glob}}^T y_\mathrm{cell}, @f}