markup icon indicating copy to clipboard operation
markup copied to clipboard

TeX CD environment doesn't stretch arrows

Open JonathanMEdwards opened this issue 1 year ago • 2 comments

The Tex CD environment is not rendering labels on arrows correctly. See https://gist.github.com/JonathanMEdwards/db1d091f847d9ddb4e0901e6f6414064 which is an example taken from the ams documentation: https://www.jmilne.org/not/Mamscd.pdf

JonathanMEdwards avatar Nov 17 '23 23:11 JonathanMEdwards

Feeding your input to https://www.mathjax.org/#demo, it seems this is fixed (or, not reproducible) in MathJax 3.2.2. GitHub currently uses v3.2.0.

To check out the MathJax version, just right click on a rendered formula then select "About MathJax". image

$$
\begin{CD}
A  @>>> B@>\text{very long label}>>C\\
@VVV     @VVV                   @VVV\\
D  @>>> E@>>>                      F
\end{CD}
$$

muzimuzhi avatar Dec 28 '23 01:12 muzimuzhi

Thanks!

JonathanMEdwards avatar Dec 28 '23 02:12 JonathanMEdwards