extract_mandatory_LaTeX_argument {TeXCheckR} | R Documentation |
Extract mandatory argument II
Description
Extract mandatory argument II
Usage
extract_mandatory_LaTeX_argument(
tex_lines,
command_name,
n = 1L,
by.line = FALSE,
parsed_doc = NULL
)
Arguments
tex_lines |
A character vector of lines as read from a LaTeX document. |
command_name |
The command name (no backslash or opening brace). |
n |
Which integer to |
by.line |
If |
parsed_doc |
A parsed document (from |
[Package TeXCheckR version 0.8.1 Index]