figs_tbls_unrefd {TeXCheckR} | R Documentation |
Return unreferenced figures or tables in document
Description
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.
Usage
figs_tbls_unrefd(filename, .report_error, check.labels = TRUE)
Arguments
filename |
A LaTeX file. |
.report_error |
A function to provide context to any errors. |
check.labels |
if |
Value
The labels of any figure or table left unreferenced in filename
(including inputs).
[Package TeXCheckR version 0.8.1 Index]