Skip to content

Initial Rustdoc LaTeX math RFC#3958

Open
notriddle wants to merge 1 commit intorust-lang:masterfrom
notriddle:rustdoc-texmath
Open

Initial Rustdoc LaTeX math RFC#3958
notriddle wants to merge 1 commit intorust-lang:masterfrom
notriddle:rustdoc-texmath

Conversation

@notriddle
Copy link
Copy Markdown
Contributor

@notriddle notriddle commented May 1, 2026

Add support for $\LaTeX$ math formula syntax to Rustdoc.

Important

Since RFCs involve many conversations at once that can be difficult to follow, please use review comment threads on the text changes instead of direct comments on the RFC.

If you don't have a particular section of the RFC to comment on, you can click on the "Comment on this file" button on the top-right corner of the diff, to the right of the "Viewed" checkbox. This will create a separate thread even if others have commented on the file too.

Rendered

@notriddle notriddle force-pushed the rustdoc-texmath branch 3 times, most recently from 917ba2d to 8ccd7c7 Compare May 1, 2026 06:04
@notriddle notriddle force-pushed the rustdoc-texmath branch 2 times, most recently from 51ec581 to 2ccb14b Compare May 1, 2026 06:07
- circumflex, `^`, which is used for exponents
- underscore, `_`, which is used for subscript
- single quote, `'`, which becomes the prime symbol
- tile, `~`, which becomes a rendered, non-breaking space (since ordinary spaces are used for grouping)
Copy link
Copy Markdown
Member

@programmerjake programmerjake May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- tile, `~`, which becomes a rendered, non-breaking space (since ordinary spaces are used for grouping)
- tilde, `~`, which becomes a rendered, non-breaking space (since ordinary spaces are used for grouping)

View changes since the review

@ehuss ehuss added the T-rustdoc Relevant to rustdoc team, which will review and decide on the RFC. label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-rustdoc Relevant to rustdoc team, which will review and decide on the RFC.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants