From: bangerth Date: Sat, 3 Oct 2009 02:11:14 +0000 (+0000) Subject: Fix a latex problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c5e654b3bdee429b640a2a13e42bc6f198d5bf;p=dealii-svn.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}