Merge branch 'master' of https://github.com/Otago-InfoSci-Database/XML
commit 2e1ddcfc078ddbfe3764db4d1f10699e284ea335
2 parents b4094f0 + 33102e3
Nigel Stanger authored on 13 Aug 2014
Showing 1 changed file
View
30
modules/basic-page-elements.xml
<!-- For the moment we'll just throw in a <br /> :). -->
<br clear="left" />
</common>
</template>
 
<!--
Generate a horizontal rule the width of the column.
-->
<template name="horizontal-rule" match="horizontal-rule|hrule|hr">
<common formats="/latex/xelatex/">
<xsl:text>\hrule</xsl:text>
<xsl:call-template name="newline-internal" />
</common>
<common formats="/html/xhtml/">
<xsl:element name="hr" />
</common>
</template>
 
</stylesheet>