diff options
author | kaa <kaa@disroot.org> | 2025-07-07 01:59:14 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2025-07-07 01:59:14 -0700 |
commit | 30ec71ec68698fe35b0f637f1a2c2dc147b461d5 (patch) | |
tree | c1f9b17740a9b34be723e5473c96e763e56cd1a7 /readme |
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +Input HTML from Project Gutenberg. +See lib/parse. +output in one of multiple formats: + * neatroff (lib/neatroff) + * TeX (lib/tex) + * SILE (lib/sile) +It's packaged together in cmd/pgset. + |