Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="iso-8859-1"?> |
| 2 | <conversion> |
| 3 | <!-- Miscellaneous. --> |
| 4 | <macro name="declaremodule"> |
| 5 | <attribute name="id" optional="yes"/> |
| 6 | <attribute name="type"/> |
| 7 | <attribute name="name"/> |
| 8 | </macro> |
| 9 | <macro name="modulesynopsis"> |
| 10 | <content/> |
| 11 | </macro> |
| 12 | <macro name="platform"> |
| 13 | <content/> |
| 14 | </macro> |
| 15 | <macro name="deprecated"> |
| 16 | <attribute name="version"/> |
| 17 | <content/> |
| 18 | </macro> |
| 19 | <macro name="label"> |
| 20 | <attribute name="id"/> |
| 21 | </macro> |
| 22 | <macro name="nodename" outputname="label"> |
| 23 | <attribute name="id"/> |
| 24 | </macro> |
| 25 | <macro name="localmoduletable"/> |
| 26 | <macro name="manpage"> |
| 27 | <attribute name="name"/> |
| 28 | <attribute name="section"/> |
| 29 | </macro> |
| 30 | <macro name="module"> |
| 31 | <content/> |
| 32 | </macro> |
| 33 | <macro name="moduleauthor"> |
| 34 | <attribute name="name"/> |
| 35 | <attribute name="email"/> |
| 36 | </macro> |
Fred Drake | 91f31ea | 1999-11-09 19:33:24 +0000 | [diff] [blame] | 37 | <macro name="citetitle"> |
| 38 | <attribute name="href" optional="yes"/> |
| 39 | <content/> |
| 40 | </macro> |
Fred Drake | b6fa789 | 2001-09-27 04:18:39 +0000 | [diff] [blame] | 41 | <macro name="pep"> |
| 42 | <attribute name="num"/> |
| 43 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 44 | <macro name="rfc"> |
| 45 | <attribute name="num"/> |
| 46 | </macro> |
Fred Drake | ce19496 | 2001-03-23 16:29:06 +0000 | [diff] [blame] | 47 | <macro name="sectionauthor" outputname="author"> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 48 | <attribute name="name"/> |
| 49 | <attribute name="email"/> |
| 50 | </macro> |
Fred Drake | ce19496 | 2001-03-23 16:29:06 +0000 | [diff] [blame] | 51 | <macro name="author"> |
| 52 | <attribute name="name"/> |
| 53 | </macro> |
| 54 | <macro name="authoraddress"> |
| 55 | <content/> |
| 56 | </macro> |
Fred Drake | d397f23 | 2000-11-22 16:45:19 +0000 | [diff] [blame] | 57 | <macro name="shortversion"/> |
Fred Drake | 92350b3 | 2001-10-09 18:01:23 +0000 | [diff] [blame] | 58 | <macro name="note"> |
| 59 | <content/> |
| 60 | </macro> |
| 61 | <macro name="warning"> |
| 62 | <content/> |
| 63 | </macro> |
Fred Drake | b9c0ef5 | 2001-12-15 22:24:06 +0000 | [diff] [blame] | 64 | <environment name="notice"> |
| 65 | <attribute name="role" optional="yes"/> |
| 66 | </environment> |
| 67 | |
| 68 | <macro name="menuselection"> |
| 69 | <content/> |
| 70 | </macro> |
| 71 | <macro name="sub"/> |
| 72 | |
Fred Drake | 44835d8 | 2001-07-07 06:00:36 +0000 | [diff] [blame] | 73 | <!-- These are broken: we need to re-order the optional and required |
| 74 | parameters, making the optional parameter the content for the |
| 75 | element. latex2esis.py is not powerful enough to handle this. |
| 76 | --> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 77 | <macro name="versionadded"> |
Fred Drake | bda0556 | 2001-04-21 06:00:51 +0000 | [diff] [blame] | 78 | <attribute name="info" optional="yes"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 79 | <attribute name="version"/> |
| 80 | </macro> |
| 81 | <macro name="versionchanged"> |
Fred Drake | bda0556 | 2001-04-21 06:00:51 +0000 | [diff] [blame] | 82 | <attribute name="info" optional="yes"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 83 | <attribute name="version"/> |
| 84 | </macro> |
| 85 | |
| 86 | <!-- Module referencing. --> |
| 87 | <macro name="refmodule" outputname="module"> |
Fred Drake | 876389e | 2001-09-27 17:01:59 +0000 | [diff] [blame] | 88 | <!-- this causes the optional parameter to \refmodule to be |
| 89 | discarded --> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 90 | <attribute name="" optional="yes"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 91 | <content/> |
| 92 | </macro> |
| 93 | |
| 94 | <!-- Information units. --> |
| 95 | <!-- C things. --> |
| 96 | <environment name="cfuncdesc"> |
| 97 | <attribute name="type"/> |
| 98 | <attribute name="name"/> |
| 99 | <child name="args"/> |
| 100 | </environment> |
Fred Drake | 0047e16 | 2002-04-10 04:19:12 +0000 | [diff] [blame] | 101 | <environment name="csimplemacrodesc"> |
| 102 | <attribute name="name"/> |
| 103 | </environment> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 104 | <environment name="ctypedesc"> |
Fred Drake | d397f23 | 2000-11-22 16:45:19 +0000 | [diff] [blame] | 105 | <attribute name="tag" optional="yes"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 106 | <attribute name="name"/> |
| 107 | </environment> |
| 108 | <environment name="cvardesc"> |
| 109 | <attribute name="type"/> |
| 110 | <attribute name="name"/> |
| 111 | </environment> |
| 112 | |
| 113 | <!-- Python things. --> |
| 114 | <macro name="optional"> |
| 115 | <content/> |
| 116 | </macro> |
Fred Drake | 2ed27d3 | 2000-11-17 19:05:12 +0000 | [diff] [blame] | 117 | <macro name="unspecified"/> |
| 118 | <macro name="moreargs"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 119 | <environment name="classdesc"> |
| 120 | <attribute name="name"/> |
| 121 | <child name="args"/> |
| 122 | </environment> |
Fred Drake | 0a650d7 | 2001-07-06 21:13:51 +0000 | [diff] [blame] | 123 | <environment name="classdesc*" outputname="classdesc"> |
| 124 | <attribute name="name"/> |
| 125 | </environment> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 126 | <environment name="datadesc"> |
| 127 | <attribute name="name"/> |
| 128 | </environment> |
Fred Drake | 0a650d7 | 2001-07-06 21:13:51 +0000 | [diff] [blame] | 129 | <environment name="datadescni" outputname="datadesc"> |
| 130 | <attribute name="index">no</attribute> |
| 131 | <attribute name="name"/> |
| 132 | </environment> |
Fred Drake | ce19496 | 2001-03-23 16:29:06 +0000 | [diff] [blame] | 133 | <macro name="dataline"> |
| 134 | <attribute name="name"/> |
| 135 | </macro> |
Fred Drake | 0a650d7 | 2001-07-06 21:13:51 +0000 | [diff] [blame] | 136 | <environment name="excclassdesc"> |
| 137 | <attribute name="name"/> |
| 138 | <child name="args"/> |
| 139 | </environment> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 140 | <environment name="excdesc"> |
| 141 | <attribute name="name"/> |
| 142 | </environment> |
| 143 | |
| 144 | <environment name="funcdesc"> |
| 145 | <attribute name="name"/> |
| 146 | <child name="args"/> |
| 147 | </environment> |
| 148 | <macro name="funcline"> |
| 149 | <attribute name="name"/> |
| 150 | <child name="args"/> |
| 151 | </macro> |
| 152 | <environment name="funcdescni" outputname="funcdesc"> |
| 153 | <attribute name="index">no</attribute> |
| 154 | <attribute name="name"/> |
| 155 | <child name="args"/> |
| 156 | </environment> |
| 157 | <macro name="funclineni" outputname="funcline"> |
| 158 | <attribute name="index">no</attribute> |
| 159 | <attribute name="name"/> |
| 160 | <child name="args"/> |
| 161 | </macro> |
| 162 | |
| 163 | <environment name="memberdesc"> |
| 164 | <attribute name="class" optional="yes"/> |
| 165 | <attribute name="name"/> |
| 166 | </environment> |
| 167 | <environment name="memberdescni" outputname="memberdesc"> |
| 168 | <attribute name="index">no</attribute> |
| 169 | <attribute name="class" optional="yes"/> |
| 170 | <attribute name="name"/> |
| 171 | </environment> |
Fred Drake | bda0556 | 2001-04-21 06:00:51 +0000 | [diff] [blame] | 172 | <macro name="memberline"> |
| 173 | <attribute name="name"/> |
| 174 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 175 | |
| 176 | <environment name="methoddesc"> |
| 177 | <attribute name="class" optional="yes"/> |
| 178 | <attribute name="name"/> |
| 179 | <child name="args"/> |
| 180 | </environment> |
| 181 | <macro name="methodline"> |
| 182 | <attribute name="class" optional="yes"/> |
| 183 | <attribute name="name"/> |
| 184 | <child name="args"/> |
| 185 | </macro> |
| 186 | <environment name="methoddescni"> |
| 187 | <attribute name="index">no</attribute> |
| 188 | <attribute name="class" optional="yes"/> |
| 189 | <attribute name="name"/> |
| 190 | <child name="args"/> |
| 191 | </environment> |
| 192 | <macro name="methodlineni" outputname="methodline"> |
| 193 | <attribute name="index">no</attribute> |
| 194 | <attribute name="class" optional="yes"/> |
| 195 | <attribute name="name"/> |
| 196 | <child name="args"/> |
| 197 | </macro> |
| 198 | |
| 199 | <environment name="opcodedesc"> |
| 200 | <attribute name="name"/> |
| 201 | <attribute name="var"/> |
| 202 | </environment> |
| 203 | |
| 204 | <!-- "See also:" sections. --> |
Fred Drake | 95e33f0 | 2001-11-30 19:06:18 +0000 | [diff] [blame] | 205 | <environment name="seealso*" outputname="seealso"> |
| 206 | <attribute name="sidebar">no</attribute> |
| 207 | </environment> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 208 | <macro name="seemodule"> |
Fred Drake | 876389e | 2001-09-27 17:01:59 +0000 | [diff] [blame] | 209 | <!-- this causes the optional parameter to \seemodule to be |
| 210 | discarded --> |
Fred Drake | baacc08 | 2001-09-27 15:49:23 +0000 | [diff] [blame] | 211 | <attribute name="" optional="yes"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 212 | <attribute name="name"/> |
Fred Drake | d397f23 | 2000-11-22 16:45:19 +0000 | [diff] [blame] | 213 | <child name="description"/> |
| 214 | </macro> |
| 215 | <macro name="seepep"> |
| 216 | <attribute name="number"/> |
| 217 | <child name="title"/> |
| 218 | <child name="description"/> |
| 219 | </macro> |
| 220 | <macro name="seerfc"> |
| 221 | <attribute name="number"/> |
| 222 | <child name="title"/> |
| 223 | <child name="description"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 224 | </macro> |
| 225 | <macro name="seetext"> |
Fred Drake | d397f23 | 2000-11-22 16:45:19 +0000 | [diff] [blame] | 226 | <child name="description"/> |
| 227 | </macro> |
| 228 | <macro name="seetitle"> |
| 229 | <attribute name="href" optional="yes"/> |
| 230 | <child name="title"/> |
| 231 | <child name="description"/> |
| 232 | </macro> |
| 233 | <macro name="seeurl"> |
| 234 | <attribute name="href"/> |
| 235 | <child name="description"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 236 | </macro> |
| 237 | |
| 238 | <!-- Index-generating markup. --> |
| 239 | <macro name="index" outputname="indexterm"> |
| 240 | <attribute name="term1"/> |
| 241 | </macro> |
| 242 | <macro name="indexii" outputname="indexterm"> |
| 243 | <attribute name="term1"/> |
| 244 | <attribute name="term2"/> |
| 245 | </macro> |
| 246 | <macro name="indexiii" outputname="indexterm"> |
| 247 | <attribute name="term1"/> |
| 248 | <attribute name="term2"/> |
| 249 | <attribute name="term3"/> |
| 250 | </macro> |
| 251 | <macro name="indexiv" outputname="indexterm"> |
| 252 | <attribute name="term1"/> |
| 253 | <attribute name="term2"/> |
| 254 | <attribute name="term3"/> |
| 255 | <attribute name="term4"/> |
| 256 | </macro> |
| 257 | |
| 258 | <macro name="ttindex" outputname="indexterm"> |
| 259 | <attribute name="style">tt</attribute> |
| 260 | <attribute name="term1"/> |
| 261 | </macro> |
| 262 | |
| 263 | <macro name="refmodindex"> |
| 264 | <attribute name="module"/> |
| 265 | </macro> |
| 266 | <macro name="stmodindex"> |
| 267 | <attribute name="module"/> |
| 268 | </macro> |
| 269 | <macro name="refbimodindex" outputname="refmodindex"> |
| 270 | <attribute name="module"/> |
| 271 | </macro> |
| 272 | <macro name="refexmodindex" outputname="refmodindex"> |
| 273 | <attribute name="module"/> |
| 274 | </macro> |
| 275 | <macro name="refstmodindex" outputname="refmodindex"> |
| 276 | <attribute name="module"/> |
| 277 | </macro> |
| 278 | |
| 279 | <macro name="bifuncindex"> |
| 280 | <attribute name="name"/> |
| 281 | </macro> |
| 282 | <macro name="exindex"> |
| 283 | <attribute name="name"/> |
| 284 | </macro> |
| 285 | <macro name="obindex"> |
| 286 | <attribute name="name"/> |
| 287 | </macro> |
| 288 | <macro name="kwindex"> |
| 289 | <attribute name="name"/> |
| 290 | </macro> |
| 291 | <macro name="opindex"> |
| 292 | <attribute name="type"/> |
| 293 | </macro> |
| 294 | <macro name="stindex"> |
| 295 | <attribute name="type"/> |
| 296 | </macro> |
| 297 | <macro name="withsubitem"> |
| 298 | <attribute name="text"/> |
| 299 | <content/> |
| 300 | </macro> |
| 301 | <macro name="setindexsubitem"> |
| 302 | <attribute name="text"/> |
| 303 | </macro> |
| 304 | |
| 305 | <!-- Entity management. --> |
Fred Drake | baacc08 | 2001-09-27 15:49:23 +0000 | [diff] [blame] | 306 | <macro name="include" outputname="xi:include"> |
| 307 | <attribute name="href"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 308 | </macro> |
Fred Drake | baacc08 | 2001-09-27 15:49:23 +0000 | [diff] [blame] | 309 | <macro name="input" outputname="xi:include"> |
| 310 | <attribute name="href"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 311 | </macro> |
| 312 | |
| 313 | <!-- Large-scale document structure. --> |
| 314 | <macro name="documentclass"> |
| 315 | <attribute name="classname"/> |
| 316 | </macro> |
| 317 | |
Fred Drake | ce19496 | 2001-03-23 16:29:06 +0000 | [diff] [blame] | 318 | <macro name="usepackage"> |
| 319 | <attribute name="options" optional="yes"/> |
| 320 | <attribute name="pkg"/> |
| 321 | </macro> |
| 322 | |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 323 | <environment name="document" |
| 324 | endcloses="chapter chapter* section section* |
| 325 | subsection subsection* |
| 326 | subsubsection subsubsection* |
Fred Drake | baacc08 | 2001-09-27 15:49:23 +0000 | [diff] [blame] | 327 | paragraph paragraph* subparagraph |
| 328 | subparagraph*"> |
| 329 | <attribute name="xmlns:xi" |
| 330 | >http://www.w3.org/2001/XInclude</attribute> |
| 331 | </environment> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 332 | |
| 333 | <macro name="chapter" |
| 334 | closes="chapter chapter* section section* subsection subsection* |
| 335 | subsubsection subsubsection* |
| 336 | paragraph paragraph* subparagraph subparagraph*"> |
| 337 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 338 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 339 | <child name="title"/> |
| 340 | <content implied="yes"/> |
| 341 | </macro> |
| 342 | <macro name="chapter*" outputname="chapter" |
| 343 | closes="chapter chapter* section section* subsection subsection* |
| 344 | subsubsection subsubsection* |
| 345 | paragraph paragraph* subparagraph subparagraph*"> |
| 346 | <attribute name="numbered">no</attribute> |
| 347 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 348 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 349 | <child name="title"/> |
| 350 | <content implied="yes"/> |
| 351 | </macro> |
| 352 | |
| 353 | <macro name="section" |
| 354 | closes="section section* subsection subsection* |
| 355 | subsubsection subsubsection* |
| 356 | paragraph paragraph* subparagraph subparagraph*"> |
| 357 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 358 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 359 | <child name="title"/> |
| 360 | <content implied="yes"/> |
| 361 | </macro> |
| 362 | <macro name="section*" outputname="section" |
| 363 | closes="section section* subsection subsection* |
| 364 | subsubsection subsubsection* |
| 365 | paragraph paragraph* subparagraph subparagraph*"> |
| 366 | <attribute name="numbered">no</attribute> |
| 367 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 368 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 369 | <child name="title"/> |
| 370 | <content implied="yes"/> |
| 371 | </macro> |
| 372 | |
| 373 | <macro name="subsection" |
| 374 | closes="subsection subsection* subsubsection subsubsection* |
| 375 | paragraph paragraph* subparagraph subparagraph*"> |
| 376 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 377 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 378 | <child name="title"/> |
| 379 | <content implied="yes"/> |
| 380 | </macro> |
| 381 | <macro name="subsection*" outputname="subsection" |
| 382 | closes="subsection subsection* subsubsection subsubsection* |
| 383 | paragraph paragraph* subparagraph subparagraph*"> |
| 384 | <attribute name="numbered">no</attribute> |
| 385 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 386 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 387 | <child name="title"/> |
| 388 | <content implied="yes"/> |
| 389 | </macro> |
| 390 | |
| 391 | <macro name="subsubsection" |
| 392 | closes="subsubsection subsubsection* |
| 393 | paragraph paragraph* subparagraph subparagraph*"> |
| 394 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 395 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 396 | <child name="title"/> |
| 397 | <content implied="yes"/> |
| 398 | </macro> |
| 399 | <macro name="subsubsection*" outputname="subsubsection" |
| 400 | closes="subsubsection subsubsection* |
| 401 | paragraph paragraph* subparagraph subparagraph*"> |
| 402 | <attribute name="numbered">no</attribute> |
| 403 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 404 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 405 | <child name="title"/> |
| 406 | <content implied="yes"/> |
| 407 | </macro> |
| 408 | |
| 409 | <macro name="paragraph" |
| 410 | closes="paragraph paragraph* subparagraph subparagraph*"> |
| 411 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 412 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 413 | <child name="title"/> |
| 414 | <content implied="yes"/> |
| 415 | </macro> |
| 416 | <macro name="paragraph*" outputname="paragraph" |
| 417 | closes="paragraph paragraph* subparagraph subparagraph*"> |
| 418 | <attribute name="numbered">no</attribute> |
| 419 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 420 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 421 | <child name="title"/> |
| 422 | <content implied="yes"/> |
| 423 | </macro> |
| 424 | |
| 425 | <macro name="subparagraph" |
| 426 | closes="subparagraph subparagraph*"> |
| 427 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 428 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 429 | <child name="title"/> |
| 430 | <content implied="yes"/> |
| 431 | </macro> |
| 432 | <macro name="subparagraph*" outputname="subparagraph" |
| 433 | closes="subparagraph subparagraph*"> |
| 434 | <attribute name="numbered">no</attribute> |
| 435 | <text> |
Fred Drake | ecb84f8 | 2000-01-20 22:51:14 +0000 | [diff] [blame] | 436 | </text> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 437 | <child name="title"/> |
| 438 | <content implied="yes"/> |
| 439 | </macro> |
| 440 | <macro name="title"> |
| 441 | <content/> |
| 442 | </macro> |
| 443 | |
| 444 | <macro name="appendix" outputname="back-matter" |
| 445 | closes="chapter chapter* section subsection subsubsection |
| 446 | paragraph subparagraph"/> |
| 447 | |
| 448 | <environment name="list" |
| 449 | endcloses="item"> |
| 450 | <attribute name="bullet"/> |
| 451 | <attribute name="init"/> |
| 452 | </environment> |
| 453 | <macro name="item" closes="item"> |
| 454 | <child name="leader" optional="yes"/> |
| 455 | <content implied="yes"/> |
| 456 | </macro> |
| 457 | |
| 458 | <macro name="ref"> |
| 459 | <attribute name="ref"/> |
| 460 | </macro> |
| 461 | |
| 462 | <environment name="description" outputname="descriptionlist" |
| 463 | endcloses="item"/> |
| 464 | |
| 465 | <environment name="enumerate" outputname="enumeration" |
| 466 | endcloses="item"/> |
| 467 | |
| 468 | <environment name="fulllineitems" |
| 469 | endcloses="item"/> |
| 470 | |
| 471 | <environment name="itemize" |
| 472 | endcloses="item"/> |
| 473 | |
| 474 | <environment name="definitions" outputname="definitionlist" |
| 475 | encloses="term"/> |
| 476 | <macro name="term" closes="definition"> |
| 477 | <!-- not really optional, but uses the [] syntax --> |
| 478 | <child name="term" optional="yes"/> |
| 479 | <child name="definition" implied="yes"/> |
| 480 | </macro> |
| 481 | |
Fred Drake | 20931fb | 2001-04-10 19:59:31 +0000 | [diff] [blame] | 482 | <environment name="alltt" outputname="verbatim"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 483 | <environment name="comment" verbatim="yes"/> |
| 484 | <environment name="verbatim" verbatim="yes"/> |
| 485 | <environment name="verbatim*" verbatim="yes"> |
| 486 | <!-- not used anywhere, but it's a standard LaTeXism --> |
| 487 | <attribute name="spaces">visible</attribute> |
| 488 | </environment> |
Fred Drake | baacc08 | 2001-09-27 15:49:23 +0000 | [diff] [blame] | 489 | <macro name="verbatiminput" ouptutname="xi:include"> |
| 490 | <attribute name="parse">text</attribute> |
| 491 | <attribute name="href"/> |
Fred Drake | b6fa789 | 2001-09-27 04:18:39 +0000 | [diff] [blame] | 492 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 493 | |
| 494 | <!-- Table markup. --> |
| 495 | <macro name="hline"/> |
Fred Drake | 2f6ec9c | 1999-08-03 15:27:37 +0000 | [diff] [blame] | 496 | <environment name="tableii" outputname="table"> |
| 497 | <attribute name="cols">2</attribute> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 498 | <attribute name="colspec"/> |
| 499 | <attribute name="style"/> |
| 500 | <child name="entry"/> |
| 501 | <text> |
| 502 | </text> |
| 503 | <child name="entry"/> |
| 504 | </environment> |
Fred Drake | 2ed27d3 | 2000-11-17 19:05:12 +0000 | [diff] [blame] | 505 | <environment name="longtableii" outputname="table"> |
| 506 | <attribute name="cols">2</attribute> |
| 507 | <attribute name="colspec"/> |
| 508 | <attribute name="style"/> |
| 509 | <child name="entry"/> |
| 510 | <text> |
| 511 | </text> |
| 512 | <child name="entry"/> |
| 513 | </environment> |
Fred Drake | 2f6ec9c | 1999-08-03 15:27:37 +0000 | [diff] [blame] | 514 | <macro name="lineii" outputname="row"> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 515 | <child name="entry"/> |
| 516 | <text> |
| 517 | </text> |
| 518 | <child name="entry"/> |
| 519 | </macro> |
| 520 | |
Fred Drake | 2f6ec9c | 1999-08-03 15:27:37 +0000 | [diff] [blame] | 521 | <environment name="tableiii" outputname="table"> |
| 522 | <attribute name="cols">3</attribute> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 523 | <attribute name="colspec"/> |
| 524 | <attribute name="style"/> |
| 525 | <child name="entry"/> |
| 526 | <text> |
| 527 | </text> |
| 528 | <child name="entry"/> |
| 529 | <text> |
| 530 | </text> |
| 531 | <child name="entry"/> |
| 532 | </environment> |
Fred Drake | 2ed27d3 | 2000-11-17 19:05:12 +0000 | [diff] [blame] | 533 | <environment name="longtableiii" outputname="table"> |
| 534 | <attribute name="cols">3</attribute> |
| 535 | <attribute name="colspec"/> |
| 536 | <attribute name="style"/> |
| 537 | <child name="entry"/> |
| 538 | <text> |
| 539 | </text> |
| 540 | <child name="entry"/> |
| 541 | <text> |
| 542 | </text> |
| 543 | <child name="entry"/> |
| 544 | </environment> |
Fred Drake | 2f6ec9c | 1999-08-03 15:27:37 +0000 | [diff] [blame] | 545 | <macro name="lineiii" outputname="row"> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 546 | <child name="entry"/> |
| 547 | <text> |
| 548 | </text> |
| 549 | <child name="entry"/> |
| 550 | <text> |
| 551 | </text> |
| 552 | <child name="entry"/> |
| 553 | </macro> |
| 554 | |
Fred Drake | 2f6ec9c | 1999-08-03 15:27:37 +0000 | [diff] [blame] | 555 | <environment name="tableiv" outputname="table"> |
| 556 | <attribute name="cols">4</attribute> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 557 | <attribute name="colspec"/> |
| 558 | <attribute name="style"/> |
| 559 | <child name="entry"/> |
| 560 | <text> |
| 561 | </text> |
| 562 | <child name="entry"/> |
| 563 | <text> |
| 564 | </text> |
| 565 | <child name="entry"/> |
| 566 | <text> |
| 567 | </text> |
| 568 | <child name="entry"/> |
| 569 | </environment> |
Fred Drake | 2ed27d3 | 2000-11-17 19:05:12 +0000 | [diff] [blame] | 570 | <environment name="longtableiv" outputname="table"> |
| 571 | <attribute name="cols">4</attribute> |
| 572 | <attribute name="colspec"/> |
| 573 | <attribute name="style"/> |
| 574 | <child name="entry"/> |
| 575 | <text> |
| 576 | </text> |
| 577 | <child name="entry"/> |
| 578 | <text> |
| 579 | </text> |
| 580 | <child name="entry"/> |
| 581 | <text> |
| 582 | </text> |
| 583 | <child name="entry"/> |
| 584 | </environment> |
Fred Drake | 2f6ec9c | 1999-08-03 15:27:37 +0000 | [diff] [blame] | 585 | <macro name="lineiv" outputname="row"> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 586 | <child name="entry"/> |
| 587 | <text> |
| 588 | </text> |
| 589 | <child name="entry"/> |
| 590 | <text> |
| 591 | </text> |
| 592 | <child name="entry"/> |
| 593 | <text> |
| 594 | </text> |
| 595 | <child name="entry"/> |
| 596 | </macro> |
| 597 | |
Fred Drake | 29a67ce | 2001-09-25 20:58:13 +0000 | [diff] [blame] | 598 | <environment name="tablev" outputname="table"> |
| 599 | <attribute name="cols">4</attribute> |
| 600 | <attribute name="colspec"/> |
| 601 | <attribute name="style"/> |
| 602 | <child name="entry"/> |
| 603 | <text> |
| 604 | </text> |
| 605 | <child name="entry"/> |
| 606 | <text> |
| 607 | </text> |
| 608 | <child name="entry"/> |
| 609 | <text> |
| 610 | </text> |
| 611 | <child name="entry"/> |
| 612 | </environment> |
| 613 | <environment name="longtablev" outputname="table"> |
| 614 | <attribute name="cols">4</attribute> |
| 615 | <attribute name="colspec"/> |
| 616 | <attribute name="style"/> |
| 617 | <child name="entry"/> |
| 618 | <text> |
| 619 | </text> |
| 620 | <child name="entry"/> |
| 621 | <text> |
| 622 | </text> |
| 623 | <child name="entry"/> |
| 624 | <text> |
| 625 | </text> |
| 626 | <child name="entry"/> |
| 627 | <text> |
| 628 | </text> |
| 629 | <child name="entry"/> |
| 630 | </environment> |
| 631 | <macro name="linev" outputname="row"> |
| 632 | <child name="entry"/> |
| 633 | <text> |
| 634 | </text> |
| 635 | <child name="entry"/> |
| 636 | <text> |
| 637 | </text> |
| 638 | <child name="entry"/> |
| 639 | <text> |
| 640 | </text> |
| 641 | <child name="entry"/> |
| 642 | <text> |
| 643 | </text> |
| 644 | <child name="entry"/> |
| 645 | </macro> |
| 646 | |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 647 | <!-- These are handled at a later translation stage, at least for now. --> |
Fred Drake | 031e222 | 1999-08-02 14:32:11 +0000 | [diff] [blame] | 648 | <macro name="Cpp" outputname=""> |
| 649 | <text>C++</text> |
| 650 | </macro> |
Fred Drake | 3cf4eb4 | 1999-08-26 17:56:47 +0000 | [diff] [blame] | 651 | <macro name="geq" outputname=""> |
| 652 | <entityref name="geq"/> |
| 653 | </macro> |
Fred Drake | 0a650d7 | 2001-07-06 21:13:51 +0000 | [diff] [blame] | 654 | <macro name="infinity" outputname=""> |
| 655 | <entityref name="infin"/> |
| 656 | </macro> |
Fred Drake | 3cf4eb4 | 1999-08-26 17:56:47 +0000 | [diff] [blame] | 657 | <macro name="LaTeX" outputname=""> |
| 658 | <text>LaTeX</text> |
| 659 | </macro> |
Fred Drake | 031e222 | 1999-08-02 14:32:11 +0000 | [diff] [blame] | 660 | <macro name="ldots" outputname=""> |
| 661 | <text>...</text> |
| 662 | </macro> |
Fred Drake | 3cf4eb4 | 1999-08-26 17:56:47 +0000 | [diff] [blame] | 663 | <macro name="leq" outputname=""> |
| 664 | <entityref name="leq"/> |
| 665 | </macro> |
Fred Drake | 0a650d7 | 2001-07-06 21:13:51 +0000 | [diff] [blame] | 666 | <macro name="plusminus" outputname=""> |
| 667 | <entityref name="plusmn"/> |
| 668 | </macro> |
Fred Drake | 3cf4eb4 | 1999-08-26 17:56:47 +0000 | [diff] [blame] | 669 | <macro name="TeX" outputname=""> |
| 670 | <text>TeX</text> |
| 671 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 672 | <macro name="version"/> |
| 673 | |
Fred Drake | ce19496 | 2001-03-23 16:29:06 +0000 | [diff] [blame] | 674 | <!-- Distutils things. --> |
| 675 | <macro name="command"> |
| 676 | <content/> |
| 677 | </macro> |
| 678 | <macro name="option"> |
| 679 | <content/> |
| 680 | </macro> |
| 681 | <macro name="filevar" outputname="var"> |
| 682 | <content/> |
| 683 | </macro> |
| 684 | <macro name="XXX" outputname="editorial-comment"> |
| 685 | <content/> |
| 686 | </macro> |
| 687 | |
Fred Drake | 03e88da | 2001-07-09 15:00:42 +0000 | [diff] [blame] | 688 | <!-- Grammar production lists --> |
| 689 | <environment name="productionlist"> |
| 690 | <attribute name="grammar" optional="yes"/> |
| 691 | </environment> |
| 692 | <macro name="production"> |
| 693 | <attribute name="token"/> |
| 694 | <content/> |
| 695 | </macro> |
Fred Drake | 9b3e2ca | 2002-04-04 21:39:42 +0000 | [diff] [blame] | 696 | <macro name="productioncont"> |
| 697 | <content/> |
| 698 | </macro> |
Fred Drake | b6fa789 | 2001-09-27 04:18:39 +0000 | [diff] [blame] | 699 | <macro name="token" outputname="grammartoken"> |
| 700 | <content/> |
| 701 | </macro> |
| 702 | <macro name="grammartoken"> |
Fred Drake | 03e88da | 2001-07-09 15:00:42 +0000 | [diff] [blame] | 703 | <content/> |
| 704 | </macro> |
Fred Drake | 03e88da | 2001-07-09 15:00:42 +0000 | [diff] [blame] | 705 | |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 706 | <!-- Misc. --> |
| 707 | <macro name="emph"> |
| 708 | <content/> |
| 709 | </macro> |
| 710 | <macro name="strong"> |
| 711 | <content/> |
| 712 | </macro> |
| 713 | <macro name="textrm"> |
| 714 | <content/> |
| 715 | </macro> |
| 716 | <macro name="texttt"> |
| 717 | <content/> |
| 718 | </macro> |
| 719 | <macro name="code"> |
| 720 | <content/> |
| 721 | </macro> |
| 722 | <macro name="exception"> |
| 723 | <content/> |
| 724 | </macro> |
| 725 | <macro name="keyword"> |
| 726 | <content/> |
| 727 | </macro> |
| 728 | <macro name="samp"> |
| 729 | <content/> |
| 730 | </macro> |
| 731 | <macro name="class"> |
| 732 | <content/> |
| 733 | </macro> |
| 734 | <macro name="cdata"> |
| 735 | <content/> |
| 736 | </macro> |
| 737 | <macro name="cfunction"> |
| 738 | <content/> |
| 739 | </macro> |
Fred Drake | 0047e16 | 2002-04-10 04:19:12 +0000 | [diff] [blame] | 740 | <macro name="csimplemacro"> |
| 741 | <content/> |
| 742 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 743 | <macro name="ctype"> |
| 744 | <content/> |
| 745 | </macro> |
| 746 | <macro name="pytype"> |
| 747 | <content/> |
| 748 | </macro> |
| 749 | <macro name="character"> |
| 750 | <content/> |
| 751 | </macro> |
| 752 | <macro name="constant"> |
| 753 | <content/> |
| 754 | </macro> |
Fred Drake | 8a3b449 | 1999-11-23 21:48:41 +0000 | [diff] [blame] | 755 | <macro name="envvar" outputname="envar"> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 756 | <content/> |
| 757 | </macro> |
| 758 | <macro name="file" outputname="filename"> |
| 759 | <content/> |
| 760 | </macro> |
Fred Drake | 8a3b449 | 1999-11-23 21:48:41 +0000 | [diff] [blame] | 761 | <macro name="filenq" outputname="filename"> |
| 762 | <attribute name="quote">no</attribute> |
| 763 | <content/> |
| 764 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 765 | <macro name="function"> |
| 766 | <content/> |
| 767 | </macro> |
Fred Drake | 44845ba | 2001-07-14 03:10:20 +0000 | [diff] [blame] | 768 | <macro name="kbd" outputname="keysym"> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 769 | <content/> |
| 770 | </macro> |
Fred Drake | 29a67ce | 2001-09-25 20:58:13 +0000 | [diff] [blame] | 771 | <macro name="mailheader"> |
| 772 | <content/> |
| 773 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 774 | <macro name="makevar"> |
| 775 | <content/> |
| 776 | </macro> |
| 777 | <macro name="method"> |
| 778 | <content/> |
| 779 | </macro> |
| 780 | <macro name="member"> |
| 781 | <content/> |
| 782 | </macro> |
| 783 | <macro name="mimetype"> |
| 784 | <content/> |
| 785 | </macro> |
| 786 | <macro name="newsgroup"> |
| 787 | <content/> |
| 788 | </macro> |
Fred Drake | 8a3b449 | 1999-11-23 21:48:41 +0000 | [diff] [blame] | 789 | <macro name="program" outputname="command"> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 790 | <content/> |
| 791 | </macro> |
Fred Drake | 8a3b449 | 1999-11-23 21:48:41 +0000 | [diff] [blame] | 792 | <macro name="programopt" outputname="option"> |
Fred Drake | 91f31ea | 1999-11-09 19:33:24 +0000 | [diff] [blame] | 793 | <content/> |
| 794 | </macro> |
Fred Drake | ce19496 | 2001-03-23 16:29:06 +0000 | [diff] [blame] | 795 | <macro name="longprogramopt" outputname="longoption"> |
| 796 | <content/> |
| 797 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 798 | <macro name="regexp"> |
| 799 | <content/> |
| 800 | </macro> |
Fred Drake | 8a3b449 | 1999-11-23 21:48:41 +0000 | [diff] [blame] | 801 | <macro name="var"> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 802 | <content/> |
| 803 | </macro> |
| 804 | <macro name="email"> |
| 805 | <content/> |
| 806 | </macro> |
Fred Drake | 44835d8 | 2001-07-07 06:00:36 +0000 | [diff] [blame] | 807 | <macro name="ulink"> |
| 808 | <!-- order of the parameters makes this difficult; |
Fred Drake | b6fa789 | 2001-09-27 04:18:39 +0000 | [diff] [blame] | 809 | we'll need to fix it up to <ulink href="...">...</ulink> |
Fred Drake | 44835d8 | 2001-07-07 06:00:36 +0000 | [diff] [blame] | 810 | in docfixer.py. |
| 811 | --> |
| 812 | <child name="text"/> |
| 813 | <child name="href"/> |
| 814 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 815 | <macro name="url"> |
| 816 | <content/> |
| 817 | </macro> |
| 818 | <macro name="footnote"> |
| 819 | <content/> |
| 820 | </macro> |
| 821 | <macro name="dfn" outputname="definedterm"> |
| 822 | <content/> |
| 823 | </macro> |
| 824 | |
| 825 | <macro name="mbox"> |
| 826 | <content/> |
| 827 | </macro> |
| 828 | |
| 829 | <!-- minimal math stuff to get by --> |
Fred Drake | 8a3b449 | 1999-11-23 21:48:41 +0000 | [diff] [blame] | 830 | <macro name="pi"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 831 | <macro name="sqrt"> |
| 832 | <content/> |
| 833 | </macro> |
| 834 | <macro name="frac" outputname="fraction"> |
| 835 | <child name="numerator"/> |
| 836 | <child name="denominator"/> |
| 837 | </macro> |
| 838 | <macro name="sum"> |
| 839 | <content/> |
| 840 | </macro> |
| 841 | |
Fred Drake | 95e33f0 | 2001-11-30 19:06:18 +0000 | [diff] [blame] | 842 | <macro name="leftline" outputname=""> |
| 843 | <content/> |
| 844 | </macro> |
| 845 | |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 846 | <!-- Conversions to text; perhaps could be different? There's --> |
| 847 | <!-- no way for a style sheet to work with these this way. --> |
Fred Drake | d95f4e1 | 2000-07-01 06:26:44 +0000 | [diff] [blame] | 848 | <macro name="ABC" outputname=""> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 849 | <text>ABC</text> |
| 850 | </macro> |
| 851 | <macro name="ASCII" outputname=""> |
| 852 | <text>ASCII</text> |
| 853 | </macro> |
| 854 | <macro name="C" outputname=""> |
| 855 | <text>C</text> |
| 856 | </macro> |
| 857 | <macro name="EOF" outputname=""> |
| 858 | <text>EOF</text> |
| 859 | </macro> |
| 860 | <macro name="e" outputname=""> |
| 861 | <text>\</text> |
| 862 | </macro> |
Fred Drake | 031e222 | 1999-08-02 14:32:11 +0000 | [diff] [blame] | 863 | <macro name="NULL" outputname="constant"> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 864 | <text>NULL</text> |
| 865 | </macro> |
| 866 | <macro name="POSIX" outputname=""> |
| 867 | <text>POSIX</text> |
| 868 | </macro> |
| 869 | <macro name="UNIX" outputname=""> |
| 870 | <text>Unix</text> |
| 871 | </macro> |
Fred Drake | 0a650d7 | 2001-07-06 21:13:51 +0000 | [diff] [blame] | 872 | <macro name="textasciicircum" outputname=""> |
| 873 | <text>^</text> |
| 874 | </macro> |
Fred Drake | d397f23 | 2000-11-22 16:45:19 +0000 | [diff] [blame] | 875 | <macro name="textasciitilde" outputname=""> |
| 876 | <text>~</text> |
| 877 | </macro> |
Fred Drake | b6fa789 | 2001-09-27 04:18:39 +0000 | [diff] [blame] | 878 | <macro name="textbackslash" outputname=""> |
| 879 | <text>\</text> |
| 880 | </macro> |
Fred Drake | 0a650d7 | 2001-07-06 21:13:51 +0000 | [diff] [blame] | 881 | <macro name="textbar" outputname=""> |
| 882 | <text>|</text> |
| 883 | </macro> |
Fred Drake | 9b3e2ca | 2002-04-04 21:39:42 +0000 | [diff] [blame] | 884 | <macro name="textgreater" outputname=""> |
| 885 | <text>></text> |
| 886 | </macro> |
| 887 | <macro name="textless" outputname=""> |
| 888 | <text><</text> |
| 889 | </macro> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 890 | |
| 891 | <!-- These will end up disappearing as well! --> |
| 892 | <macro name="catcode" outputname=""/> |
| 893 | <macro name="fi" outputname=""/> |
| 894 | <macro name="ifhtml" outputname=""/> |
| 895 | <macro name="indexname" outputname=""/> |
| 896 | <macro name="labelwidth" outputname=""/> |
| 897 | <macro name="large" outputname=""/> |
| 898 | <macro name="leftmargin" outputname=""/> |
| 899 | <macro name="makeindex" outputname=""/> |
| 900 | <macro name="makemodindex" outputname=""/> |
| 901 | <macro name="maketitle" outputname=""/> |
| 902 | <macro name="noindent" outputname=""/> |
| 903 | <macro name="protect" outputname=""/> |
Fred Drake | af876d7 | 2001-10-25 15:14:57 +0000 | [diff] [blame] | 904 | <macro name="textwidth"/> |
Fred Drake | bc2285e | 1999-07-29 22:03:11 +0000 | [diff] [blame] | 905 | <macro name="renewcommand"> |
| 906 | <attribute name="macro"/> |
| 907 | <attribute name="nargs" optional="yes"/> |
| 908 | <content/> |
| 909 | </macro> |
| 910 | <macro name="tableofcontents" outputname=""/> |
| 911 | <macro name="vspace"> |
| 912 | <attribute name="size"/> |
| 913 | </macro> |
| 914 | </conversion> |