From: Wolfgang Bangerth Date: Wed, 8 Aug 2007 04:45:02 +0000 (+0000) Subject: Use correct markup X-Git-Tag: v8.0.0~10123 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4802a396c49f05b007ce8d9ce0841be7b3c30b;p=dealii.git Use correct markup git-svn-id: https://svn.dealii.org/trunk@14921 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-27/doc/intro.dox b/deal.II/examples/step-27/doc/intro.dox index 2934903d98..32fd970d61 100644 --- a/deal.II/examples/step-27/doc/intro.dox +++ b/deal.II/examples/step-27/doc/intro.dox @@ -686,9 +686,9 @@ shows that this makes the overall algorithms faster. The test case we will solve with this program is a re-take of the one we already look at in @ref step_14 "step-14": we solve the Laplace equation -@[ +@f[ -\Delta u = f -@] +@f] in 2d, with $f=(x+1)(y+1)$, and with zero Dirichlet boundary values for $u$. We do so on the domain $[-1,1]^2\backslash[-\frac 12,\frac 12]^2$, i.e. a square with a square hole in the middle.