diff options
| author | David Bremner <david@tethera.net> | 2022-01-26 09:30:45 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-29 16:37:59 -0400 |
| commit | 5c183d814b2cb3155cb8eec1c8ab44868ff75d30 (patch) | |
| tree | c095417ca0497f7302b7da1040e8b6f6f683c4be /doc | |
| parent | 2c1d1107f5dacdb4a2c514909fd96f45f83e2f3c (diff) | |
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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man7/notmuch-sexp-queries.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man7/notmuch-sexp-queries.rst b/doc/man7/notmuch-sexp-queries.rst index 3c33232f..bc8e5086 100644 --- a/doc/man7/notmuch-sexp-queries.rst +++ b/doc/man7/notmuch-sexp-queries.rst @@ -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` |
