diff options
author | Galin Simeonov <gts@volconst.com> | 2021-05-18 14:27:32 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-05-19 12:08:31 +0300 |
commit | 435a1c73406126a91bcec67b300310e77f5976cc (patch) | |
tree | abc6b29678d9baba622aac2a8b934e21ba16f86a | |
parent | 777c4fc1795a28245b278e4c178c270a5cb43105 (diff) | |
download | mg-435a1c73406126a91bcec67b300310e77f5976cc.tar.gz |
adding support for multiple titles
-rw-r--r-- | g.tmac | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -111,9 +111,8 @@ \} .. \######################################################################### -.de title - - +.de title_space +.if !d title_space_has_been_outputed \{\ @@ -121,6 +120,12 @@ +.ds title_space_has_been_outputed "yes" +\} +.. +\######################################################################### +.de title +.title_space .ce 9999 .ps +2 .ps -2 |