veto_sic {TeXCheckR} | R Documentation |
Veto sic
Description
Vetoes words in a LaTeX document that are marked '[sic]' for the purpose of spell checking by replacing them (and '[sic]' itself) with white space of equal length.
Usage
veto_sic(tex_lines, quote = TRUE, sentence = !quote, words_ante = 1L)
Arguments
tex_lines |
A character vector. |
quote |
(logical, default: |
sentence |
(logical, default: |
words_ante |
The number of words to exclude. Ignored if |
[Package TeXCheckR version 0.8.1 Index]