Links within a STEM expression? #13
Unanswered
stuartgalt
asked this question in
Q&A
Replies: 2 comments 1 reply
-
It does not, but actually you should not want this for many reasons (the MathML won't be self-contained, the ISO editor will complain, the link won't be rendered in print, etc). The correct way of referencing this is to use a "key" (which renders as "Where:") with a definition list, and in the definition list description you can link to the target. Something like this is compatible with ISO DP 2: [stem]
++++
X = y^z
++++
[%key]
stem:[X]:: is the big X;
stem:[y]:: is the small y (see <<my-anchor>>);
stem:[z]:: is something else. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you. We will use the %key and put the links there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to have a link within a stem expression?
We tried an inline version:
that looked mostly okay but breaks it into two bits of math.
Beta Was this translation helpful? Give feedback.
All reactions