All Questions
3 questions
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.
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}...
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 ...