View source: R/lazy.page.number.R
lazy.page.number | R Documentation |
Allows page numbering style to be changed. For instance, from roman numerals in an introduction to arabic numbers in the body of a report
lazy.page.number(num_style = c("arabic", "roman", "Roman", "alph", "Alph"))
num_style |
A character(1) giving the numbering style for the page |
Each time the page numbering is changed, the page counter is
reset to 0 (meaning the next page will be numbered 1). If the number
needs to be preserved, this can be done using lazy.counter
with
counter="page"
.
Benjamin Nutter
lazy.page.number("Roman")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.