Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

latexteada
latexteada

Posted on

     

LaTeX: Numbering the Pages & Customization

Hello, how are you? :)

In this post I tell you

  • How to start the page numbering from other number, different of 1
  • How to mix the numbering style and the page numbering

Let's start!!!

Page Numbering

Do you remember that inthis post I tell you how to customize the style of the numbering in the page, now you can use

\setcounter{page}{n}
Enter fullscreen modeExit fullscreen mode

Wheren is the desired starting page number

  • If we put this instruction in the preamble the starting page of the document is going to ben

But we can put this instruction on the body of our document and have different enumerations inside the document

Mixing Styles

What if I want to have multiple styles of numbering in my document, we first need to put the style and then the number, it is

\pagenumbering{style}\setcounter{page}{n}
Enter fullscreen modeExit fullscreen mode
  • You can check thestylehere

Code to try

Check this code by yourself :)

This is all, thank you!!!

Do not forget to follow me on Twitter@latexteada

Greetings :)

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Hello, this is where I am going to give some base briefs of LaTeX
  • Location
    México
  • Work
    Student
  • Joined

More fromlatexteada

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp