-
Notifications
You must be signed in to change notification settings - Fork 503
Open
Labels
Milestone
Description
Hi, I was advised in the asciidoctor-mathematical issues list to post this report here.
I have made a very simple example, consisting of a file with a single line.
An inline equation latexmath:[w] and bigger latexmath:[{\large w}]. With subscripts latexmath:[w_{ij}] bigger latexmath:[{\large w_{ij}}]. (As plain text, not an equation, we get _w~ij~_)
and turn it into a pdf using
asciidoctor-pdf -r asciidoctor-mathematical -o test.pdf test.adoc
My problem is that the inline equations (whether using png or svg mode) don't sit on the line with the other text - and it gets worse when there are subscripts. Does anyone know of any techniques to work around this situation?
