Fixed LaTeX special characters
[xmldoc.git] / test / specialchars.html.exp
diff --git a/test/specialchars.html.exp b/test/specialchars.html.exp
new file mode 100644 (file)
index 0000000..ef10db4
--- /dev/null
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!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">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8"/>
+    <link rel="stylesheet" type="text/css" href="main.css"/>
+    <title>xmldoc special characters check</title>
+    <style type="text/css">
+      .center
+      {
+         text-align : center ;
+      }
+      table.docinfo
+      {
+         margin-left  : 10% ;
+         margin-right : 10% ;
+         border-style : solid ;
+      }
+      th
+      {
+         border-style : solid ;
+         border-width : thin ;
+      }
+      h3.toc
+      {
+         margin-left : 2em ;
+      }
+      pre.example
+      {
+         border : solid ;
+         padding-bottom : 1em ;
+      }
+      span.red
+      {
+         color : red ;
+      }
+      span.green
+      {
+         color : green ;
+      }
+      span.blue
+      {
+         color : blue ;
+      }
+      span.cyan
+      {
+         color : cyan ;
+      }
+      span.magenta
+      {
+         color : magenta ;
+      }
+      span.yellow
+      {
+         color : yellow ;
+      }
+      span.orange
+      {
+         color : orange ;
+      }
+      span.violet
+      {
+         color : violet ;
+      }
+      span.purple
+      {
+         color : purple ;
+      }
+      span.brown
+      {
+         color : brown ;
+      }
+      span.pink
+      {
+         color : pink ;
+      }
+      span.olive
+      {
+         color : olive ;
+      }
+      span.black
+      {
+         color : black ;
+      }
+      span.darkgray
+      {
+         color : darkgray ;
+      }
+      span.gray
+      {
+         color : gray ;
+      }
+      span.lightgray
+      {
+         color : lightgray ;
+      }
+      span.white
+      {
+         color : white ;
+      }
+   </style>
+  </head>
+  <body>
+
+   <div class="titlepage">
+      <h1 class="titlepage">xmldoc special characters check</h1>
+   </div>
+
+   <h1>1  <a id="CH1"/>Characters with a special meaning in LaTeX</h1><p>
+      $ &amp; % # _ { } - ^ " \ | &lt; &gt;
+      </p><p>
+      In a verbatim environment:
+      </p><pre>
+      $ &amp; % # _ { } - ^ " \ | &lt; &gt;
+      </pre><p>
+      In an example environment:
+      </p><pre class="example">
+      $ &amp; % # _ { } - ^ " \ | &lt; &gt;
+      </pre><dl>
+         <dt>$ &amp; % # _ { } - ^ " \ | &lt; &gt;</dt><dd>
+            In the argument in a description list item.
+         </dd>
+      </dl>
+
+   <hr/></body>
+</html>