groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 04/10: tmac/an-old.tmac: Tweak style.


From: G. Branden Robinson
Subject: [groff] 04/10: tmac/an-old.tmac: Tweak style.
Date: Thu, 17 Sep 2020 05:20:29 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 505f7203f2f4241409efdb92880f101dc6d86478
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Sep 16 22:34:42 2020 +1000

    tmac/an-old.tmac: Tweak style.
    
    Configure \n(FT as, and where, we do the other rendering-parameter
    registers.
    
    Update comment.  Organize rendering register setup lexicographically.
---
 tmac/an-old.tmac | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index e191fbd..8bbba11 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -54,8 +54,6 @@
 .nr need_eo_h 0
 .nr need_col2 0
 .
-.nr FT (-.5i)
-.
 .nr an-first 1
 .
 .nr an-html 0
@@ -653,7 +651,8 @@
 .\" Load local modifications.
 .mso man.local
 .
-.\" Set rendering parameters only if -[dr] options or man.local did not.
+.\" Set each rendering parameter only if its -[dr] option or man.local
+.\" did not.
 .
 .\" full capitalization of section headings
 .if !r CS \
@@ -663,6 +662,10 @@
 .if !r CT \
 .  nr CT 0
 .
+.\" footer distance
+.if !r FT \
+.  nr FT (-.5i)
+.
 .\" hyphenation mode
 .if !r HY \{\
 .  \" No page breaks occur in continuous rendering.
@@ -672,15 +675,6 @@
 .    nr HY 6
 .\}
 .
-.\" point size
-.if !r S \{\
-.  nr S 10
-.  if '\*[.T]'X75-12' \
-.    nr S 12
-.  if '\*[.T]'X100-12' \
-.    nr S 12
-.\}
-.
 .\" line length
 .if !r LL \{\
 .  \" If in troff mode, respect device default.
@@ -695,6 +689,15 @@
 .if !r LT \
 .  nr LT \n[LL]u
 .
+.\" point size
+.if !r S \{\
+.  nr S 10
+.  if '\*[.T]'X75-12' \
+.    nr S 12
+.  if '\*[.T]'X100-12' \
+.    nr S 12
+.\}
+.
 .\" adjustment mode
 .if !d AD \
 .  ds AD b\"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]