General ⇒ Trouble with page numbering
-
- Posts: 2
- Joined: Sun Sep 14, 2008 11:26 pm
Trouble with page numbering
I have a really simple problem, but I can't seem to find the solution.
I want my LaTeX document to start the first page with a given number. For instance 5.
If a normal document would have 4 pages, it would have the page numbers 1,2,3 and 4, but I want it to be 5,6,7 and 8 or 11,12,13,14
Hope this is possible with LaTeX.
Thanks,
Dan
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
-
- Posts: 2
- Joined: Sun Sep 14, 2008 11:26 pm
Trouble with page numbering
Code: Select all
\setcounter{page}{5}
to start at page 5.
But I am glad I found this forum, now I have a resource place to look for tips regarding LaTeX
