Skip to content

ferryboy001/latex-to-html5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX to HTML5

This repository contains configuration files for tex4ht and post processing scripts to customize and simplify the HTML generated by tex4ht. Instead of preserving the full generality of LaTeX, it seems to be a better approach for the Web to concentrate on the semantic elements and provide a suitable CSS file.

Requirements

Usage

$ ht-latex tex-file output-dir

The output file is going to be tex-file-final.html.

Examples

Status and Contributions

The current status of this project is: highly experimental and optimized for myself, ah, and of course, it works on my machine...

Pull requests to improve the situation are very welcome.

Tests

There are a couple of basic tests in tests, which can be executed with run-tests.py.

License

This project is licensed under the MIT license: https://opensource.org/licenses/MIT

About

Scripts for Latex to HTML5 conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.3%
  • HTML 30.4%
  • TeX 19.0%
  • Shell 9.3%