From 3cd24015e8c5a6fb81ac6a67a52fc05eb3dbe296 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 1 May 2019 08:03:25 -0600 Subject: [PATCH] Align a set of equations. --- examples/step-61/doc/intro.dox | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, -- 2.39.5