diff custom.tmac @ 0:e0efe7848130

Initial commit. Untested!
author David Barts <davidb@stashtea.com>
date Thu, 16 Jul 2020 19:57:23 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/custom.tmac	Thu Jul 16 19:57:23 2020 -0700
@@ -0,0 +1,18 @@
+.fam N  \" Century Schoolbook.
+.po 1.25i  \" Balance the margins.
+.nr PI 2n  \" More reasonable paragraph indent.
+.nr PS 10
+.nr GROWPS 3  \" Use vari-sized heading texts.
+.nr PSINCR 2p  \" Ditto.
+.de MYSH  \" Set headings in Avant Garde Bold.
+.SH \\$1
+.ft AB
+..
+.de pdfhref
+.if '\\$1'W' \{\
+\\$7\\**
+.FS
+\\$3
+.FE
+.\}
+..