Description Usage Arguments Value Examples
Precede greek letters or whatever supplied in alphabet
with
backslashes, such that when cat()
is applied, the output can be
copied into a .tex
document and be rendered.
1 | latex_greeks(string, alphabet = NULL, append = FALSE)
|
string |
A character vector. |
alphabet |
A character vector of strings to be preceded by backslashes. |
append |
Boolean, should the supplied |
string
with all greek letters, and what is supplied in
alphabet
preceded by backslashes.
1 | latex_greeks("alpha, beta, and foo will be modified; bar won't", "foo", TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.