Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

latexteada
latexteada

Posted on

     

LaTeX: Numbering the pages

Hello, how are you? :)

In this post I write about how to change the style of the numbering in the pages, how to turn the enumeration of the pages into roman numbers or letters. Let's start

Many times we want to change the style of the enumeration of the page, or alter which is the first page, well, you can do it with the\pagenumbering command, as simple as that, the syntax is

\pagenumbering{style}
Enter fullscreen modeExit fullscreen mode

Wherestyle can be

  • arabic: 1,2,3,...
  • roman: i, ii, iii...
  • Roman: I, II, III...
  • alph: a,b,c...
  • Alph: A,B,C...

You need to be careful with thestyle that you choose, notice thatalph is not the same asAlph

We need to put the instruction in the preamble

code

Produces

Screenshot from 2021-10-11 09-46-40

This does not produce thepurple line, this is the bottom of the page

You can play with thestyle available

Now, let me tell you that if you put\pagenumbering{style} in the preamble it isGlobal, this is, all the document have the samestyle

If we want that from a certain page until the end of the document we need to put the command in the desired page to be affected. Try the next code on your favorite editor and check what happens

code

I hope you notice something interesting while compiling, we are going to check it later.

This is all for today, 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