# HG changeset patch # User markus schnalke # Date 1334942070 -7200 # Node ID 9a313c929a2ae7158ae7b111266e37a0a4d41750 # Parent e9920031351449ab972660cdbaa4e65e3e9341af style: Introduced .U2 for unnumbered .H2. diff -r e99200313514 -r 9a313c929a2a ch01.roff --- a/ch01.roff Fri Apr 20 17:06:58 2012 +0200 +++ b/ch01.roff Fri Apr 20 19:14:30 2012 +0200 @@ -22,7 +22,7 @@ had in spirit remained so. This is similar to Unix, which much less is a specific software product, as it is a style of system design. -.H2 "History" no +.U2 "History .P MH is an electronic mail system, originating in the RAND Corporation. In 1977, Norman Shapiro and Stockton Gaines had proposed the design @@ -64,7 +64,7 @@ principle concepts in a more modern way. This version of MH is the subject of this thesis. -.H2 "Concepts" no +.U2 "Concepts .P MH is a toolchest, modelled after the Unix toolchest. It consists of a bunch of tools, each covering one task of email handling. These programs diff -r e99200313514 -r 9a313c929a2a style --- a/style Fri Apr 20 17:06:58 2012 +0200 +++ b/style Fri Apr 20 19:14:30 2012 +0200 @@ -169,17 +169,24 @@ .de H2 .br .ne 4 -.if '\\$2'no' .SH .if \\n(.$=1 .NH 3 -.if !'\\$2'no' \&\\*(SN +\&\\*(SN \\$1 -. RT -.if !'\\$2'no' \{\ +.RT .ds _S "\\$1 -. XS +.XS \\*(SN \\$1 -. XE -.\} +.XE +.nr PP 0 +.. + +.de U2 +.br +.ne 4 +.SH +.if \\n(.$=1 .NH 3 +\\$1 +.RT .nr PP 0 ..