https://github.com/tueda/postprocess-latex2html
Post-processing script for LaTeX2HTML-generated files
https://github.com/tueda/postprocess-latex2html
Last synced: about 1 month ago
JSON representation
Post-processing script for LaTeX2HTML-generated files
- Host: GitHub
- URL: https://github.com/tueda/postprocess-latex2html
- Owner: tueda
- License: mit
- Created: 2026-02-02T07:40:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T06:01:23.000Z (about 2 months ago)
- Last Synced: 2026-04-28T08:04:49.340Z (about 2 months ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# postprocess-latex2html
This script post-processes
[LaTeX2HTML](https://github.com/latex2html/latex2html)-generated files.
## Install
Either download the [script](https://raw.githubusercontent.com/tueda/postprocess-latex2html/refs/heads/main/postprocess-latex2html.py)
or install it with:
```bash
pip install git+https://github.com/tueda/postprocess-latex2html.git
```
## Usage
If you downloaded the script, run:
```bash
python3 postprocess-latex2html.py *.html *.css
```
If you installed it with `pip`, run:
```bash
postprocess-latex2html *.html *.css
```
## Development
```bash
# setup
uv sync
uv run pre-commit install
# linting and formatting
uv run pre-commit run --all-files
# tests
uv run pytest
# parallel tests
uv run pytest -n auto
# coverage
uv run pytest --cov=postprocess-latex2html
```
## License
MIT