Page Layout ⇒ Margin for List of Algorithms
Margin for List of Algorithms
Hi all,
I am using \listofalgorithms to list all the algorithms in my thesis.
My problem is how can change (reduce) the top margin of the "List of Algorithm" page?
Thanks a lot in advance..
Nawfal
I am using \listofalgorithms to list all the algorithms in my thesis.
My problem is how can change (reduce) the top margin of the "List of Algorithm" page?
Thanks a lot in advance..
Nawfal
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 many kinds of documents
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
Margin for List of Algorithms
Please submit a minimal example that shows the problem clearly and is compilable as provided.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
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
Re: Margin for List of Algorithms
Hi Thorsten,
Thanks for your reply,
As shown in the attached pic, the top margin is 1.97in, my question is how can i make it 1.0in?
BTW, I use algorithm and algpseudocode packages and \listofalgorithms command to list the algorithms.
Please, any more details i would happy to supply them.
Regards,
Nawfal
Thanks for your reply,
As shown in the attached pic, the top margin is 1.97in, my question is how can i make it 1.0in?
BTW, I use algorithm and algpseudocode packages and \listofalgorithms command to list the algorithms.
Please, any more details i would happy to supply them.
Regards,
Nawfal
- Attachments
-
- LoA-margin.jpg (9.98 KiB) Viewed 4848 times
Margin for List of Algorithms
Please post some REAL code like this:
I can't make this algorithm thing work, and if I do, it probably will not be the same as yours.
Are you using something from here:
http://en.wikibooks.org/wiki/LaTeX/Algo ... Pseudocode ?
By the way, the space from top of the page looks completely normal, margins are usually wide, for typography reasons.
Nikolay
Code: Select all
\documentclass{article}
\usepackage{algorithm}
\usepackage{algpseudocode}
\begin{document}
\newpage
\centering
\listofalgorithms
\end{document}
Are you using something from here:
http://en.wikibooks.org/wiki/LaTeX/Algo ... Pseudocode ?
By the way, the space from top of the page looks completely normal, margins are usually wide, for typography reasons.
Nikolay