tmac.w: fix alignment issue. Thank you zyx! - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9c6672aaa881709d5e0139128423ad83000b557f | |
parent 7e1a490300152fb909750a7a98ee608716e3a0c5 | |
Author: Josuah Demangeon <[email protected]> | |
Date: Mon, 10 Oct 2022 23:35:37 +0200 | |
tmac.w: fix alignment issue. Thank you zyx! | |
Diffstat: | |
M tmac.w | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/tmac.w b/tmac.w | |
@@ -87,7 +87,7 @@ | |
.de #E \"expand footnotes | |
. nf | |
. nh | |
-. ti -4n | |
+. in 0n | |
. #F \"include acumulated footnotes | |
. rm #F \"flush accumulated footnotes | |
. nr $F 0 \"reset footnote number |