--------------------------------------------------------
bersicht ber DocBook Anpassung
--------------------------------------------------------
$Id: xml2latex-changes.txt,v 1.5 2003/02/07 14:03:39 toms Exp $


DocBook -> LaTeX Mapping
===========================================

* <appendix>[1]       -> \begin{appendix}
  </appendix>[last()] -> \end{appendix}

Die Eingabe

  <appendix>
   <title>Foo</title>
   ...
  </appendix>
  <appendix>
   <title>Bar</title>
   ...
  </appendix>
  
erzeugt:

 \begin{appendix}
  \chapter{Foo} 
    ...

  \chapter{Bar} 
   ...
 \end{appendix}


nderung nach Drucklegung
===========================================

Die folgenden Zeilen vorerst noch ignorieren. :-)


* <emphasis role="textbf">...</emphasis>
   Die XSLT-Stylesheets werten die Option role="bold" aus.

* book/title       -> \title{...}
  book/subtitle    -> \subtitle{...}
  bookinfo/edition -> \suseedition{...}
  bookinfo/authorgroup[@role='office']/author/  -> \suseeditorialoffice{...}
  bookinfo/authorgroup[@role='authors']/author/ -> \author{...}

  => bildet quasi "cover.tex" ab.


* role-Attribute generell berdenken: Wo sinnvoll, wo _absolut_
  notwendig?

  z.B. <variablelist> kein role, Standard soll 
  \begin{description}...\end{description} sein.

* 
