asciidoctor / asciidoctor-latex

:triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX
http://asciidoctor.org
Other
111 stars 26 forks source link

Fix inline equation example in README.adoc #49

Closed mattpalermo closed 6 years ago

mattpalermo commented 7 years ago

The inline equation in the Diophantine equation theorem environment is interpreted as a literal string rather than an equation. Removing the back slashes fixes this. I am not sure if this is a bug with the documentation or the program.

mojavelinux commented 6 years ago

@jxxcarlson can you confirm?

jxxcarlson commented 6 years ago

Matt -- thankyou!