Inlined enumerations and bullets.

master
Karchnu 2021-10-29 04:51:39 +02:00
parent 8148046a17
commit 01e711ba4d
2 changed files with 14 additions and 24 deletions

View File

@ -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

View File

@ -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