| |
---|
| | <latex>~</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&nbsp;</xsl:text></html> |
---|
| | </template> |
---|
| | |
---|
| | <template name="non-breaking-space-math" match="non-breaking-space" mode="math"> |
---|
| | <template name="non-breaking-space-math" match="non-breaking-space|nbsp" mode="math"> |
---|
| | <latex>~</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&nbsp;</xsl:text></html> |
---|
| | </template> |
---|
| | |
---|
| |
---|
| | </html> |
---|
| | </template> |
---|
| | |
---|
| | |
---|
| | <!-- Roman (upright) text inside math environments. --> |
---|
| | <template name="math-text" match="text" mode="math"> |
---|
| | <latex>\mathrm{<xsl:apply-templates mode="math"/>}</latex> |
---|
| | <html><xsl:apply-templates mode="math"/></html> |
---|
| | </template> |
---|
| | |
---|
| | <!-- Digit grouping separator character for large numbers. SI conventions say this should be a space (but we could make it a comma if desired). --> |
---|
| | <template name="digit-group-separator" match="digit-group-separator|digitsep"> |
---|
| | <common> |
---|
| | <xsl:call-template name="non-breaking-space"/> |
---|
| | </common> |
---|
| | </template> |
---|
| | |
---|
| | <template name="digit-group-separator" match="digit-group-separator"> |
---|
| | <template name="digit-group-separator-math" match="digit-group-separator|digitsep" mode="math"> |
---|
| | <common> |
---|
| | <xsl:call-template name="non-breaking-space"/> |
---|
| | </common> |
---|
| | </template> |
---|
| |
---|
| | <common> = </common> |
---|
| | </template> |
---|
| | |
---|
| | <template name="approximately-equals-operator-math" match="approximately-equals|approximately-equal-to|approx" mode="math"> |
---|
| | <latex>{\approx}</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&#8776;</xsl:text></html> |
---|
| | </template> |
---|
| | <template name="approximately-equals-operator" match="approximately-equals|approximately-equal-to|approx"> |
---|
| | <latex>\(\approx\)</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&#8776;</xsl:text></html> |
---|
| | </template> |
---|
| | <template name="approximately-equals-operator" match="approximately-equals|approximately-equal-to|approx"> |
---|
| | <latex>{\approx}</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&#8776;</xsl:text></html> |
---|
| | </template> |
---|
| | |
---|
| | <template name="degree-sign-math" match="degree-sign" mode="math"> |
---|
| | <latex>^{\circ}</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&#176;</xsl:text></html> |
---|
| |
---|
|