summaryrefslogtreecommitdiff
path: root/devel/ponscripter-sekai/files/patch-doc_ponscr-ext.7.xml
blob: 98cd2070372adcdf998c3832517b7d9e1a3ebda4 (plain) (blame)
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
--- doc/ponscr-ext.7.xml~
+++ doc/ponscr-ext.7.xml
@@ -282,47 +282,61 @@ xmlns:xl="http://www.w3.org/1999/xlink">
                 <varlistentry>
                   <term><literal>punctuation</literal></term>
                   <listitem>
-                    <simpara>
-                      
-defines the following shortcuts:
-.IP "" 2
-.BR ... \ \->
-ellipsis
-.br
-.BR \-\-
-\-> en dash
-.br
-.BR \-\-\-
-\-> em dash
-.br
-.BR (c)
-\-> copyright symbol
-.br
-.BR (r)
-\-> registered trademark symbol
-.br
-.BR (tm)
-\-> trademark symbol
-.br
-.BR ++
-\-> dagger
-.br
-.BR +++
-\-> double dagger
-.br
-.BR **
-\-> bullet
-.br
-.BR %_
-\-> non-breaking space
-.br
-.BR %\-
-\-> non-breaking hyphen
-.br
-.BR %\. \ \->
-thin space
-                      
-                    </simpara>
+                    <simpara>Defines the following shortcuts:</simpara>
+                    <informaltable frame='none'>
+                      <tgroup cols='2'>
+                        <tbody>
+                          <row>
+                            <entry><emphasis role="bold">...</emphasis></entry>
+                            <entry>ellipsis</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">--</emphasis></entry>
+                            <entry>en dash</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">---</emphasis></entry>
+                            <entry>em dash</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">(c)</emphasis></entry>
+                            <entry>copyright symbol</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">(r)</emphasis></entry>
+                            <entry>registered trademark symbol</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">(tm)</emphasis></entry>
+                            <entry>trademark symbol</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">++</emphasis></entry>
+                            <entry>dagger</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">+++</emphasis></entry>
+                            <entry>double dagger</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">**</emphasis></entry>
+                            <entry>bullet</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">%_</emphasis></entry>
+                            <entry>non-breaking space</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">%-</emphasis></entry>
+                            <entry>non-breaking hyphen</entry>
+                          </row>
+                          <row>
+                            <entry><emphasis role="bold">%.</emphasis></entry>
+                            <entry>thin space</entry>
+                          </row>
+                        </tbody>
+                      </tgroup>
+                    </informaltable>
                   </listitem>
                 </varlistentry>
               </variablelist>