mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Various fixes for building documentation (esp. latexpdf)
This commit is contained in:
parent
d9c66fc13f
commit
33d7166aef
4 changed files with 5 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
sphinx-numfig
|
||||
jupyter
|
||||
sphinxcontrib-katex
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ extensions = ['sphinx.ext.autodoc',
|
|||
'sphinx_numfig',
|
||||
'notebook_sphinxext']
|
||||
if not on_rtd:
|
||||
extensions.append('sphinx.ext.imgconverter')
|
||||
extensions.append('sphinxcontrib.rsvgconverter')
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
|
|||
|
|
@ -579,7 +579,7 @@ sampled using the leading order term of the Sauter–Gluckstern–Hull
|
|||
distribution,
|
||||
|
||||
.. math::
|
||||
:label: sauter–gluckstern–hull
|
||||
:label: sauter-gluckstern-hull
|
||||
|
||||
p(\mu_{\pm}) = C(1 - \beta_{\pm}\mu_{\pm})^{-2},
|
||||
|
||||
|
|
@ -588,7 +588,7 @@ ratio of the velocity of the charged particle to the speed of light given in
|
|||
:eq:`beta-2`.
|
||||
|
||||
The inverse transform method is used to sample :math:`\mu_{-}` and
|
||||
:math:`\mu_{+}` from :eq:`sauter–gluckstern–hull`, using the sampling formula
|
||||
:math:`\mu_{+}` from :eq:`sauter-gluckstern-hull`, using the sampling formula
|
||||
|
||||
.. math::
|
||||
:label: sample-mu
|
||||
|
|
|
|||
|
|
@ -3552,7 +3552,7 @@ class ScatterMatrixXS(MatrixMGXS):
|
|||
.. math::
|
||||
|
||||
\begin{aligned}
|
||||
\langle \sigma}_{s,\ell,g'\rightarrow g} \phi \rangle &= \int_{r \in V} dr
|
||||
\langle \sigma_{s,\ell,g'\rightarrow g} \phi \rangle &= \int_{r \in V} dr
|
||||
\int_{4\pi} d\Omega' \int_{E_{g'}}^{E_{g'-1}} dE' \int_{4\pi} d\Omega
|
||||
\int_{E_g}^{E_{g-1}} dE \; P_\ell (\Omega \cdot \Omega') \sigma_s (r, E'
|
||||
\rightarrow E, \Omega' \cdot \Omega) \psi(r, E', \Omega')\\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue