Tagged Questions
1
vote
0answers
35 views
How to position wide figures in two column documents
I want to an image at the bottom of a page in a two column document. Using figure* causes the image to jump to jump to the bottom of the document. Is there a way to do avoid this?
Here is an example:
...
0
votes
0answers
32 views
Chapter header is not placed right before pagebreak
I have a document that is followed by a set of appendices. In one of these appendices, I want to include flowcharts as figures that take a whole page. The way I want it to look is as follows:
First ...
1
vote
0answers
25 views
Fine Tuning Float Positioning [duplicate]
How can I make a float have a dedicated page AND be always placed on an EVEN page (ie left page of double sided book)?
I explicitly do not want to have certain floats taking up a whole page on the ...
0
votes
0answers
22 views
let latex decide where to place a picture in multicol environment
I have a three column text with floating pictures. The whole latex code is made by scripting. The pictures are sometimes badly placed, so that the text is streched out (vertical space in between ...
1
vote
0answers
14 views
Figure section including image goes above the section definition [duplicate]
Trying to use the following code:
\subsection {Shop}
\begin{figure}
\makebox[\textwidth][c]{
\includegraphics[scale=0.65]{shop.png}
}
\caption{Shop Tab}
\label{fig:shopTab}
...
8
votes
2answers
83 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.
...
1
vote
0answers
52 views
Positioning figures
I want to force a table and a figure to appear in a page with nothing except them. I've tried \clearpage but it makes lots of extra spaces in the document. Also some of the figs appear in the end of ...
1
vote
1answer
57 views
How to split the page with images on the right and information to the left
I would like to do the following but more correctly:
I would like to have to have the images on the right and information on the left. I tried using wrapfigure package to do it but I don't think ...
2
votes
0answers
100 views
Picture “stuck” in a position
I am inserting several figures in my text with the \includegraphics command but some of them are not being placed correctly and they don't move when I change the command's parameters.
This works ...
1
vote
1answer
88 views
How to force a figure and a table to stay on the same page in LaTeX? [duplicate]
I have an image and a table that I want to display on a page. Each eats up little less than half of the space available so there's not much room for any other stuff on that page, but I know there is ...
3
votes
2answers
79 views
Caption issue when placing figure side by side
I placed 2 figures side by side using the minipage method from this post, and the figures look perfectly fine. However, the caption of the right figure stick out into the margin, why is that and how ...
3
votes
2answers
78 views
How to arrange floating image top centered?
I am using image in my report as follows to make it top centered.
\documentclass{article}
\usepackage{lipsum}% http://ctan.org/pkg/lipsum
\usepackage{graphicx,caption}% ...
4
votes
2answers
51 views
Force position of full page sized figure
I'd like to have text that is placed after a figure which occupies a whole page also to be placed after that page in the produces PDF file.
Imagine this (pseudo latex, not necessarily a working ...
2
votes
1answer
51 views
Figure is put in the center of the page
I made a figure containing subfigures, but it keeps appearing in a whole page, so lots of white space. I don't know why.
This picture explains what i mean:
This is the code used:
\clearpage
...
5
votes
0answers
91 views
Placing text in the margin next to a figure using ConTeXt
What is a good way to place a short paragraph in the margin next to a figure in ConTeXt?
I've been trying the following code, but it places the \inmargin text at the base of the figure which only ...
3
votes
1answer
174 views
How to put a full-width table at the top or bottom of the same two-column page as the reference text?
I'm posting today because I would like to reduce white space in a document I'm writing.
The content is two-columns but I have floating tables that span across both columns (table*).
At some point, ...
4
votes
2answers
142 views
KOMA-Script captionbeside and custom floats
In a KOMA-Script report, I want to use a custom float for algorithms and display an algorithmic-environment with a caption right next to it instead of below. Apart from the fact that I have to wrap ...
1
vote
0answers
77 views
A figure and table side by side [closed]
I tried to insert my plot in many ways in this code but did not work. Can someone kindly please tell me where can I insert my plot below code; especially I dont understand whats \rule{} is also.
...
5
votes
1answer
263 views
Image placement in LaTeX (twocolumn mode)
I'm beginning to work on my senior thesis for biochemistry and I'm excited to use LaTeX to make a nice looking final product.
I'm new to LaTeX though so I don't actually know that much about it. ...
4
votes
2answers
141 views
Figure and table side by side with common caption
I'm not a LaTeX expert, and I want to align a table and a figure side by side, with a common caption; the table and the figure should be aligned to the bottom, too.
I tried this:
\begin{figure}
...
1
vote
1answer
62 views
Prevent Float from being placed within a paragraph
is it possible to prevent a float from being placed within a paragraph? I know there has been another post (How to protect text from being split by a float?) with a similar question, but I would like ...
4
votes
2answers
154 views
Figure and Table next to each other (memoir class) [duplicate]
To save space, I would like to place the following table next to each other. Each has a separate caption. I have this,
I want this,
Sample code,
\documentclass[]{memoir}
...
1
vote
1answer
124 views
Figures in subfigure not aligned
I have 2 figures identical in size, I even aligned them myself in Illustrator, just to be sure, and when I put them in subfigure side by side, they are not horizontally aligned!
The worst part is, I ...
2
votes
1answer
89 views
How can you place a figure caption inside a table using LyX?
I have 3 graphs I would like to use in a LyX document. In order to save space I have placed the 3 graphs into a 2x2 table and in the final box I have inserted the figure caption.
When I try and ...
0
votes
1answer
126 views
Formatting In LateX
I am new latex and in the learning phase. I making a document on it, but the problem is that its formatting is incorrect as i compile the source code of the latex. like i am making a table and it ...
2
votes
1answer
80 views
Where to place images and tables for a good layout?
I use KOMA Script which always places images in the top of the page. I don't think that this always looks nicely, but if I change the place of my images it doesn't seem much better. Unfortunately I ...
0
votes
0answers
17 views
Figure environment help [duplicate]
I have added an pdf image using the figure environment, but I have noticed that the figure is located automatically by LaTeX, at the beginning of the page, so if I change the text it can be out of ...
5
votes
1answer
129 views
What would cause LaTeX to put text and tables on separate pages?
My document is being generated with many pages with a short paragraph of text on one page, a short table on the next page, another short paragraph of text on the following page, etc. There is plenty ...
0
votes
0answers
106 views
\newpage and \clearpage not working for large table [closed]
I use the agutex class. The last appendix has a big table which always crosses whatever comes after the appendix. I tried using \newpage and \clearpage.
I put it at the end after all the figures etc. ...
2
votes
2answers
156 views
Shift a figure element more to the left corner
How can I put the image more to the left page side to have more space for it?
\begin{figure}[!htb]
\centering
\includegraphics[width=0.9\textwidth]{timetable}
\caption{Zeitplan}
\label{fig:timetable}
...
1
vote
1answer
119 views
Figures and tables do not fit on page
I am using the elsarticle class and the standard template provided by them (see below). My problem is that all the figures are being put on the last page of my paper all tables are not being shrinked. ...
1
vote
1answer
221 views
One table/figure per page in LaTeX
I am struggling with figure/table positioning in LaTeX. Basically, I'd like to have one figure/table per page. I found how to, but the problem is that LaTeX puts the table/figure in a single page, but ...
1
vote
1answer
110 views
Customize the position of a figure
Hello although this question has been asked several times, I still can't position my figures at the right place. I have installed the float and the here packages. and the code is as follow:
...
0
votes
0answers
35 views
Why is the figure moving to a next page? [duplicate]
The first page of chapter is left blank, while the figure is drawn on the next page?
\chapter{Diagrams}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\tikzset{user/.style={circle, ...
5
votes
1answer
92 views
Figure with ganttchart above section title [duplicate]
I'm fairly new to using LaTeX, so don't blame me for asking obvious questions. The ganttchart in the code below will be placed above the section title, and I have no clue why. Any help would be ...
0
votes
0answers
42 views
Preparing a report but sections are twisted [duplicate]
I'm on a Mac (10.8.2) running with the latest TeX Live from MacPorts working with the latest TexShop.
As stated above my sections are twisted, meaning I've a section for the table and one for the ...
2
votes
1answer
87 views
Caption on the side of a table
I tried to use the floatrow package together with the approach from the accepted answer from (Caption on the side of a figure) to put my table caption to the right top hand side of my table. However, ...
0
votes
0answers
30 views
control figure & table placement - specific case [duplicate]
Attached an image of my document output.
Notice the last page (bottom-right) is almost empty and contains only a small table.
The document continues after this page for a few more pages of text.
I ...
0
votes
0answers
36 views
How to make an inset in a figure [duplicate]
Possible Duplicate:
Image inside another image
How can I have an inset (smaller picture) within a larger picture in LaTeX? is there any function for this or do I have to combine the ...
2
votes
1answer
120 views
How remove empty line between two subsections?
I am going to insert an image between two subsections. When the image is big, it shifts to next page and remain an empty line between subsections. how can i remove this empty line?
and, also i put an ...
1
vote
0answers
63 views
Figure goes to the end of the section [closed]
I am writing a paper using TeX, and I want to make this;
bla bla.... page of text but talking about Fig.1 bla bla
New page with only the Fig. No text
New page with text bla bla
I ...
4
votes
2answers
164 views
How to align two diagrams on the same line [duplicate]
I would like to know how can I put two diagrams on the same like rather than one of the top and one at the bottom. which consumed too much space on the paper. Here are the codes for the figure which I ...
14
votes
2answers
312 views
Image inside another image
I currently have some LaTeX code to have multiple images side by side:
\begin{figure*}
\begin{center}
\includegraphics[height=2cm]{foo11.jpg}
\includegraphics[height=2cm]{foo12.jpg}\\
...
3
votes
1answer
170 views
Place figures at the bottom of a page
Does anyone know how to place figures at the bottom of a page ?
At the moment, it automatically goes at the top of a new page...
I am using LyX.
2
votes
1answer
117 views
Set my lstlisting at the exact place in my code (like “h” for figure)
When using lstlisting, my displayed code is sent back on the top of my page.
I would like to have the same kind of option as:
\begin{figure}[h]
...
\end{figure}
ie having displayed my code exactly ...
1
vote
2answers
145 views
about \usepackage{graphicx,floatrow} in latex
When I use the code: \usepackage{graphicx,floatrow}, the caption of a table ends up under the table. This does not meet the requirement of Springer (book publisher).
1
vote
0answers
115 views
How to force LaTeX to place a figure exactly where I want [duplicate]
Possible Duplicate:
Force figure placement in text
How to influence the position of float environments like figure and table in LaTeX?
How can I force LaTeX to insert a figure exactly ...
7
votes
1answer
118 views
How to fix a figure at the top or bottom of a column within multicol?
Within the multicol environment I want to be able to fix a figure to be displayed at either the top or bottom of a column (as in a scientific journal).
The figure environment cannot be used in ...
2
votes
1answer
54 views
same float in multiple places pdflatex [duplicate]
Possible Duplicate:
How to recall a figure without rewriting it
I have some floats (tables) that i would like to use in several spots in the document.
For this use a normal reference is ...
0
votes
0answers
104 views
Why does using figure* move my figures to the bottom page? [closed]
I am trying to insert two pictures side by side in a two column document.
This works fine, but inserts only in one column:
\begin{figure}
\hfill
\subfigure[Title ...
