From: Wolfgang Bangerth Date: Wed, 1 May 2019 14:03:25 +0000 (-0600) Subject: Align a set of equations. X-Git-Tag: v9.1.0-rc1~152^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7986%2Fhead;p=dealii.git Align a set of equations. --- diff --git a/examples/step-61/doc/intro.dox b/examples/step-61/doc/intro.dox index 049cd0c730..799566ddaa 100644 --- a/examples/step-61/doc/intro.dox +++ b/examples/step-61/doc/intro.dox @@ -71,11 +71,11 @@ This program solves the Poisson equation using the weak Galerkin finite element method: @f{align*}{ \nabla \cdot \left( -\mathbf{K} \nabla p \right) - = f, - \quad \mathbf{x} \in \Omega, \\ - p = p_D,\quad \mathbf{x} \in \Gamma^D, \\ - \mathbf{u} \cdot \mathbf{n} = u_N, - \quad \mathbf{x} \in \Gamma^N, + &= f, + \qquad \mathbf{x} \in \Omega, \\ + p &= p_D,\qquad \mathbf{x} \in \Gamma^D, \\ + \mathbf{u} \cdot \mathbf{n} &= u_N, + \qquad \mathbf{x} \in \Gamma^N, @f} where $\Omega \subset \mathbb{R}^n (n=2,3)$ is a bounded domain. In the context of the flow of a fluid through a porous medium,