Page LayoutlistOfAlgorithms and page numbering style

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
robertoneto123
Posts: 13
Joined: Thu Sep 25, 2008 1:20 pm

listOfAlgorithms and page numbering style

Post by robertoneto123 »

Hello,

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

listOfAlgorithms and page numbering style

Post by localghost »

Please build a small, complete and compilable, shortly said a minimal working example (MWE) instead of posting useless code snippets.


Best regards
Thorsten
robertoneto123
Posts: 13
Joined: Thu Sep 25, 2008 1:20 pm

Re: listOfAlgorithms and page numbering style

Post by robertoneto123 »

Sorry about that, I still newbie on that...

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 211 times
Post Reply