1
I need to put page numbering in the document I’m creating, but this document starts from page 20 for example, so I should use a command that does something like:
\cfoot{Página \thepage+20 de (Número total de Páginas)}
where thepage+20 would have to display the current page + 20, how to proceed?!
Wouldn’t it be enough to define the initial value of the page as 20? I think the
\setcounter{page}
does that.– Woss
thanks, it worked out!!!
– André Carvalho