texlive-lwarp 2025.2
Converts LaTeX to HTML
This package converts LaTeX to HTML by using LaTeX to process the user's document and generate HTML tags. External utility programs are only used for the final conversion of text and images. Math may be represented by SVG files or MathJax. Hundreds of LaTeX packages are supported, and their load order is automatically verified. Documents may be produced by LaTeX, LuaLaTeX, XeLaTeX, and by several CJK engines, classes, and packages. A texlua script automates compilation, index, glossary, and batch image processing, and also supports latexmk. Configuration is semi-automatic at the first manual compile. Support files are self-generated. Print and HTML versions of each document may coexist. Assistance is provided for HTML import into EPUB conversion software and word processors.
- Outputs:
doc,out - Website: https://ctan.org/pkg/lwarp
- Licenses: LPPL 1.3+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-lwarp 2025.2 as follows:
guix install texlive-lwarp@2025.2
Or install the latest version:
guix install texlive-lwarp
The texlive-lwarp package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:
guix install texlive-lwarp:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.