~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to build/stylesheets/db2latex/latex.mapping.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!ELEMENT latexbindings (latexmapping+)>
 
2
<!ELEMENT latexmapping  (mapping+)>
 
3
<!ELEMENT mapping (line*)>
 
4
<!ELEMENT line (#PCDATA)>
 
5
 
 
6
<!ATTLIST latexmapping 
 
7
role    CDATA   #REQUIRED
 
8
>
 
9
<!ATTLIST mapping 
 
10
key     CDATA   #REQUIRED
 
11
text    CDATA   #REQUIRED
 
12
>
 
13