diff --git a/xml2xslt.xsl b/xml2xslt.xsl
index 3cc8ff0..e736334 100755
--- a/xml2xslt.xsl
+++ b/xml2xslt.xsl
@@ -142,10 +142,15 @@
yes
+
\usepackage{mathpazo} % mathpple is deprecated
\usepackage[T1]{fontenc}
\usepackage{textcomp}
-
+
+
+
+
+
% Safer to specify the hyperref options directly rather than relying on
% the default hyperref.cfg, as XeLaTeX seems to ignore it :(.
\usepackage[ pdftex,%
@@ -156,6 +161,7 @@
breaklinks ]{hyperref}
\renewcommand{\ttdefault}{blg}
+
@@ -172,12 +178,17 @@
yes
+
\usepackage[no-math]{fontspec}
\usepackage{mathspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{textcomp} % ???
-
+
+
+
+
+
% Safer to specify the hyperref options directly rather than relying on
% the default hyperref.cfg, as XeLaTeX seems to ignore it :(.
\usepackage[ xetex,%
@@ -191,6 +202,7 @@
\setmainfont{TeX Gyre Pagella}
\setmathsfont(Digits){TeX Gyre Pagella}
\setmonofont[Scale=MatchLowercase]{Letter Gothic 12 Pitch}
+
@@ -299,6 +311,7 @@
+
% THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT!
\documentclass[12pt,a4paper]{article}
@@ -312,10 +325,13 @@
\usepackage{siunitx} % number and SI unit formatting
\usepackage{listings} % nicely formatted code listings
-
+
-
+
+
+
+
\newenvironment{answer}{\par\vspace{0.5em}\itshape}{\normalfont\vspace{1.5em}}
% Listings setup. We preload the most obviously like languages to speed things
@@ -324,26 +340,34 @@
\lstset{basicstyle=\ttfamily,basewidth=0.5em,escapeinside={(@}{@)},
showspaces=false,showstringspaces=false}
-
-
-
+
+
+
+
+
+
+
+
+
\begin{document}
\maketitle
-
+
-
-
-
-
- long
- footer
-
-\end{document}
-
+
+
+
+
+
+
+ long
+ footer
+
+
+ \end{document}