| |
---|
| | <template name="thin-space" match="thin-space|thinspace"> |
---|
| | <latex>\,</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&thinsp;</xsl:text></html> |
---|
| | </template> |
---|
| | |
---|
| | <!-- |
---|
| | Insert a discretionary hyphen. Only relevant for LaTeX output. |
---|
| | --> |
---|
| | <template name="discretionary-hyphen" match="hyphen"> |
---|
| | <latex>\-</latex> |
---|
| | </template> |
---|
| | |
---|
| | <!-- |
---|
| | Technically we don't need to disable output escaping for all of |
---|
| | these, but it's probably better to code them all consistently, |
---|
| |
---|
|