Tagged Questions
2
votes
1answer
100 views
Problems with overriding the values in a cls file
I'm writing a thesis and I'm trying to make the Table of Contents single spaced.
This question was asked before and I tried the following solution in my .tex file:
\begin{singlespace}
...
1
vote
1answer
196 views
Mimic memoir ToC layout in titletoc output
I with the help of a previous answer on here Different tocdepth for main toc and in-section toc, I have made it so my titletoc is able to contain subsections while my main toc does not have them. ...
1
vote
1answer
140 views
Reduce the spacing of the Table of Contents
How do I reduce the line spacing in my Table of Contents?
I tried with \renewcommand{\baselinestretch}{1} but it doesn't...
0
votes
1answer
223 views
Single spacing long entries in List of Figures and moving page number [closed]
I'm assembling my master's thesis in latex and I'm currently having trouble with spacing in my List of Figures. Currently, if there is an entry that extends more than one line, it is double spaced and ...
5
votes
2answers
268 views
Problem about double space in list of figures when using endfloat package
I'm writing a manuscript using endfloat to make all the figures at the end of the article.
However, when using the code below to eliminate numbers from lists of figures, the definition ...
4
votes
1answer
1k views
How to change spaces between items in Table of Contents
Is it possible to get it without using package titletoc? I'm using special chapter style which doesn't work with this package.
6
votes
1answer
677 views
Tocloft and list of figure: Change Line Spacing between listings
This not the same question as here.
While creating a list of figures with tocloft the way shown in the example, I would like to control the line spacing between the listings of the figures. With ...
3
votes
2answers
2k views
How can I single-space text within entries of my table of contents?
I am writing my dissertation. My university requires that the document be double-spaced; I am using the setspace package to do this. However, I must single-space entries of the table of contents ...
5
votes
2answers
897 views
How to set different line spread for table of contents than the rest of document?
I am writing my final paper on university, and we have to use double line spread and Times New Roman.
If I set \linespread{1.6} in the preamble everything is fine, except that in the table of contents ...
3
votes
3answers
765 views
Reduce line spacing in minitoc package
I am using the minitoc package to add chapter TOC's in a thesis. The entire document (including the main table of contents) is doublespaced, but I want the chapter toc's to be single spaced. I specify ...
7
votes
1answer
514 views
Second page of list of figures: spacing too large
I have a list of figures which spans multiple pages. The first page is looking just fine but when it continues on to the next page, the space between the lines is more than tripled compared to the ...
11
votes
3answers
4k views
How to change the line spacing in my list of figures?
I am using the book documentclass and have a list of figures. After much trouble I noticed that there is a blank line to separate figures that are in different chapters, but not if they are within the ...
1
vote
2answers
1k views
What is wrong with the line spacing of my lists of figures and tables?
Since a good picture is better than a long text, here is the problem:
And here is most of my Latex file up to this point:
\documentclass[12pt,a4paper,oneside]{book}
\usepackage{setspace}
...