No commit activity in last 3 years
No release in over 3 years
An Asciidoctor extension to converts latexmath equations to SVG or PNGs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

asciidoctor-texnical

Gem Version

Typeset equations with latex in your asciidoc-documents. It is an alternative to asciidoctor-mathematical.

In contrast to asciidoctor-mathematical, asciidoctor-texnical does not rely on third-party libraries but directly shells out to latex. This means it can work in environments, where the mathematical library cannot be installed (my primary motivation for writing this gem).

People who want to process untrusted asciidoc documents might rather use asciidoctor-mathematical, because this gem does not do any kind of input validation.