Questions tagged [overpic]
60 questions
6
votes
3 answers
overpic absolute positioning for local figure only
I am trying to use overpic with absolute positioning for a single figure only. The \usepackage[abs]{overpic} sets absolute positioning for all figures. Is there a way to define it for the local overpic environment only? Or is there a way to load…
Markus
- 1,365
4
votes
2 answers
Draw tilted arrow on a diagram using overpic
I have an image in PNG format. I wanted to draw some arrows over it. These arrows are neither horizontal nor vertical. I am facing problem while assigning the directions to vector.
Below is the image (in which I have drawn the lines from image…
ravi
- 1,618
0
votes
0 answers
Option "width" is not allowed in the new version of overpic (Jan 5th, 2024)
I was happily using overpic, with the following MWE (replace Annulus-PBma-essai.pdf by any .pdf file)
\documentclass…
0
votes
1 answer
bug in overpic with abs and unit?
The following code works absolutely fine:
\documentclass[varwidth=\maxdimen]{standalone}
\usepackage{overpic}
\begin{document}
\begin{figure}
\fbox{\begin{overpic}[unit=30mm]{example-grid-100x100bp.jpg}
\end{overpic}}%
…
Chachni
- 183
0
votes
0 answers
Dotted lines with Overpic
A normal line within the overpic environment can be placed with:
\put( 122.00, 82.00) {\color{blue} \line(1,0){ 23}}
Is there a way to draw - - dashed/dotted lines with overpic?
Research:
The documentation isn't that good for referencing
3kstc
- 931
- 6
- 22
0
votes
1 answer
Latex: How to draw an equilibrium arrow with overpic?
Does anybody know how to draw an equilibrium arrow with overpic (into a picture)?
With equilibrium arrow I mean the arrows in a chemical equilibrium equation:
In the code I would like to put an equlibrium arrow, where %\put(30,11)\ce{<=>}…
Sophie
- 199