1
vote
0answers
30 views

Remove the unnecessary white space between figures and the sentences

This is the command I used to have the figures. \begin{figure}[h] \centering \includegraphics[scale=0.2]{ch5} \caption{lalalalal} \label{llaa} \end{figure} However, ...
7
votes
2answers
84 views

Is there something between singlespace and onehalfspace?

Perhaps there is a trivial solution for this, but I wonder if there is anything between singlespace and onehalfspace. The reason is that, when I use singlespace it seems to be very compact while ...
0
votes
0answers
48 views

`\setspace` and `\enumerate`

Forgive the long listing, worried about the behavior of some packages. I am looking to fix the space between text and enumerated list as I switch between \singlespace and \doublespace. Note the ...
3
votes
2answers
66 views

How to make a box with a height based on multiples of the current line height

How can I create (in XeLaTeX) a box that has a defined height in multiples of lines that keeps this size 100% without any additional spacings? Please see the following MWE: \documentclass{article} ...
10
votes
1answer
135 views

Controlling space after heading when doublespaced

I'm writing a document with both doublespaced and singlespaced sections. I'm using the setspace package to do the doublespacing and the koma-script report class for the document. In the double spaced ...
4
votes
4answers
226 views

vertical spacing in array with double-spacing

Double-spacing seems to mess up the vertical spacing inside of arrays. For example, the braces below extend too high. Is there a way to have the array contents centered vertically within the braces? ...
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. ...
9
votes
1answer
970 views

Confusion: \onehalfspacing vs. \spacing vs. Word vs. the world?

I have to write a paper with the requirement to use "1.5 line spacing" 12pt Times New Roman. Naturally I used \usepackage{setspace} \begin{document} \onehalfspacing Lorem ipsum… So far so good. But ...
7
votes
2answers
583 views

The gap between two double-spaced footnotes is too large. How can I fix

I have to have footnotes double-spaced, but if I use \begin{doublespace} and \end{doublespace} within footnotes, then the gap between two footnotes becomes too wide. Could anybody fix it? ...
5
votes
1answer
215 views

How to prevent additional vertical space around tall inline equations

I've got a Figure caption with a couple of short inline equations in it, one of which being $\psi_\text{pseudo}$, and because of the subscript + descender, LaTeX inserts additional space between this ...
6
votes
3answers
4k views

Reducing spacing after headings

I've searched many sites but I couldn't get any answer. Here is this mystical question: How can i reduce the spacing after headings? Here is my code. \documentclass[12pt,a4paper]{article} ...
12
votes
3answers
432 views

Changing ALL spacing in a TeX document

I'm taking an exam and I'm allowed a two side page with information on it. Naturally I want to put as much as possible on it so: What are all the spaces that I can change to fit as much information ...
10
votes
2answers
253 views

Where does whitespace between two consecutive lines come from?

I'm trying to get a "contact sheet" where identically sized boxes are laid out next to each other without any whitespace. As my goal is to use this in a generated document, and as the number of items ...
2
votes
0answers
81 views

Make all \begin{quote} … \end{quote} blocks single spaced with setspace? [duplicate]

Possible Duplicate: Reduce the space between a quotation and a title I am writing a double-spaced paper using the setspace package. I need quotations to be formatted with single spacing, ...
3
votes
2answers
374 views

Reduce the space between a quotation and a title

When I use the quotation environment at the start of a section I get too much space between the title and the start of the quotation. How to modify spacing around quotation environment? has ways to ...
1
vote
1answer
211 views

Preventing whitespaces between sections after using \linespread{2}

I'm working on my thesis and there is something rather strange going on in terms of whitespacing. All is well if I do not use the linespread command. However, as soon as I do use it, sections seem ...
2
votes
3answers
2k views

A equation skip problem (amsmath package and \above/belowdisplayskip)

I puzzled by a problem about math equation skip for days. I set the \lineskiplimit, \lineskip, \abovedisplayskip and others length macros before and after equations all to zero, but there has still ...
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 ...
16
votes
2answers
8k views

How can I increase the line spacing in a matrix?

I'm trying to create a pmatrix whose components are rather complicated fractions (Christoffel symbols), and the line spacing is too small making the whole thing a bit cramped and hard to read. Is ...
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 ...