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