Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 531 Bytes

htex

A collection of packages and tools for working with TeX, written in Haskell.

Packages

htex

This is both a CLI tool and library for working with TeX source.

  • htex CLI - convert TeX source into various format e.g. pdf.
  • htex lib - Provide a library for the tokenizing, parsing, etc. of TeX source.

lsp-htex

This is both a CLI tool and library which expose a Language Server for TeX. For more details, see the README in the lsp-htex package.