We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g., \\img[][115pt][114pt][hello; world]{Images/tikz.svg} (using https://github.com/pkra/mathjax-img/)
\\img[][115pt][114pt][hello; world]{Images/tikz.svg}
Before enrichment, I get src="Images/tikz.svg" alt="hello; world".
src="Images/tikz.svg" alt="hello; world"
After enrichment, src="Images/tikz.svg" alt="hello; world" [...] data-semantic-attributes="ext-speech:hello; world" data-semantic-postfix="image" data-semantic-speech="hello"
src="Images/tikz.svg" alt="hello; world" [...] data-semantic-attributes="ext-speech:hello; world" data-semantic-postfix="image" data-semantic-speech="hello"
The text was updated successfully, but these errors were encountered:
The original full example was something like
\begin{equation} x = \vcenter{\img[][115pt][114pt][{\begin{tikzpicture} \draw(-2,0) -- (2,0); \filldraw[gray] (0,0) circle (2pt); \draw(-2,-2) .. controls (0,0) .. (2,-2); \draw(-2,2) .. controls (-1,0) and (1,0) .. (2,2); \end{tikzpicture}}]{Images/tikz.svg}} \cssId{tikzPic}{\tag{19}} \end{equation}
Sorry, something went wrong.
No branches or pull requests
E.g.,
\\img[][115pt][114pt][hello; world]{Images/tikz.svg}
(using https://github.com/pkra/mathjax-img/)Before enrichment, I get
src="Images/tikz.svg" alt="hello; world"
.After enrichment,
src="Images/tikz.svg" alt="hello; world" [...] data-semantic-attributes="ext-speech:hello; world" data-semantic-postfix="image" data-semantic-speech="hello"
The text was updated successfully, but these errors were encountered: