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