View source: R/extract_optional_LaTeX_argument.R
extract_optional_LaTeX_argument | R Documentation |
Extract optional argument
extract_optional_LaTeX_argument(
tex_lines,
command_name,
n = 1L,
by.line = FALSE
)
tex_lines |
A character vector reading from a LaTeX document. |
command_name |
Name of command (without backslash) |
n |
Which optional argument to extract. |
by.line |
Should the output be one row per command ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.