fontstyles {mathml} | R Documentation |
Identity functions for different font styles
Description
Identity functions for different font styles
Usage
plain(x)
italic(x)
bold(x)
Arguments
x |
the expression to render |
Value
x
Examples
plain(1) + bold(2) + italic(3)
mathml(term=quote(plain(abc) + bold(def) + italic(ghi)))
[Package mathml version 1.2 Index]