Fixed LaTeX special characters
[xmldoc.git] / test / specialchars.xml
diff --git a/test/specialchars.xml b/test/specialchars.xml
new file mode 100644 (file)
index 0000000..984cc5b
--- /dev/null
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+
+<doc style="main.css">
+
+   <book>
+
+   <titlepage>
+      <title>xmldoc special characters check</title>
+   </titlepage>
+
+   <chapter>
+      <heading>Characters with a special meaning in LaTeX</heading>
+      <para>
+      $ &amp; % # _ { } - ^ " \ | &lt; &gt;
+      </para>
+
+      <para>
+      In a verbatim environment:
+      </para>
+      <verbatim>
+      $ &amp; % # _ { } - ^ " \ | &lt; &gt;
+      </verbatim>
+      <para>
+      In an example environment:
+      </para>
+      <example>
+      $ &amp; % # _ { } - ^ " \ | &lt; &gt;
+      </example>
+      <description>
+         <item tag='$ &amp; % # _ { } - ^ " \ | &lt; &gt;'>
+            In the argument in a description list item.
+         </item>
+      </description>
+
+   </chapter>
+
+   </book>
+
+</doc>