Add more relational operators to mathtext#25045
Add more relational operators to mathtext#25045oscargus wants to merge 1 commit intomatplotlib:mainfrom
Conversation
|
Can you add restriction to this batch or is out of scope here? |
|
That one wouldn't need spacing around it. |
So out of scope here :/ I'll see if opening my own PR is feasible then... ETA: it's already implemented, just as the \harpoon and not w/ the amssymb name. 😅 |
|
I think the command |
|
@devRD you are correct! I think the way is really to try to organize the operators in some way and then systematically check some lists, e.g. the ones in the description above. Feel very much free to complete it. I do not really remember how I did, but I guess one should also make sure that we have defined some mapping for the symbol as well. However, I think that the doc build takes this list and creates documentation from it, so it would show up there if something is not defined(?). |

PR Summary
Fixes #25042
Putting this as draft as I should go through this more systematically at some stage and check e.g. https://oeis.org/wiki/List_of_LaTeX_mathematical_symbols and https://garsia.math.yorku.ca/MPWP/LATEXmath/node8.html
Also, it would be useful to group the symbols a bit better to see what is possibly missing. As part of this, the layout/spacing will be improved.
PR Checklist
Documentation and Tests
pytestpasses)Release Notes
.. versionadded::directive in the docstring and documented indoc/users/next_whats_new/.. versionchanged::directive in the docstring and documented indoc/api/next_api_changes/next_whats_new/README.rstornext_api_changes/README.rst