mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc: replace :math: for subscripts in notmuch-sexp-queries(7)
Sphinx pulls in mathjax to do :math:, which complicates viewing the html version offline. The direct :sub: is supported directly in html.
This commit is contained in:
parent
2c1d1107f5
commit
5c183d814b
1 changed files with 6 additions and 6 deletions
|
@ -336,10 +336,10 @@ NOTES
|
|||
in notmuch, this modifier is not supported in the
|
||||
``path`` field.
|
||||
|
||||
.. |q1| replace:: :math:`q_1`
|
||||
.. |q2| replace:: :math:`q_2`
|
||||
.. |qn| replace:: :math:`q_n`
|
||||
.. |q1| replace:: `q`\ :sub:`1`
|
||||
.. |q2| replace:: `q`\ :sub:`2`
|
||||
.. |qn| replace:: `q`\ :sub:`n`
|
||||
|
||||
.. |p1| replace:: :math:`p_1`
|
||||
.. |p2| replace:: :math:`p_2`
|
||||
.. |pn| replace:: :math:`p_n`
|
||||
.. |p1| replace:: `p`\ :sub:`1`
|
||||
.. |p2| replace:: `p`\ :sub:`2`
|
||||
.. |pn| replace:: `p`\ :sub:`n`
|
||||
|
|
Loading…
Reference in a new issue