groff
[Top][All Lists]
Advanced

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

[Groff] mom and .AUTOLEAD


From: Ulrich Lauther
Subject: [Groff] mom and .AUTOLEAD
Date: Sat, 24 Aug 2013 09:47:49 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi all,

.AUTOLEAD seems to work only if given AFTER .START

Proof:

.PRINTSTYLE TYPESET
.FAMILY N
.FONT R
.PT_SIZE 12
.AUTOLEAD 3
.START
.LEFT
pt_size set to 12
pt_size = \n[#PT_SIZE], lead = \n[#LEAD]
.PT_SIZE 24
pt_size set to 24
pt_size = \n[#PT_SIZE], lead = \n[#LEAD]

.AUTOLEAD 3
.PT_SIZE 12
pt_size set to 12
pt_size = \n[#PT_SIZE], lead = \n[#LEAD]
.PT_SIZE 24
pt_size set to 24
pt_size = \n[#PT_SIZE], lead = \n[#LEAD]


However, in http://www.schaffter.ca/mom/mom-04.html#examples

it is given BEFORE .START

.AUTOLEAD     1.5
\#
\# Additional style macros--change mom's default behaviour
\#
.RECTO_VERSO \" Flip margins & headers on odd and even pages
\#
.HEADER_LEFT      "Chang, Connors"
.COLUMNS           2 1P+6p
.SUBTITLE_SIZE     +1.5
.AUTHOR_SIZE       +.5
.DOCHEADER_LEAD    +2p
.HEADER_SIZE       +1
.PARA_INDENT       1P
.QUOTE_INDENT      2
.SUBHEAD_SIZE      +0
.BLOCKQUOTE_FAMILY H
.BLOCKQUOTE_SIZE   -2
\#
.COVER TITLE AUTHOR COPYRIGHT MISC
\#
.START

Kind regards,

     ulrich



reply via email to

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