An open API service indexing awesome lists of open source software.

https://github.com/vlsergey/tex2html

TeX to HTML / MOBI / FB2 translator
https://github.com/vlsergey/tex2html

fb2 html latex mobi tex

Last synced: 7 months ago
JSON representation

TeX to HTML / MOBI / FB2 translator

Awesome Lists containing this project

README

          

# TeX to HTML / MOBI / FB2 translator

[![Build with Gradle](https://github.com/vlsergey/tex2html/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/vlsergey/tex2html/actions/workflows/build.yml)
[![CodeQL Analysis](https://github.com/vlsergey/tex2html/actions/workflows/codeql-analysis.yml/badge.svg?branch=master)](https://github.com/vlsergey/tex2html/actions/workflows/codeql-analysis.yml)

This tool is an almost pure Java implementation for Tex-to-HTML translation. Primary goal is to provide FB2 and MOBI formats for https://github.com/vlsergey/infosec project (book about information security). But other TeX/LaTeX projects can make use of it as well.

Planned features:
* minimum dependencies except JDK and may be NodeJS (for mathjax formula pictures generation)
* GitHub action for simple usage