Skip to content

Commit fb956d6

Browse files
committed
previous worked! Can we use both delimiters?
1 parent 06059d0 commit fb956d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MDhelp/docs/powderpeaks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="PWDR_Peak_List"></a>
33
# PWDR **Peak List** subdata tree item (Powder Diffraction)
44

5-
The Peak List data tree entry is used to fit diffraction peaks at refined or user-supplied positions (not generated from a unit cell). Peak positions and intensities may be selected for individual refinement. Gaussian (\(\sigma^2\)) and Lorentzian (\(\Gamma\)) peak widths may be varied individually or the values may be generated from the the appropriate profile terms in the Instrument Parameters tree item (U, V & W for \(\sigma^2\); X & Y for \(\Gamma\)): Note that the Gaussian full-width at half-maximum is given by
5+
The Peak List data tree entry is used to fit diffraction peaks at refined or user-supplied positions (not generated from a unit cell). Peak positions and intensities may be selected for individual refinement. Gaussian ($\sigma^2$) and Lorentzian (\(\Gamma\)) peak widths may be varied individually or the values may be generated from the the appropriate profile terms in the Instrument Parameters tree item (U, V & W for \(\sigma^2\); X & Y for \(\Gamma\)): Note that the Gaussian full-width at half-maximum is given by
66

77
$$FWHM = \sqrt{8 * \ln 2 * \sigma^ 2}$$
88

MDhelp/mkdocs.yml_pdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ markdown_extensions:
9191
# - mdx_math
9292
- pymdownx.arithmatex:
9393
generic: true
94-
tex_inline_wrap: ["\\(", "\\)"]
95-
tex_block_wrap: ["$$", "$$"]
94+
# tex_inline_wrap: ["\\(", "\\)"]
95+
# tex_block_wrap: ["$$", "$$"]
9696

9797
extra_javascript:
9898
- javascripts/mathjax.js

0 commit comments

Comments
 (0)