Page Layout ⇒ Margin for List of Algorithms
Margin for List of Algorithms
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 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
Margin for List of Algorithms
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Margin for List of Algorithms
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 4850 times
Margin for List of Algorithms
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