Page Layout ⇒ listOfAlgorithms and page numbering style
-
- Posts: 13
- Joined: Thu Sep 25, 2008 1:20 pm
listOfAlgorithms and page numbering style
I'm trying to fix the last things of my latex style (I'm newbie about it, ok?)
What I want to do:
A list of Figures, numered in roman number "i"
A list of tables, "ii"
A list of algorithms, "iii"
To do so, I did:
\usepackage[boxed,portugues,lined,algochapter]{algorithm2e}
(...)
\pagenumbering{roman}
\setcounter{page}{1}
\listoffigures
\pagebreak
\listoftables
\pagebreak
\listofalgorithms
It works fine, except for the list of algorithms. In somewhere that I could not identify, I got:
List of figures: "i" (ok)
List of tables: "ii" (ok)
Algorithms: "3" (error)
What am I doing wrong?
Thanks!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
listOfAlgorithms and page numbering style
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 13
- Joined: Thu Sep 25, 2008 1:20 pm
Re: listOfAlgorithms and page numbering style
The files are attached. I also put two not default styles on the zip file.
The problem: I need that the pages 5, 6 and 7 have a bottom-centralized "i", "ii" and "iii".
Thanks!
Roberto
- Attachments
-
- problem.zip
- (85.68 KiB) Downloaded 215 times