Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document customizable binary operators (#33479)
* Document customizable binary operators I learned indirectly through comments on a PR that \otimes and \oplus and \odot can be extended as binary operators yet I cannot find this fact anywhere in the documentation. Search the docs for `oplus` yields nothing. Somewhere there must be a list of which characters can be extended this way and it should be documented in the manual. This PR is an attempt to get that ball rolling! * Add url for list and fix prefix typo * Expand docs of infix binary operators.
- Loading branch information