| |
---|
| | <!-- 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> |
---|
| | |
---|
|