Skip to content

Commit

Permalink
fix math blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed May 8, 2024
1 parent a89a404 commit e28cb89
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contributed_definitions/NXstress.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,33 +130,33 @@
</field>
<field name="processing_type" type="NX_CHAR" optional="false">
<doc>
Describes the way strain `\varepsilon ` can be calculated from the :ref:`center &lt;/NXstress/ENTRY/peaks/center-field&gt;`
Describes the way strain :math:`\varepsilon` can be calculated from the :ref:`center &lt;/NXstress/ENTRY/peaks/center-field&gt;`
peak parameter.
</doc>
<enumeration>
<item value="two-theta">
<doc>
\ :math:`\varepsilon = \large \frac{sin(\mathrm{\theta}_{0})}{sin(\mathrm{\theta})}-1`
:math:`\varepsilon = \large \frac{sin(\mathrm{\theta}_{0})}{sin(\mathrm{\theta})}-1`
</doc>
</item>
<item value="energy">
<doc>
\ :math:`\varepsilon = \large \frac{\mathrm{E}_{0}}{\mathrm{E}}-1`
:math:`\varepsilon = \large \frac{\mathrm{E}_{0}}{\mathrm{E}}-1`
</doc>
</item>
<item value="d-spacing">
<doc>
\ :math:`\varepsilon = \large \frac{\mathrm{d}}{\mathrm{d}_{0}}-1`
:math:`\varepsilon = \large \frac{\mathrm{d}}{\mathrm{d}_{0}}-1`
</doc>
</item>
<item value="time-of-flight">
<doc>
\ :math:`\varepsilon = \large \frac{\mathrm{TOF}}{\mathrm{TOF}_{0}}-1`
:math:`\varepsilon = \large \frac{\mathrm{TOF}}{\mathrm{TOF}_{0}}-1`
</doc>
</item>
<item value="sin2psi">
<doc>
A description of the \ :math:`\mathrm{\sin}^{2}\psi` method can be found in the literature. Two examples are:
A description of the :math:`\mathrm{\sin}^{2}\psi` method can be found in the literature. Two examples are:
`Fitzpatrick, M. E. et. al.; Determination of residual stresses by X-ray diffraction; National Physical Laboratory, Teddington, 2005`
and
`EN 15305:2009 standard: Non-destructive testing - Test Method for Residual Stress analysis by X-ray Diffraction`.
Expand Down

0 comments on commit e28cb89

Please sign in to comment.