Skip to content

grooviter/asciidoctor-mathx-extension

Repository files navigation

license Travis Bintray

asciidoctor-mathx-extension

Intro

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
----

Gradle dependency

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'

About

Asciidoctor extension to render LateX mathematical expressions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages