Skip to content

Commit

Permalink
Getting multiline equation to render properly in PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmprince authored and zprince committed Jan 25, 2024
1 parent 4d8e6e6 commit b33989d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions armi/physics/neutronics/globalFlux/globalFluxInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,11 +1248,14 @@ def computeDpaRate(mgFlux, dpaXs):
Displacements calculated by displacement XS:
.. math::
:nowrap:
\begin{aligned}
\text{Displacement rate} &= \phi N_{\text{HT9}} \sigma \\
&= (\#/\text{cm}^2/s) \cdot (1/cm^3) \cdot (\text{barn})\\
&= (\#/\text{cm}^5/s) \cdot \text{(barn)} * 10^{-24} \text{cm}^2/\text{barn} \\
&= \#/\text{cm}^3/s
\end{aligned}
::
Expand Down

0 comments on commit b33989d

Please sign in to comment.