| |
---|
| | </common> |
---|
| | </template> |
---|
| | |
---|
| | |
---|
| | <!-- |
---|
| | A handy little utility template that outputs a space-delimited tabular column separator (i.e., " & "). This makes reading the generated tabular code just a /little/ easier. This is a callable template only. |
---|
| | --> |
---|
| | <template name="latex-column-separator"> |
---|
| | <common formats="/latex/xelatex/"> |
---|
| | <xsl:text> </xsl:text> |
---|
| | <xsl:call-template name="ampersand" /> |
---|
| | <xsl:text> </xsl:text> |
---|
| | </common> |
---|
| | </template> |
---|
| | |
---|
| | |
---|
| | </stylesheet> |
---|
| | |
---|
|