Tagged Questions
4
votes
2answers
176 views
Get a includegraphic to stick in the same place for several beamer slides
I am working with a presentation where I want a sequence of slides with a figure that changes slightly for each slide.
I want the figure to to stay in the same place for many slides and I want to ...
3
votes
1answer
586 views
including tif/eps/pdf fails due to bounding box/dimensions
when inserting an image into my *.tex-file, I get the error
Dimension too large
the command was (reduced to the important lines)
\begin{figure}[tbp]
\includegraphics{graphics/3-1-23}
\end{figure}
...
4
votes
2answers
471 views
How to rotate a picture in 3 dimensions?
I have a picture like this:
I want to use this picture rotated like this (inline with the text as well as separately):
Is there a way to achieve this?
7
votes
3answers
5k views
set a maximum width and height for an image
I would like to define a maximum height and a maximum width for an image at same time. I suppose there must be a package to do this, but actually I'm unable to find it...
2
votes
1answer
38 views
How to suppress units such that they can be passed to viewport key?
How to suppress units in length macros such that they can be passed to viewport. See the following Minimal Not Working Example,
\documentclass{article}
\usepackage{graphicx}
\newsavebox\IBox
...
3
votes
1answer
143 views
Force stringification of a length
I'm trying to include a background image of the correct size based on the two variables \IApaperheight and \IApaperwidth.
To do this, I'm converting the lengths to a rounded text value and ...