diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-24 19:59:26 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-24 20:03:21 +0200 |
commit | 51b0a6c8bfd93e035ca80a46838771972e473600 (patch) | |
tree | 7d57ec68127f819129f2878c6aa7d83e6f5af0ab /ux.tmac | |
parent | d2335d060ffa1e8e2285bde265d71c1db703486b (diff) | |
download | mk-51b0a6c8bfd93e035ca80a46838771972e473600.tar.gz |
ux.tmac: Improve he, se macros
Diffstat (limited to 'ux.tmac')
-rw-r--r-- | ux.tmac | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -12,23 +12,21 @@ .de he . h \$* -. te .the \n% \$* +. te .the \$*\t\n% .. . .\" se -- toc-enabled subheading .de se . s \$* -. te .the \n% \\h'18p'\$* +. te .the \\h'18p'\$*\t\n% .. . .\" the -- toc entry .de the -. nr _ \$1 -. shift . ta \n(.luR . tc . -\$* \n_ +\$* . tc . br .. |