Groff preprocessor that aims to provide quality of life utilities for working with groff documents.
|
3 months ago | |
---|---|---|
README.md | 3 months ago | |
tmaconv.pl | 3 months ago |
A groff preprocessor written in perl. Aims to provide quality of life utilities to aid working on groff documents.
Currently supports:
Provides two registers: VBS (verbatim mode start) and VBE (verbatim mode end) respectively. Whatever is written between these modes is printed as is. To output .VBS and .VBE in the beginning of a line, prepend it with the dummy character &
.VBS
.H This header macro call is printed as is without the need for escaping.
\&.VBE this line is rendered as well.
.VBE
Automatically create a table of contents at the first page even if no TC calls are found.