diff options
author | Galin Simeonov <gts@volconst.com> | 2021-07-17 20:16:34 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-07-17 20:16:34 +0300 |
commit | f55ae0006ee5a053a708627ff661c49bdbbaa29b (patch) | |
tree | 84ba58abaa1377a57b813f7c4fb200a9904ad54a | |
parent | a57153bac89d7630960f468c8e5c4becc31c5282 (diff) | |
download | mg-master.tar.gz |
-rw-r--r-- | g.tmac | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -336,7 +336,7 @@ .. .de paste_header .if !(\\n[.pn]=1) \{\ -.if '\\*[show_header]'yes' \{\ +.ie '\\*[show_header]'yes' \{\ .ev header_env .br .sp \n[header_text_from_top_spacing] @@ -348,6 +348,10 @@ .sp \n[header_real_text_from_line_spacing] .ev \} +.el \{\ +.sp \n[header_text_from_top_spacing] +.sp \n[header_real_text_from_line_spacing] +\} \} .. \######################################################################### |