Mercurial > hg > xemacs-beta
comparison etc/sgml/sinfo.dtd @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | 54cc21c15cbb |
children |
comparison
equal
deleted
inserted
replaced
75:a4e0195b387b | 76:c0c698873ce1 |
---|---|
1 <!-- This is sinfo.dtd, | 1 <!-- This is sinfo.dtd, |
2 by MORIOKA Tomohiko | 2 by MORIOKA Tomohiko |
3 $Id: sinfo.dtd,v 1.1.1.1 1996/12/21 20:45:50 steve Exp $ | 3 $Id: sinfo.dtd,v 1.2 1996/12/28 21:02:49 steve Exp $ |
4 --> | 4 --> |
5 | 5 |
6 <!entity % emph | 6 <!entity % emph |
7 "em|it|bf|sf|sl|tt|cparam|code|verb|var|mail|file|kbd|key"> | 7 "em|it|bf|sf|sl|tt|cparam|code|verb|var|mail|file|kbd|key"> |
8 | 8 |
15 <!entity % inline | 15 <!entity % inline |
16 " (#pcdata | f| x| %emph; |sq| %xref | %index )* " > | 16 " (#pcdata | f| x| %emph; |sq| %xref | %index )* " > |
17 | 17 |
18 <!entity % list | 18 <!entity % list |
19 " list | ul | ol | dl | kl | vl | memo | lisp | rfc | standard | 19 " list | ul | ol | dl | kl | vl | memo | lisp | rfc | standard |
20 | report " > | 20 | report | inproc " > |
21 | 21 |
22 <!entity % par | 22 <!entity % par |
23 " %list; | comment | lq | quote | tscreen " > | 23 " %list; | comment | lq | quote | tscreen " > |
24 | 24 |
25 <!entity % mathpar " dm | eq " > | 25 <!entity % mathpar " dm | eq " > |
26 | 26 |
27 <!entity % thrm | 27 <!entity % thrm |
28 " defun | define | defvar | prop | lemma | coroll | proof | theorem " > | 28 " defun | define | defvar | prop | lemma | coroll | proof | theorem " > |
29 | 29 |
30 <!entity % sectpar | 30 <!entity % sectpar |
31 " %par; | figure | table | faq | hrule | %mathpar; | | 31 " %par; | figure | table | faq | %mathpar; | |
32 %thrm; "> | 32 %thrm; "> |
33 <!element sinfo o o (head, body) > | 33 <!element sinfo o o (head, body) > |
34 | 34 |
35 <!element head - - (titlepag, header?, toc?, lof?, lot?)> | 35 <!element head - - (titlepag, header?, toc?, lof?, lot?)> |
36 <!attlist head opts cdata "null"> | 36 <!attlist head opts cdata "null"> |
99 title-cn cdata #implied | 99 title-cn cdata #implied |
100 title-en cdata #implied | 100 title-en cdata #implied |
101 title-fr cdata #implied | 101 title-fr cdata #implied |
102 title-ja cdata #implied | 102 title-ja cdata #implied |
103 date cdata #implied> | 103 date cdata #implied> |
104 <!element inproc - o empty> | |
105 <!attlist inproc | |
106 abbrev cdata #implied | |
107 author cdata #required | |
108 title-cn cdata #implied | |
109 title-en cdata #implied | |
110 title-fr cdata #implied | |
111 title-ja cdata #implied | |
112 book-cn cdata #implied | |
113 book-en cdata #implied | |
114 book-fr cdata #implied | |
115 book-ja cdata #implied | |
116 date cdata #implied> | |
104 <!element dl - - (dt,dd)+ > | 117 <!element dl - - (dt,dd)+ > |
105 <!element dt - o ((%inline; | %sectpar;)*, (p|noindent)*) > | 118 <!element dt - o ((%inline; | %sectpar;)*, (p|noindent)*) > |
106 <!element dd - o ((%inline; | %sectpar;)*, (p|noindent|newline)*) > | 119 <!element dd - o ((%inline; | %sectpar;)*, (p|noindent|newline)*) > |
107 | 120 |
108 <!element kl - - ((kt,kd)|(dt,dd))+ > | 121 <!element kl - - ((kt,kd)|(dt,dd))+ > |
122 <!element poster - o (%inline;)*> | 135 <!element poster - o (%inline;)*> |
123 <!element pdate - o (%inline;)*> | 136 <!element pdate - o (%inline;)*> |
124 <!element question - o ((%inline; | %sectpar;)*, (p|noindent)*)+> | 137 <!element question - o ((%inline; | %sectpar;)*, (p|noindent)*)+> |
125 <!element answer - o ((%inline; | %sectpar;)*, (p|noindent)*)+> | 138 <!element answer - o ((%inline; | %sectpar;)*, (p|noindent)*)+> |
126 <!element coment - o ((%inline; | %sectpar;)*, (p|noindent)*)+> | 139 <!element coment - o ((%inline; | %sectpar;)*, (p|noindent)*)+> |
127 <!element hrule - o empty > | |
128 | 140 |
129 <!element figure - - ((eps | ph ), caption?)> | 141 <!element figure - - ((eps | ph ), caption?)> |
130 <!attlist figure | 142 <!attlist figure |
131 loc cdata "tbp"> | 143 loc cdata "tbp"> |
132 | 144 |