From ddaabf7a96cf07fa3449b210e0434490f126a2dd Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Wed, 17 Oct 2018 19:19:34 -0700 Subject: [PATCH] fix formatting --- docs/source/FluidEquations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/FluidEquations.rst b/docs/source/FluidEquations.rst index 892774f..974bf8c 100644 --- a/docs/source/FluidEquations.rst +++ b/docs/source/FluidEquations.rst @@ -16,7 +16,7 @@ Conservation of fluid momentum: Conservation of fluid volume: -where $\sum_{part} \beta (V_{part} - U_g)$ is the drag term in which $V_{part}$ represents the particle velocity. +where :math:`\sum_{part} \beta (V_{part} - U_g)` is the drag term in which :math:`V_{part}` represents the particle velocity. .. math:: \frac{\partial \varepsilon_g}{\partial t} + \nabla \cdot (\varepsilon_g U_g) = 0 :label: eqn::mass_vareps -- GitLab