figs_tbls_unrefd {TeXCheckR} | R Documentation |
Useful for checking whether all the figures and tables in a document have been
referenced in the main text. You may exclude figures and tables from the check by using
the directive
% may_be_left_unreferenced:
in the preamble before the label that is to be excluded.
figs_tbls_unrefd(filename, .report_error, check.labels = TRUE)
filename |
A LaTeX file. |
.report_error |
A function to provide context to any errors. |
check.labels |
if |
The labels of any figure or table left unreferenced in filename
(including inputs).