- Notifications
You must be signed in to change notification settings - Fork48
smarr/latex-to-html5
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains configuration files for tex4ht and post processingscripts to customize and simplify the HTML generated by tex4ht. Instead ofpreserving the full generality of LaTeX, it seems to be a better approach forthe Web to concentrate on the semantic elements and provide a suitable CSS file.
- tex4ht aka htlatex
- tidy, seehttps://www.html-tidy.org/
- Python, and packages via
pip install
- BeautifulSoup4
- html5lib
$ ht-latex tex-file output-dir
The output file is going to betex-file-final.html
.
- http://stefan-marr.de/papers/pldi-marr-et-al-zero-overhead-metaprogramming/
- http://stefan-marr.de/papers/oopsla-marr-ducasse-meta-tracing-vs-partial-evaluation/
The current status of this project is:highly experimental and optimized formyself, ah, and of course, it works on my machine...
Pull requests to improve the situation are very welcome.
There are a couple of basic tests intests
, which can be executed withrun-tests.py
.
This project is licensed under the MIT license:https://opensource.org/licenses/MIT