Page LayoutWhat variable keep number of page?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

What variable keep number of page?

Post by artemff »

What variable keep number of page?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

What variable keep number of page?

Post by Stefan Kottwitz »

The page number is stored by a counter with the name page. It can be printed using the macro \thepage.

Stefan
LaTeX.org admin
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

Re: What variable keep number of page?

Post by artemff »

Stefan_K, Thanks
Post Reply