asciidoctor / asciidoctor-mathematical

An extension for Asciidoctor that converts the content of STEM blocks and inline macros using Mathematical.
MIT License
50 stars 45 forks source link

Underbrace not rendered correctly #116

Open zihlmalb opened 1 year ago

zihlmalb commented 1 year ago

Asciidoctor-Code: :encoding: UTF-8 :stem: :mathematical-format: svg

latexmath:[C{out} = \underbrace{\overline{C}\cdot B \cdot A}\text{1} + \underbrace{C \cdot \overline{B} \cdot A}\text{2} + \underbrace{C \cdot B \cdot \overline{A}}\text{3} + \underbrace{C \cdot B \cdot A}_\text{4}]

What I get with asciidoctor-pdf: image

What I expect: image

Command: asciidoctor-pdf -r asciidoctor-mathematical underbrace.adoc

Versions: asciidoctor-mathematical-0.3.5 Asciidoctor PDF 2.3.0 using Asciidoctor 2.0.1

Files: underbrace.zip