blob: d2b6b3db3a0a7e54f1932f04043d3f0cb313ba60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: unicode.mapping.dtd,v 1.1 2003/12/05 06:53:48 ab Exp $ -->
<!-- DTD for XML with mapping Unicode entities to LaTeX commands -->
<!-- Author: Vitaly Ostanin <vyt@altlinux.ru> -->
<!ELEMENT mapping (character+)>
<!ELEMENT character (unicode, latex?, mathlatex?, preferred)>
<!ELEMENT unicode (#PCDATA)>
<!ELEMENT latex (#PCDATA)>
<!ELEMENT mathlatex (#PCDATA)>
<!ELEMENT preferred (#PCDATA)>
|