Tagged Questions
0
votes
0answers
37 views
What variables control the space before and after table environments? [duplicate]
Code:
\documentclass{article}
\usepackage[a5paper]{geometry}
\setlength{\parindent}{0cm}
\begin{document}
text
\begin{table}[ht]
\begin{tabular}{ |c| }
\hline
text\\
\hline
...
1
vote
0answers
42 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, ...
3
votes
2answers
45 views
Placing image in second column of two column page
I would like to use a two column layout and have images and text in the second column begin at the top of the page and continue down with even spacing. I've tried using the multicol package as well, ...
1
vote
1answer
34 views
to remove unnecessary space between text and figure on same page
What is the command that I can used to remove unnecessary space between text and figure on same page?
Below command doesn't do anything
\newcommand{\squeezeup}{\vspace{-2.5mm}}
1
vote
0answers
34 views
Latex float so no stretching appears, but everything is placed on top
It has probably been already answered, but I cannot find it.
If I include images as floats, LaTeX places the last one on a single page in the middle. How do I make LaTeX to put in on the top of the ...
2
votes
1answer
59 views
Latex Section header and figure won't print on same page
I'm trying to print a section that has only figures (no text aside from captions). I have a figure that clearly does not take up a whole page (it takes up half a page at most), but for some reason I ...
8
votes
2answers
88 views
Extra page at beginning of appendix containing big figures
I have an appendix that contains two full-page figures. The first page of the appendix is always blank except for the title -- I suspect this is a common problem with appendices of full page figures.
...
3
votes
2answers
81 views
Too much space around wrap figure
I am using the wrapfig package to have my text around the figure but there is too much space around it as you can see below.
Here is the code that I am using, I looked at the wikibook on LaTeX for ...
1
vote
0answers
80 views
LaTeX creating unnecessary space
I'm getting unnecessary white spaces as in the snapshot.
It's mainly because of my figures. I'm putting my figures as
\begin{figure}[H]
\centering
\input{figures/,,,,,,.tex}
\caption[h]{....}
...
1
vote
1answer
59 views
How to properly space multirow subfloats
I have 3 subfloats, but they will not all fit on one line, so I have two in the top row and one on the bottom row. My first problem is the floats are all different sizes and they are not being spaced ...
0
votes
0answers
29 views
How to reduce space before image? [duplicate]
I m using includegraphics function for image.
Some text before image
\begin{figure}
\includegraphics[width=0.5\linewidth]{ABC.pdf}
...
2
votes
1answer
111 views
Adjusting left/right margins of a wrapfig
Is there a (simple) way to adjust the white space to the left or right of a wrapfigure? I'd like to reduce the whitespace on the left side of a right-floated figure.
Adding \hspace moves the figure ...
2
votes
1answer
49 views
Vertical spacing within float
I have a table in which I want to include two tabular elements one below the other (and justified right).
Right now I have this code, that displays exactly what I want.. I would like to add some ...
0
votes
1answer
246 views
How to remove space after image caption? [duplicate]
I am writing one article in which i need to write one image and its caption. I found space after caption seems to be more than normal.
\begin{figure}[!ht]
\centering
...
0
votes
0answers
53 views
Eliminate space after figure environment when using subfigure package? [closed]
I am trying to eliminate unwanted space following a figure environment including subfigures.
The switch from \begin{center}...\end{center} to \centering resolved this issue for figure environments ...
0
votes
0answers
32 views
Reducing vertical space between figure and caption [duplicate]
Possible Duplicate:
How to reduce space between image and its caption?
How do I reduce the space below figures and above their captions, without changing the parameters for tables?
For ...
2
votes
1answer
521 views
Add four images on a beamer frame
What is the best way to add four images on a beamer frame? I am using
\documentclass[slidestop,compress,11pt,xcolor=dvipsnames]{beamer}
\usefonttheme[onlymath]{serif}
\definecolor{LHCblue}{RGB}{4, ...
4
votes
1answer
750 views
Image on top of another one in Beamer
I am trying to place an image on top of another in beamer.
I am using
\documentclass[slidestop,compress,mathserif,12pt,xcolor=dvipsnames]{beamer}
\graphicspath{{images/}}
...
0
votes
0answers
31 views
Commands defining espacement around floats [duplicate]
Possible Duplicate:
How to define different spaces below float and non float listing?
What are the commands that define the espacement before and after a
float?
I use the \captionof ...
2
votes
1answer
100 views
How to define different spaces below float and non float listing?
I am using listings from the listings-package.
I'm having a problem with spaces below the listings. I use both, float- with h and non-float listings. The problem now is, that the spaces below the ...
4
votes
1answer
267 views
twoside introduces incorrect linespacing at end of section
I have:
\documentclass[a4paper,11pt]{report}
with no special customisation.
In one page, at the end of a section, I have a big figure with two paragraphs of text below it, and these two paragraphs ...
2
votes
1answer
52 views
How do I force using the blank space before/after a table in a two column env?
I'm using a two column environment, and I placed a table in the left column, as shown in the image:
Below it the latex source excerpt used to draw such a table:
...
4
votes
1answer
333 views
How can I use \belowcaptionskip with listing?
\documentclass{mwrep}
\usepackage{minted}
\usepackage{lipsum}
% question regarding this code
\setlength{\belowcaptionskip}{-10pt}
% end
\begin{document}
\lipsum[1]
\begin{listing}[h]
...
5
votes
2answers
4k views
Remove space after figure and before text
I have a figure in my paper (I am using IEEEtran package). After this figure there exists a space between the figure and the text. How can I reduce the size of this white space. To be specific the ...
6
votes
2answers
292 views
Spacing between figures and texts
I'm having some issues dealing with figures. It happens that when I have a page with some text and then it comes a figure, with H property, who doesn't fits into the same page as the text, the text ...
11
votes
1answer
1k views
Reduce space after \includegraphics
I do not know how to reduce the vertical space between a figure and the following text or line.
LaTeX code:
\begin{document}
\centering
\includegraphics[width = 5.0cm]{logo.png}
\HRule
...
3
votes
2answers
320 views
Page breaks after images in figures / minipages
I'm using minipage environments for two images next to each other in a paper. My code looks like this:
\begin{figure}[htb]
\centering
\begin{minipage}{0.5\textwidth}
...
7
votes
1answer
243 views
Guaranteeing that the vertical space above and below a figure are equal
How do I guarantee that the vertical space above and below a figure (including the caption) are equal? The automatic [h!] placement is not doing this by default. In my particular case, it's leaving ...
2
votes
2answers
1k views
How to add a newline after a figure?
It seems that after figures there is no vertical space whatsoever. LaTeX doesn't seem to like me adding a \\ after the figure, too.
How can I accomplish some vertical spacing after a figure?
Here's ...
3
votes
1answer
6k views
Vertical space between figures
I really want to get rid of some of the whitespace between figures and subfigures, it is completley unecessary and sometimes causes a page of figures with a third landing on page two with text, while ...
13
votes
1answer
4k views
How can I modify vertical space between figure and caption?
\documentclass{article}
\usepackage[draft]{graphicx}
\begin{document}
\begin{figure}
\centering
\setlength\fboxsep{124pt}
\setlength\fboxrule{1pt}
\fbox{\includegraphics{dummy}}
\caption{Dummy ...
6
votes
1answer
2k views
scrreprt – How to adjust distance between caption and table?
I am new to LaTeX, tentatively using it to prepare a complicated industrial document (laboratory test report). I had selected the report class. After numerous experiments, I have just found that just ...
11
votes
1answer
2k views
Unwanted space after figure environment
When the figure environment directly follows a \[ ... \] environment an unwanted space occurs in the output. It obviously seems to be an endlinechar which is changed into a space.
...
5
votes
1answer
1k views
\parskip inserts extra space after floats (and listings)
This question seems to be a duplicate of How to remove the skip after a listing when "\parskip" is increased with "\baselineskip"? but the answer given there doesn’t work although ...
7
votes
3answers
966 views
Border around figure does not fit
I want to insert a bitmap image in my document. I would like to put a tight and thin border line around the image. Apparently, the way to do this is with \framebox. I want to have the border fit ...
4
votes
1answer
1k views
Change \abovecaptionskip for some floats only
I'd like to change the \abovecaptionskip (space between figure and caption) for the listing floats of the minted package only.
How can I do that?
13
votes
2answers
737 views
\intextsep gives doubled space
If a float (black box) follows my {example} environment (gray left line) the skip between them is too big. I guess it’s twice \baselineskip but it should be only one \baselineskip plus some glue. It ...
5
votes
4answers
2k views
vspace around table and figure environment
I've got table and figure environments, some placed "here" with h and some arranged automatically. But all together I don't like the spacing above and below the figure and table environments.
I ...
0
votes
1answer
352 views
Vertical space between headlines, tables, images and the following text too large
Is there a way to globally set a value (or minimum and maximum value) for the vertical space between, for instance,
headlines, tables, images and the like
and
the following text.
Right now I have ...
3
votes
1answer
421 views
Set width of LaTeX float # in List of X
Using the LaTeX float package, I've created a new float:
\newfloat{schema}{htb}{los}[chapter]
\floatname{schema}{{Schema}}
The list of schemas at the beginning of my document is created with the ...
10
votes
1answer
673 views
How can I inject the proper amount of vertical space between captions and figures?
In my source document, I have an image and a code listing, separated by some text. When I generate PDF using pdflatex, the image is just above the listing, and it looks like the caption for the image ...
7
votes
1answer
1k views
Vertical spacing in floats
I am using a float inside the text. As I found out, using \intextsep I could set space above and below the float and the texts. But when I am using \setlength{\intextsep}{5mm}, the space below the ...
3
votes
2answers
523 views
table causing misalignment in two column layout
I'm fairly new to LaTeX and I've run into a problem I'm not even sure how to Google. I'm using the two column document class IEEEtran for a scientific paper. However the text in the right hand column ...
0
votes
2answers
472 views
How to control float element to achieve compact output?
You may say the second question is duplicated. There are so many discussions about how to control the position of float. But they don't meet my needs. I want to reduce the blank area
whilst float ...
4
votes
2answers
2k views
A style prevents me from setting \belowcaptionskip, how do I change that?
I am writing a paper using the llncs style (Springer lecture notes for computer science). Using the default formatting, the distance between and the caption and the caption and the table is very big, ...
11
votes
1answer
7k views
How to change the spacing between figures/tables and text?
I was wondering if there is any way to lessen the spaces between figures and text. In my paper I have a lot of figures (graphics) and it is inconvenient for me to have default (large) spaces between ...
5
votes
3answers
3k views
Control spacing around table caption
I want to put several tables in the same table float like this:
\documentclass[a4paper, 12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{subfig}
\begin{document}
\begin{table}
\caption{Internal ...
4
votes
1answer
1k views
Space after float with [h]
this is my first time here, and I have this question:
I'm writing my thesis, that includes many tables and figures in a float environment, with the caption at the end of it. I defined the space ...
7
votes
2answers
4k views
How can I reduce padding after figure?
\documentclass{mwrep}
\usepackage[draft]{graphicx}
\usepackage{hyperref}
\usepackage[all]{hypcap}
\makeatletter
\g@addto@macro\@floatboxreset\centering
\makeatother
I use figures with captions.
...
3
votes
1answer
136 views
Reduce vertical space at the bottom of a 'ruled' 'newfloat'
I have defined a custom float using the newfloat command from the float package. My custom float uses the ruled style, defined in the same package. This is a minimal example of what I'm doing:
...