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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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 4764 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