From a9f8efa01a24ea5c38e9d22719e648bdb419b35c Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 8 Aug 2007 04:45:02 +0000 Subject: [PATCH] Use correct markup git-svn-id: https://svn.dealii.org/trunk@14921 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-27/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5