Skip to content

Asciidoctorj extension to generate SVG from plantuml latex input

License

Notifications You must be signed in to change notification settings

sroach/latex-asciidoc-plantuml-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latex-asciidoc-plantuml-extension

Extensions

An Asciidoctorj Block Processor Extension, compatible only for Java. This extension allows the usage of Plantuml to generate Latex Math Formula. See plantuml support here https://plantuml.com/ascii-math.

Getting started

  1. publish this library to your maven repository.

use the maven dependency to add to your asciidoctorj project

<dependency>
    <groupId>gy.roach.asciidoc</groupId>
    <artifactId>latex-plantuml-extension</artifactId>
    <version>0.0.1</version>
</dependency>

Run Unit tests

This project comes with a unit tests that produces a basic.html file located in the target directory. Run the unit tests and check the target directory for example on how this extnetion works

About

Asciidoctorj extension to generate SVG from plantuml latex input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published