powered by
Checks whether a closing quote has been used at the start of a word.
check_quote_marks(filename, .report_error, rstudio = FALSE)
LaTeX filename.
A function determining how errors will be reported.
Use the rstudioapi package to jump to the location of the first error.
rstudioapi
if (FALSE) { tex_file <- tempfile(fileext = ".tex") cat("This is the wrong 'quote' mark.", file = tex_file) check_quote_marks(tex_file) file.remove(tex_file) }
Run the code above in your browser using DataLab