From: bangerth Date: Wed, 10 Sep 2008 19:41:57 +0000 (+0000) Subject: Use commands latex understands in default mode. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d034d42524f9b315f82789b0c0dff7cbdf285dbb;p=dealii-svn.git Use commands latex understands in default mode. git-svn-id: https://svn.dealii.org/trunk@16800 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-28/doc/intro.dox b/deal.II/examples/step-28/doc/intro.dox index 1763f7217a..a664a66fd2 100644 --- a/deal.II/examples/step-28/doc/intro.dox +++ b/deal.II/examples/step-28/doc/intro.dox @@ -306,7 +306,7 @@ whose errors satisfy \frac{\eta_{g,K}}{\|\phi_g\|_\infty} > \alpha_1 - \displaystyle{\max_{\substack{1\le g\le G\\K\in {\mathbb T}_g}} + \displaystyle{\max_{{1\le g\le G \atop K\in {\mathbb T}_g}} \frac{\eta_{g,K}}{\|\phi_g\|_\infty}} @f} and coarsen the cells where @@ -314,7 +314,7 @@ and coarsen the cells where \frac{\eta_{g,K}}{\|\phi_g\|_\infty} < \alpha_2 - \displaystyle{\max_{\substack{1\le g\le G\\K\in {\mathbb T}_g}} + \displaystyle{\max_{{1\le g\le G \atop K\in {\mathbb T}_g}} \frac{\eta_{g,K}}{\|\phi_g\|_\infty}}. @f} We chose $\alpha_1=0.3$ and $\alpha_2=0.01$ in the code. Note that this will,