1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
.in 3
First list:
.in 7
.ti 3
R1 #1
.ti 3
R2 #2
.ti 3
R3 #3
.in 3
Specify the indent explicitly so that all the items line up nicely.
.sp 1
Different list formatting characters, following what v1 supports:
.sp 2
style="format %i":
.in 10
.ti 3
i. first item
.ti 3
ii. second item
.ti 3
iii. third item
.ti 3
iv. fourth item
.ti 3
v. 5:th item
.ti 3
vi. 6:th item
.ti 3
vii. 7:th item
.ti 3
viii. 8:th item
.ti 3
ix. 9:th item
.ti 3
x. 10:th item
.ti 3
xi. 11:th item
.ti 3
xii. 12:th item
.ti 3
xiii. 13:th item
.ti 3
xiv. 14:th item
.sp 2
.in 3
style="format (%d)":
.in 8
.ti 3
(1) first item
.ti 3
(2) second item
.ti 3
(3) third item
.sp 2
.in 3
style="format %c)":
.in 7
.ti 3
a) first item
.ti 3
b) second item
.ti 3
c) third item
.sp 2
.in 3
style="format %C.":
.in 7
.ti 3
A. first item
.ti 3
B. second item
.ti 3
C. third item
.sp 2
.in 3
style="format %d.":
.in 7
.ti 3
1. first item
.ti 3
2. second item
.ti 3
3. third item
.sp 1
A separate line
.in 11
.ti 7
A. first \%sub-item
.ti 7
B. second \%sub-item
.ti 7
C. third \%sub-item
|