Usage
new_labelling(
type = c("arabic", "roman"),
string_html = paste0("",
"Figure\\ ####: @@@@"),
string_latex = "@@@@",
string_word = "[Figure\\ ####:]{#++++:%%%%} @@@@",
string_ref_html = "",
string_ref_latex = "\\ref{++++:%%%%}",
string_ref_word = "[####](#++++:%%%%)",
name = "fig"
)newLabelling(
type = c("arabic", "roman"),
string_html = paste0("",
"Figure\\ ####: @@@@"),
string_latex = "@@@@",
string_word = "[Figure\\ ####:]{#++++:%%%%} @@@@",
string_ref_html = "",
string_ref_latex = "\\ref{++++:%%%%}",
string_ref_word = "[####](#++++:%%%%)",
name = "fig"
)
fig(
caption = "",
label = knitr::opts_current$get("label"),
ref = NULL,
reset = FALSE
)
tab(
caption = "",
label = knitr::opts_current$get("label"),
ref = NULL,
reset = FALSE
)
eq(label, ref, reset = FALSE)