Tagged Questions
1
vote
1answer
36 views
how to customize size of the image through arguments?
Relating from this link, Create command to inline an image in a question? is there a way so the image can be modified? Example \Image[20][10] where 20 is the height and 10 is the width.
2
votes
1answer
129 views
how to get the size of a \pgfdeclareimage
Basically I want to use a TikZ node to frame a pgfimage, so later on, I will add more and connect them as I see fit.
I have this:
\pgfdeclareimage[width=10em]{image1}{images/image1}
...
6
votes
2answers
311 views
Resize all images in Latex to a percentage width
I am auto-generating multiple tex files using pandoc (one tex file for each of my chapters). Pandoc generates this tex code for each image.
\begin{figure}[htbp]
\centering
...
5
votes
1answer
475 views
Scale an image where both width & height are off limits
When using images bigger than the text-area, I want to scale them but considering at the same time width and height. The problem happens to appear when both width and height are off limits. Here, I ...