if (FALSE) {
# Requires TeX installation and 'ggplot2'
require(ggplot2)
ggplot(mtcars) +
geom_point(aes(disp, mpg)) +
ggtitle("\textit{The} \texttt{mtcars} data set") +
theme(plot.title=element_latex())
}
Run the code above in your browser using DataLab