Description Usage Arguments Value
Check consecutive typeset words
1 2 | check_consecutive_words(path = ".", latex_file = NULL,
md5sum.ok = NULL)
|
path |
Path containing the latex file. |
latex_file |
The LaTeX file (without path) whose output will be checked. |
md5sum.ok |
The output of |
An error if words are repeated on consecutive lines, together with cat() output of the offending lines.
Lastly the tools::md5sum
of the file is returned in the error message, so it can be supplied to md5sum.ok
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.