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
Hi, I'm not sure if this is relevant to asciidoctor-mathematical or asciidoctor-pdf.
What I'm experiencing is that if I have
latexmath:[ \begin{matrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{matrix} ]
instead of
latexmath:[\begin{matrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{matrix}]
the image file generated is:
$ \begin{matrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{matrix}$
instead of a valid image file. I'm not sure if this is expected? Thanks.
The text was updated successfully, but these errors were encountered:
Sorry, inline macro can not span multiple lines. You can use block macro for this. The example contains one example.
Sorry, something went wrong.
Where is the example for a multiple line block macro? I didn't see anything in the sample.adoc from this repository.
[stem] ++++ a = b + c \\ d = e + f ++++
There are no errors, but both equations come out on the same line and without any space between them.
OK. I will investigate it.
No branches or pull requests
Hi, I'm not sure if this is relevant to asciidoctor-mathematical or asciidoctor-pdf.
What I'm experiencing is that if I have
instead of
the image file generated is:
instead of a valid image file. I'm not sure if this is expected? Thanks.
The text was updated successfully, but these errors were encountered: