All Questions
Tagged with figure-placement graphics
13 questions
3
votes
2
answers
67
views
How to format wrap text (including caption) properly, such that my main text does not overlap my caption
The image shows the output of the script, where the blue highlighted equation overlaps the caption of figure 15.1
I want the highlighted equation to be centered underneath the main section of text, ...
0
votes
0
answers
11
views
Image displacement in Texmaker [duplicate]
When I want to put some images next to each other and then put a text after it, the images displace undesirably (they go after the text). I'm using Texmaker.
1
vote
0
answers
61
views
How to overlay figure caption on a image in overleaf latex?
I am using Overleaf latex. I have an input image that I cannot change/reorganize. I need to use this image to create a figure. The image itself is full page high. The left bottom of the space has ...
2
votes
1
answer
72
views
Paragraph gets under the figure despite being above in code
I am trying to make the paragraph to be above the figure yet it is put below. Why ?
I have tried different figure options with no success.
\paragraph{Poniżej jest porównanie obrazów przed i po ...
2
votes
1
answer
35
views
Figure gets cut/doesnt pass to next page
Here's the code:
\begin{figure}[h!]
\centering
\begin{subfigure}[t]{1\textwidth}
\centering
\begin{tikzpicture}
\draw
(0,0) coordinate(v0) {}
(v0)--++(...
0
votes
0
answers
55
views
Graphics moving to wrong places
I am currently editing a long document in which the text is illustrated with numerous graphics and tables. When I started editing it the graphics were more or less close to the relevant parts of the ...
0
votes
0
answers
65
views
Aligning figures in subfigure environment
I would like to know, how is it possible to correctly align all figures below without passing through a vectorial processing software. Is it possible in LaTex ? I am working with subfiguresbut didn't ...
0
votes
3
answers
70
views
Unable to insert image using wrapfigure [closed]
I am trying to add an image to my document (\documentclass[english]{report}).
This is what I wrote:
\documentclass[english]{report}
\usepackage{graphicx,wrapfig}
\begin{document}
\begin{wrapfigure}{R}...
1
vote
2
answers
47
views
How to align these images?
So I was inserting images like this in a sub-images and the last image is not coming as a whole. How to do this? Any help would be appreciated.
\usepackage{graphicx}
\usepackage{authblk}
\usepackage{...
3
votes
2
answers
219
views
How to combine a top figure* with a figure and a bottom figure* on the same page in a twocolumn document?
This question is related to this question, but a different case is considered.
Consider you have a blue text with a figure* and a figure, followed by a red text with another figure*.
Because Latex ...
0
votes
0
answers
13
views
How to make these 2 figures be in subsequent pages (twosided document class)
\begin{figure}[H]
\centering
\begin{subfigure}[t]{1\textwidth}
\includegraphics[width=\textwidth]{Chapters/Pictures/c_4/842/t x p, ts.png}
\caption{Ring 842: Rock. Observations ...
1
vote
1
answer
406
views
How to control caption position within subfigure?
Consider the following code
\begin{figure}[h!]
\centering
\begin{minipage}{\linewidth}
\centering
\begin{subfigure}[b]{.4\textwidth}
\centering
\includegraphics[width=\...
0
votes
1
answer
169
views
How to group five different images in latex such that empty space among them should be minimum and values in image clear to see?
I wanted to create above image in latex (Currently done using PPT). Five different images I wanted to plot as one along with there title at bottom of each figure and The visibility of values in image ...