Commit Graph

2 Commits (main)

Author SHA1 Message Date
dozens 4bf0b21b2e lots of changes
ended up making this a lot more complex:

- moved the document itself to `src/guide.xml`
- added dependency: `xq` converts xml to json
- added dependency: mustache converts json to groff
- moved helper groff macros to `src/guide.tmac`

learned some groff after reading *Unix Text Processing*

https://www.oreilly.com/openbook/utp/

- made the `ul` macro a conditional toggle
- fixed the formatting issues i had with the section headers and also
  moved the section numbering to a global number register, and just
  formatted it as an Alpha character
- the numbering issue with the item list was simply that i wasn't
  escaping the register name enough times
2024-01-22 10:28:25 -07:00
dozens 470ca0f735 COMPUTER 2023-11-28 17:48:36 -07:00