From 3836c5f29c044b22426c18f4929a28800b3f0ec6 Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Sun, 16 May 2021 11:47:01 +0300 Subject: added left right and center macros --- g.tmac | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'g.tmac') diff --git a/g.tmac b/g.tmac index 2818b54..6f8ac23 100644 --- a/g.tmac +++ b/g.tmac @@ -27,7 +27,7 @@ .nr header_horizontal_line 1 .nr header_horizontal_line_thickness 0.5p \######################################################################### -.nr indentation_is_by_how_much 0.5i +.nr indentation_is_by_how_much 4u \######################################################################### \######################################################################### \######################################################################### @@ -334,8 +334,20 @@ \######################################################################### .de right .br -.if '\\$1'end' .in -\\n[indentation_is_by_how_much] -.el .in \\n[indentation_is_by_how_much] +.ie '\\$1'end' .in -\\n[indentation_is_by_how_much] +.el .in +\\n[indentation_is_by_how_much] +.. +\######################################################################### +.de left +.br +.ie '\\$1'end' .in +\\n[indentation_is_by_how_much] +.el .in -\\n[indentation_is_by_how_much] +.. +\######################################################################### +.de center +.br +.ie '\\$1'end' .ad l +.el .ad c .. \######################################################################### .als newpage bp -- cgit v1.2.3