Created Debian package
[xmldoc.git] / test / specialchars.html.exp
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta charset="utf-8"/>
6     <link rel="stylesheet" type="text/css" href="main.css"/>
7     <title>xmldoc special characters check</title>
8     <style type="text/css">
9       .center
10       {
11          text-align : center ;
12       }
13       table.docinfo
14       {
15          margin-left  : 10% ;
16          margin-right : 10% ;
17          border-style : solid ;
18       }
19       th
20       {
21          border-style : solid ;
22          border-width : thin ;
23       }
24       h3.toc
25       {
26          margin-left : 2em ;
27       }
28       pre.example
29       {
30          border : solid ;
31          padding-bottom : 1em ;
32       }
33       span.red
34       {
35          color : red ;
36       }
37       span.green
38       {
39          color : green ;
40       }
41       span.blue
42       {
43          color : blue ;
44       }
45       span.cyan
46       {
47          color : cyan ;
48       }
49       span.magenta
50       {
51          color : magenta ;
52       }
53       span.yellow
54       {
55          color : yellow ;
56       }
57       span.orange
58       {
59          color : orange ;
60       }
61       span.violet
62       {
63          color : violet ;
64       }
65       span.purple
66       {
67          color : purple ;
68       }
69       span.brown
70       {
71          color : brown ;
72       }
73       span.pink
74       {
75          color : pink ;
76       }
77       span.olive
78       {
79          color : olive ;
80       }
81       span.black
82       {
83          color : black ;
84       }
85       span.darkgray
86       {
87          color : darkgray ;
88       }
89       span.gray
90       {
91          color : gray ;
92       }
93       span.lightgray
94       {
95          color : lightgray ;
96       }
97       span.white
98       {
99          color : white ;
100       }
101    </style>
102   </head>
103   <body>
104
105    <div class="titlepage">
106       <h1 class="titlepage">xmldoc special characters check</h1>
107    </div>
108
109    <h1>1  <a id="CH1"/>Characters with a special meaning in LaTeX</h1><p>
110       $ &amp; % # _ { } - ^ " \ | &lt; &gt;
111       </p><p>
112       In a verbatim environment:
113       </p><pre>
114       $ &amp; % # _ { } - ^ " \ | &lt; &gt;
115       </pre><p>
116       In an example environment:
117       </p><pre class="example">
118       $ &amp; % # _ { } - ^ " \ | &lt; &gt;
119       </pre><dl>
120          <dt>$ &amp; % # _ { } - ^ " \ | &lt; &gt;</dt><dd>
121             In the argument in a description list item.
122          </dd>
123       </dl>
124
125    <hr/></body>
126 </html>