showErrors | R Documentation |
Show errors in parsed Latex object
showErrors(
x,
repeatSrcline = FALSE,
errorMsgTwice = FALSE,
lineNumbers = TRUE,
showAllLines = FALSE
)
x |
A LaTeX2 object. |
repeatSrcline |
Repeat the source line when it has multiple errors? |
errorMsgTwice |
Show the error message at both the start and end of a multiline error? |
lineNumbers |
Show line numbers on output? |
showAllLines |
Show all lines whether they have errors or not? |
A list of paths to errors, invisibly.
parsed <- parseLatex("\\end{baz} \\begin{foo} \n \\begin{bar} $1+1\n4",
recover = TRUE, showErrors = FALSE)
showErrors(parsed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.