Nothing
## Record glyph info
glyph <- function(x, y, xx, yy, index, fontindex, size, colour=NA,
rotation=0, scaleX=1, scaleY=1, skewX=0, skewY=0) {
data.frame(x, y, xx, yy, index, fontindex, size, colour,
rotation, scaleX, scaleY, skewX, skewY)
}
addGlyph <- function(glyph, state) {
glyphs <- TeXget("glyphs", state)
glyphs[[length(glyphs) + 1]] <- glyph
TeXset("glyphs", glyphs, state)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.