| |
---|
| | |
---|
| | <template name="superset-sign" match="superset-sign|superset|superset-of|is-superset-of|is-a-superset-of"> |
---|
| | <latex>\ensuremath{\supset}</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&#8835;</xsl:text></html> |
---|
| | </template> |
---|
| | |
---|
| | <template name="join-operator" match="join-operator|join|natural-join"> |
---|
| | <latex>\ensuremath{\Join}</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">|&#215;|</xsl:text></html> |
---|
| | </template> |
---|
| | |
---|
| | <template name="intersect-operator" match="intersect-operator|intersect|intersection|cap"> |
---|
| | <latex>\ensuremath{\cap}</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&#8745;</xsl:text></html> |
---|
| | </template> |
---|
| | |
---|
| | <template name="union-operator" match="union-operator|union|cup"> |
---|
| | <latex>\ensuremath{\cup}</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes">&#8746;</xsl:text></html> |
---|
| | </template> |
---|
| | |
---|
| | <template name="LaTeX" match="LaTeX|latex"> |
---|
| | <latex>{\LaTeX}</latex> |
---|
| |
---|
| | </template> |
---|
| | |
---|
| | <template name="times-operator" match="times"> |
---|
| | <latex>\ensuremath{\times}</latex> |
---|
| | <html><xsl:text disable-output-escaping="yes"> &#215; </xsl:text></html> |
---|
| | </template> |
---|
| | <html><xsl:text disable-output-escaping="yes">&#215;</xsl:text></html> |
---|
| | </template> |
---|
| | |
---|
| | <template name="divide-operator" match="divide"> |
---|
| | <common>/</common> |
---|
| | </template> |
---|
| | |
---|
| | <template name="equals-operator" match="equals"> |
---|
| | <!-- Need spaces for HTML as they seem to get munched otherwise. --> |
---|
| | <common> = </common> |
---|
| | <common>=</common> |
---|
| | </template> |
---|
| | |
---|
| | <template name="greater-than-operator" match="greater-than|gt"> |
---|
| | <!-- Need spaces for HTML as they seem to get munched otherwise. --> |
---|
| |
---|
|