Learn R Programming

TeXCheckR (version 0.2.0)

check_quote_marks: Check quote marks in TeX

Description

Checks whether a closing quote has been used at the start of a word.

Usage

check_quote_marks(filename, .report_error)

Arguments

filename

LaTeX filename.

.report_error

A function determining how errors will be reported.

Examples

Run this code
# NOT RUN {
  tex_file <- tempfile(fileext = ".tex")
  cat("This is the wrong 'quote' mark.", file = tex_file)
  check_quote_marks(tex_file)
  file.remove(tex_file)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab