Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
6.13k stars 959 forks source link

Display "Page X of Y" in footer? #381

Open mrichman opened 6 months ago

mrichman commented 6 months ago

How can this be done?

rphsantos commented 6 months ago

This is what I use in my properties to get page numbers:

header-includes: 
- \usepackage{lastpage}
footer-left: "\\thepage \\hspace{1pt} / \\pageref*{LastPage}"