texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/util texinfo.dtd,1.2,1.3


From: dirt
Subject: texinfo/util texinfo.dtd,1.2,1.3
Date: Fri, 30 Jan 2004 16:41:51 +0100

Update of /cvsroot/texinfo/texinfo/util
In directory sheep:/tmp/cvs-serv11415/util

Modified Files:
        texinfo.dtd 
Log Message:
2004-01-30  Alper Ersoy  <address@hidden>

        * util/texinfo.dtd: added exdent element.



Index: texinfo.dtd
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texinfo.dtd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** texinfo.dtd 24 Jan 2004 15:58:10 -0000      1.2
--- texinfo.dtd 30 Jan 2004 15:41:49 -0000      1.3
***************
*** 183,202 ****
  <!ELEMENT title               (#PCDATA | %Inline.phrase; | footnote)*>
  
  <!-- BLOCK Elements -->
  <!-- ************** -->
  
! <!ELEMENT quotation    (%block; | %Inline.phrase;)*>
! <!ELEMENT example      (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT smallexample (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT lisp         (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT smalllisp    (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT cartouche    (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT copying      (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT format       (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT smallformat  (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT display      (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT smalldisplay (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT center       (#PCDATA | %block; | %Inline.phrase;)*>
! <!ELEMENT group        (#PCDATA | %block; | %Inline.phrase;)*>
  
  <!ELEMENT image        (alttext)>
--- 183,205 ----
  <!ELEMENT title               (#PCDATA | %Inline.phrase; | footnote)*>
  
+ <!-- Negative Indentation in Blocks -->
+ <!ELEMENT exdent       (#PCDATA | %Inline.phrase; | footnote)*>
+ 
  <!-- BLOCK Elements -->
  <!-- ************** -->
  
! <!ELEMENT quotation    (%block; | %Inline.phrase; | exdent )*>
! <!ELEMENT example      (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT smallexample (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT lisp         (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT smalllisp    (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT cartouche    (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT copying      (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT format       (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT smallformat  (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT display      (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT smalldisplay (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT center       (#PCDATA | %block; | %Inline.phrase; | exdent)*>
! <!ELEMENT group        (#PCDATA | %block; | %Inline.phrase; | exdent)*>
  
  <!ELEMENT image        (alttext)>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]