diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 20:50:54 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 20:57:50 +0200 |
commit | 6d0604ab6edd84d0a250d55ba700705bee3cb4d4 (patch) | |
tree | e9861e41f51157b14b48f6652a58f70e4f95b241 | |
parent | 7a146405067c656eb8349af92d091dbaa453deae (diff) | |
download | mk-6d0604ab6edd84d0a250d55ba700705bee3cb4d4.tar.gz |
Increase indentation in @p, @q, @l and @f
Also add indentation on the right in @q. This roughly matches the
defaults of ms, to which I am partial.
-rw-r--r-- | mk/k.tmac | 11 | ||||
-rw-r--r-- | mk/kx.tmac | 2 |
2 files changed, 7 insertions, 6 deletions
@@ -54,7 +54,7 @@ . @c 0 . nr sp 0.3v . nf -. in 18p +. in 7n . ft CR . ps -1p . vs -1p @@ -65,13 +65,14 @@ . @e p \" paragraph . @c 0 . nr sp 0.3v -. nr ti 18p +. nr ti 5n . ad b . @e q \" quotation . @c 0 . nr sp 0.3v -. nr ti 18p -. in 18p +. nr ti 7n +. in 5n +. ll -5n . ps -1p . vs -1p . @e s \" section heading @@ -370,7 +371,7 @@ ___________________ . \" switch environment and capture footnote . (e @f . boxa @n -\h'9p'\v'-.3m'\s'\En(.s*80/100'\n(@n\s0\v'.3m'\h'2p'\c +\h'2n'\v'-.3m'\s'\En(.s*80/100'\n(@n\s0\v'.3m'\h'2p'\c .. . .\" ) -- end footnote @@ -19,7 +19,7 @@ .de se . s \$* -. te .the \\h'18p'\$*\t\n% +. te .the \\h'2n'\$*\t\n% .. . .\" the -- toc entry |