Learn R Programming

mathml (version 1.2)

fontstyles: Identity functions for different font styles

Description

Identity functions for different font styles

Usage

plain(x)

italic(x)

bold(x)

Value

x

Arguments

x

the expression to render

Examples

Run this code
plain(1) + bold(2) + italic(3)

mathml(term=quote(plain(abc) + bold(def) + italic(ghi)))

Run the code above in your browser using DataLab