Skip to content
New issue

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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants