Davide P. Cervone
Davide P. Cervone
I've made a PR for this feature.
@rbeezer, v4 adds a `units` package that includes `\nicefrac`, which does bevelled fractions. Perhaps that will fit the bill?
@rbeezer, you might be able to do something like ``` latex \newcommand{\sfrac}[2]{\mathchoice{\textstyle\nicefrac{#1}{#2}}{\nicefrac{#1}{#2}}{\nicefrac{#1}{#2}}{\nicefrac{#1}{#2}}} ``` to define `\sfrac`.
I don't know what features from version 2 you are using, so it is hard to tell you for sure. The features from version 2 that are not yet ported...
> `internalSpeechTitles`, which defaults to `true`, is an SVG output option that promises SRE-generated speech in the `title` attribute. If you look at the description of this option, you will...
A couple of questions: * Is `MathJaxTexInput` a subclass of the TeX input jax? * What Mathjax imports are you doing? * Have you added the `EnrichHandler` when you register...
You need more than just adding the `sre.speech` option, as you will need to import the semantic-enrichment and speech generation modules (since you are loading modules directly rather than using...
PS, you might need to set `aria-hidden` on the top-level children of the resulting svg element. I didn't do that here.
While I understand the desire for your feature, this is not in line with how LaTeX works, in general. I know of only one very specialized macro whose argument can...
The `` is being added too aggressively. I will make a PR to fix the problem. In the meantime, you could use `{-}M` and `{-}N` instead to prevent the extra...