Inlined enumerations and bullets.
This commit is contained in:
parent
8148046a17
commit
01e711ba4d
2 changed files with 14 additions and 24 deletions
36
grofftut.ms
36
grofftut.ms
|
@ -185,42 +185,30 @@ These horizontal lines are produced by
|
|||
.HORIZONTALLINE
|
||||
|
||||
Listing stuff
|
||||
.BULLET
|
||||
with
|
||||
.BULLET
|
||||
bullet
|
||||
.BULLET
|
||||
points
|
||||
.BULLET with
|
||||
.BULLET bullet
|
||||
.BULLET points
|
||||
.ENDBULLET
|
||||
|
||||
.METAINFO1
|
||||
.BULLET
|
||||
with
|
||||
.BULLET
|
||||
bullet
|
||||
.BULLET
|
||||
points
|
||||
.BULLET with
|
||||
.BULLET bullet
|
||||
.BULLET points
|
||||
.ENDBULLET
|
||||
.METAINFO2
|
||||
|
||||
.HORIZONTALLINE
|
||||
|
||||
Numbered lists
|
||||
.ENUM
|
||||
Orange
|
||||
.ENUM
|
||||
Apple
|
||||
.ENUM
|
||||
Pear
|
||||
.ENUM Orange
|
||||
.ENUM Apple
|
||||
.ENUM Pear
|
||||
.ENDENUM
|
||||
|
||||
.METAINFO1
|
||||
.ENUM
|
||||
Orange
|
||||
.ENUM
|
||||
Apple
|
||||
.ENUM
|
||||
Pear
|
||||
.ENUM Orange
|
||||
.ENUM Apple
|
||||
.ENUM Pear
|
||||
.ENDENUM
|
||||
.METAINFO2
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ accumulate
|
|||
.
|
||||
.de BULLET \" Bullet points
|
||||
.IP \(bu 2
|
||||
\\$*
|
||||
..
|
||||
.de ENDBULLET
|
||||
.in -2 \" indent
|
||||
|
@ -45,6 +46,7 @@ accumulate
|
|||
.de ENUM \" Numbered list
|
||||
.nr LIST_NUMBER +1
|
||||
.IP \\n[LIST_NUMBER] 2
|
||||
\\$*
|
||||
..
|
||||
.de ENDENUM
|
||||
.nr LIST_NUMBER 0
|
||||
|
|
Loading…
Add table
Reference in a new issue