Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to cross-link references from inside of math boxes #92

Open
ebridge2 opened this issue Oct 22, 2022 · 0 comments
Open

Ability to cross-link references from inside of math boxes #92

ebridge2 opened this issue Oct 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ebridge2
Copy link

Context

I often find myself when writing proofs having long chains of homogeneous ideas, and I want to reference back to why the next line follows from the previous. To do so, it is helpful to just have little links included in proof text. This can obviously be overcome by breaking up chains of equations with sentences, but I find this tends to be cumbersome and ends up kind of blotchy and hard to follow.

Proposal

The ability to do something like:

:label: sky:blue
The sky is blue.
    x &= y + 2,\,\,\,\,\text{{prf:ref}`sky:blue`} \\
     &= z

Tasks and updates

No response

@ebridge2 ebridge2 added the enhancement New feature or request label Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant