-
This is really a documentation issue.
Normally writers using Markdown will include HTML tags to augment their formatting.
They may write π (`π`) or Ω (`Ω`) or → (`&r…
-
Hello! I have some issues with latex rendering.
```
text := `\left(a+b\right)\left[1-\frac{b}{a+b}\right]=a\`
latexPath, err := canvas.ParseLaTeX(text)
if err != nil {
return
}
c := can…
-
Any chance you could add an option to turnoff markdown conversion between the tags:
$ ... $
and
$$ ... $$
This is required for markdown used in combination with mathjax or KaTex… such as…
-
PDFs produced using latex are not accessible.
We could introduce a command-line option that causes the latex writer to include annotations for math (perhaps using the unicode fallback or even raw tex…
-
I have a simple expression:
```
[latex display="true"]
\sum_{i=1}^n x_i^2
[/latex]
```
This renders with spurious line break tags as:
![image](https://cloud.githubusercontent.com/assets/347398/12630…
delip updated
4 years ago
-
I was reported this issue in Ouwiki (2014042800) running on Moodle 2.8.9.
Teachers want to annotate pages containing MathML generated by Wiris. But an annotation mark gets inserted in the MathML synt…
-
Issue #1452 added support for `alt` attributes for `img` tags produced by `\includegraphics`. It looks like no similar mechanism exists for images produced with `\tikzpicture` (which are turned into …
rzach updated
2 months ago
-
I've just done a fairly major patch to simplify the growing list of features. This has meant read_manuscript has changed, however I've taken care such that old code should still work---let me know if …
conig updated
3 years ago
-
At present, the basic pdf generated by myst-nb looks like this (ignore the missing contents) :-
[python.pdf](https://github.com/ExecutableBookProject/MyST-NB/files/4507274/python.pdf)
The style i…
-
### Bug description
I am struggling to label multiple equations placed within `$$ \begin{align} ... \end{align} $$`.
This works flawlessly...
```
$$
\begin{align}
a &= 0+1 \\
b &= 2+3 \\
c …