This asciidoctor extension uses LateX mathematical syntax to create
images showing mathematical expressions. All you have to do is to
introduce a LateX mathematical formula within a mathx
block and it
will be converted into an image, e.g:
[mathx, width=200, height=100]
.2nd grade equations
----
x^2 + x + 1 = 0
----
In order to use the extension in your code you can find it in Bintray or Maven Central:
repositories {
jcenter()
}
Then add the dependency:
compile 'com.github.grooviter:asciidoctor-mathx-extension:0.1.4'