Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Underline not rendered correctly #114

Open
zihlmalb opened this issue Jun 30, 2023 · 0 comments
Open

Underline not rendered correctly #114

zihlmalb opened this issue Jun 30, 2023 · 0 comments

Comments

@zihlmalb
Copy link

As the underbrace also underline will not be rendered correctly:

Input:

require 'mathematical'

renderer = Mathematical.new()
result = renderer.render('$Q=\underline{A \cdot B \cdot C}$')
File.open("out.svg", 'w'){|f| f.puts result[:data]}

Output:

out

Don't know what that funny dotted ellipse does mean.

Comment:

Please fix this. Its affecting asciidoctor-mathematical for ages and should be solved finally. The same thing for the underbrace-issue. Thx.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants