View source: R/check_footnote_typography.R
check_footnote_typography | R Documentation |
Check footnote typography
check_footnote_typography(
filename,
ignore.lines = NULL,
.report_error,
rstudio = FALSE
)
filename |
A LaTeX file. |
ignore.lines |
Lines to ignore (for example, those using the word 'footnote'). |
.report_error |
A function to provide context to any errors. |
rstudio |
(logical, default: |
See https://github.com/grattan/grattex/blob/master/doc/grattexDocumentation.pdf for full set of error conditions.
Called for its side-effect.
## Not run:
tex_file <- tempfile(fileext = ".tex")
cat("Footnote not ending with full stop.\\footnote{No sentence}", file = tex_file)
check_footnote_typography(tex_file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.