Next / Previous / Contents / TCC Help System / NM Tech homepage

10.5.8. Inline math

This rule italicizes letters in inline mathematical formulae. For the rationale and source, see Section 7.5.9, “HTML inline math”.

tcc_fo.xsl
<xsl:template match="phrase[@role='math']">
  <xsl:call-template name="inline.italicseq"/>
</xsl:template>