locate_mandatory_LaTeX_argument {TeXCheckR} | R Documentation |
Locate contents of LaTeX commands
Description
Provides the locations of LaTeX commands with mandatory arguments.
Usage
locate_mandatory_LaTeX_argument(
tex_lines,
command_name,
n = 1L,
parsed_doc = NULL
)
Arguments
tex_lines |
A character vector of a LaTeX document,
– for example as obtained from |
command_name |
The command (without backslash) whose arguments' locations are desired. |
n |
Integer vector: which argument(s) to locate. If |
parsed_doc |
The result of |
[Package TeXCheckR version 0.8.1 Index]