Description Usage Arguments Value Examples
Wrap abbreviations in a given LaTeX command to toggle the acronym
or
glossary
packages. command
defaults to the acronym
package's short command, that does not mark abbreviations as used (by
including "*"). This avoids the acronym being rendered the first time in the
list of figures or tables.
1 | latex_acro(string, acros, command = "acs*")
|
string |
A character vector. |
acros |
A character vector of abbreviations to wrap. |
command |
A character (without the preceding backslash). |
string
with all acros
wrapped in command
.
1 | latex_acro("This package is not on cran.", "cran")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.