diff options
Diffstat (limited to 'macros/latex/contrib/fillwith/README.md')
-rw-r--r-- | macros/latex/contrib/fillwith/README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/fillwith/README.md b/macros/latex/contrib/fillwith/README.md new file mode 100644 index 0000000000..f7f1922b89 --- /dev/null +++ b/macros/latex/contrib/fillwith/README.md @@ -0,0 +1,32 @@ +$Id: README.md 10215 2024-08-09 11:12:21Z cfrees $ + +# fillwith + +A LaTeX package for filling vertical space with something rather than nothing. + +Currently supported somethings are solid rules and dotted lines, with or +without numbers. The package uses a mixture of plain-ish macros, LaTeX 2e and +expl3 methods, but a key-value approach to configuration should make the +document-level interface relatively sane, even if nothing else is. + +For details, please see fillwith.pdf. The implementation is minimally +documented because I have no idea of how to document code. + +## Code Repositories + +Code is hosted at + https://codeberg.org/cfr/fillwith +For convenience, the repository is mirrored at + https://github.com/cfr42/fillwith + +## Contact Details + +Bug reports, feature requests etc. should be filed at + https://codeberg.org/cfr/fillwith/issues + + +Clea F. Rees +Version 0.3 +2024-08-09 + +vim: et:tw=80: |