Tagged Questions
4
votes
3answers
53 views
Combine \listoflistings and \listofalgorithms into one list
The title said it all...I want to combine the two under one list with the title "Algorithms and program code". Style wise the page should match the usual style of the other lists (\listoffigures, ...
5
votes
1answer
65 views
Typesetting listofalgorithms like listoffigures and listoftables using titletoc
I would like to typeset the \listofalgorithms generated by package algorithm in the same way than the \listoffigures and \listoftables, using package titletoc. However, I have not been able to find a ...
2
votes
1answer
123 views
Make List of Algorithms formatting match LOT/LOF
I'm working on my thesis, and I have a minor formatting problem with my list of algorithms.
The entry is added properly in the TOC and the font, size dotting and numbering are perfect, but for some ...
3
votes
2answers
94 views
How to remove “Algorithm #” caption prefix but keep list of algorithms?
I am using the algorithm-package and would like to name my algorithms without any generated prefix. So I would like to remove "Algorithm #" as prefix from my caption, but still keep the list of ...
3
votes
1answer
106 views
Add the word “Algorithm” before each entry in the List of Algorithms
I'm trying to add the word "Algorithm" before each entry in the List of Algorithms (because of unavoidable thesis guidelines).
I saw similar questions but the solutions listed there don't work for ...
1
vote
1answer
135 views
List of Algorithms header format [closed]
Does anyone know why the header of List of Algorithms is not equal to the format of List of Tables when both using with
\listoftables
or
\listofalgorithms
Here is a screenshot:
7
votes
1answer
154 views
The line spacing in the list of algorithms
This is my code:
\documentclass[12pt,a4paper]{book}
\usepackage[T1]{fontenc}
\usepackage[chapter]{algorithm}
\renewcommand{\baselinestretch}{1.5}
\begin{document}
\begin{spacing}{1.2}
...
5
votes
1answer
391 views
Add algorithm label to list of algorithms
I'm using the classicthesis package along with the algorithmic package.
I'm trying to get the list of algorithms to look the same as the list of figures/tables etc., but cant find a way to make it ...
6
votes
1answer
85 views
How to prevent indent on \listofalgorithms?
How can I prevent the \listofalgorithms from being indented? I tried everything I could find on the internet, but the index of my algorithms refused to be aligned along with the title.
Here is a MWE:
...
3
votes
1answer
194 views
Prevent \listofalgorithms from producing blank page
I'm writing my thesis with latex, and there's a chapter in which are described some algorithms using the algorithmicx package. What I want to do is to place an index of algorithms at the very ...
4
votes
1answer
1k views
algorithmicx no listofalgorithms in contents section
So I'm using algorithmicx to define some algorithms. It looks great, but I have one problem. When I use \listofalgorithms a page is created with the captions and links to the algorithms. However, ...