Usage
setCaptionNumberingKnitrHook(
captionName = "fig.cap",
prefix = "Figure %s: ",
suffix = "",
optionName = paste0("setCaptionNumbering_", captionName),
resetCounterTo = 1
)setFigCapNumbering(
captionName = "fig.cap",
prefix = "Figure %s: ",
suffix = "",
optionName = paste0("setCaptionNumbering_", captionName),
resetCounterTo = 1
)
setTabCapNumbering(
captionName = "tab.cap",
prefix = "Table %s: ",
suffix = "",
optionName = paste0("setCaptionNumbering_", captionName),
resetCounterTo = 1
)