• Added check whether amsmath has already been loaded by the document class.
1 parent b57f591 commit f97a754d93ac64efac58152fa16278100c5081f3
Nigel Stanger authored on 8 Sep 2016
Showing 1 changed file
View
5
xml2xslt.xsl
\usepackage[normalem]{ulem} % fancy underlining, strikeout, etc.
\usepackage{boxedminipage}
\usepackage{parskip} % Space-separated rather than indented paragraphs.
\usepackage{rotating} % Rotate stuff.
\usepackage{amsmath} % For nicer maths.
\usepackage{microtype} % For better typesetting in general.
 
\makeatletter
\@ifpackageloaded{amsmath}{}{\usepackage{amsmath}}
\makeatother
 
</xsl-out:text>
 
<xsl-out:call-template name="latex-preamble" />