.\" *** PARAMETRIC INITIALIZATIONS ***
.
.
.rr x
.nr $v \n(.v00+\n(.sp-1/\n(.sp \" vs as % of ps for .sz request
.nr $V \n($v \" same for displays & footnotes
.nr hm 4v \" header margin
.nr tm 7v \" top margin
.nr bm 6v \" bottom margin
.nr fm 3v \" footer margin
.nr tf 3 \" title font: (real) Times Bold
.nr tp 10 \" title point size
.hy 6
.nr bi 4m \" indent for blocks
.nr pi 5n \" indent for paragraphs
.nr pf 1 \" normal text font
.nr pp 10 \" normal text point size
.nr qi 4n \" indent for quotes
.nr qp -1 \" down one point
.nr ii 5n \" indent for .ip's and .np's
.nr $m 1 \" max number of columns
.nr $s 4n \" column separation
.nr sf 3 \" section font -- Times Bold
.nr sp 10 \" section title pointsize
.nr ss 12p \" section prespacing
.nr si 0 \" section indent
要将部分和标题字体更改为粗体无衬线字体,请使用
.fp 3 HB
将HB字体加载到位置 3。这将被.sh宏和其他人拾取。
例子:
.fp 3 HB
.bp
.sh 1 "Heading 1"
.lp
Text text.
.sh 2 "Heading 2"
.lp
Text text.
me
宏使用以下groff
字体位置来处理各种类型的文本:宏将在设置例如章节标题的文本时切换到使用在这些位置加载的字体,因此
.ft
宏将无效。你仍然可以使用例如为节标题切换到粗体无衬线字体,但节的编号仍将使用衬线字体。
宏文件设置了
me
许多参数,它们用于字体和点大小等,很多有趣的东西很容易通过更改一些数字寄存器之类的东西来修改,但不幸的是,这不是手册所涵盖的groff_me(7)
。它也很好地隐藏在e.tmac
宏文件中(由于该文件已删除了注释)。我必须阅读源发行版e.tmac-u
中的原始(未剥离)文件groff
才能弄清楚:要将部分和标题字体更改为粗体无衬线字体,请使用
将
HB
字体加载到位置 3。这将被.sh
宏和其他人拾取。例子:
这会产生