Questions tagged [figure-placement]
81 questions
3
votes
1 answer
Figures placement in a scientific paper
I am currently writing a paper for a conference. Here is what I would like to do in terme of figures placement:
I have difficulties with Fig. 2 to place the figure at the bottom of the second page.
Here is the simple code that you can find in…
2
votes
4 answers
Change the place of a figure
\documentclass{article}
\usepackage{amsfonts,amsmath,amssymb,graphicx,amsthm,mathtools,systeme}
\usepackage{geometry}
\geometry{left=1.5cm,right=1.5cm,top=1.5cm,bottom=2.3cm}
\begin{document}
\noindent Let $D$ be the region bounded by the…
Student
- 1,134
- 2
- 9
- 27
1
vote
2 answers
How can I get rid of the extra white space of figures?
My codes are:
\documentclass[aps,pra,twocolumn,margin=1mm]{revtex4-2}
\usepackage{graphicx}
\usepackage{overpic}
%%%%%%
\begin{document}
\begin{figure*}
%\centering
\begin{overpic}[width=3in]{tree.jpg}\put(6,68){(a)}\end{overpic}
…
karry
- 137
1
vote
1 answer
One figure next to the other in LaTeX, in a particular case
I have written the following code in LaTeX which produces what is in the image below. My question is, how can I make it so that the two figures are in the same row, one next to the other?
I have tried using minipage and subfigure but could not work…
Toni
- 13
0
votes
1 answer
Multiple Images in outer border
I am trying to achieve what is in the image below
.
I considered to use wrapfig package, but I'd have to know beforehand where to place each wrapfig…
user131051
- 115
0
votes
1 answer
My figure is forced to the end of the text, what can I do?
I would like to put my big figure in front of the text.
But when I run the code, the figure is forced into the back.
Here is the figure:
Here is the code:
\documentclass{report}
\usepackage[utf8]{inputenc}
\usepackage{graphicx} %…
Annie
- 93