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!
Page Layout ⇒ listOfAlgorithms and page numbering style
-
- Posts: 13
- Joined: Thu Sep 25, 2008 1:20 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
listOfAlgorithms and page numbering style
Please build a small, complete and compilable, shortly said a minimal working example (MWE) instead of posting useless code snippets.
Best regards
Thorsten
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
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
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
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