suffix_labels {rj} | R Documentation |
Make article labels and bibliographies unique with a suffix
suffix_labels(
file,
suffix,
macros = c("label", "ref", "cref", "autoref", "pageref", "subref", "nameref",
"eqref", "bibitem", "cite", "citep", "citealt", "citet", "citealp")
)
file |
The file to convert. |
suffix |
A unique suffix to add to label and bib IDs. |
macros |
Latex macros |