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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
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