+1 vote
in General IT Tips by (40.5k points)
I want to scale down the size of an image file in the latex document, i.e., a slightly bigger photo should fit in the given smaller space in the latex document. How can I do it?

1 Answer

+3 votes
by (71.8k points)
selected by
 
Best answer

You can use the scale parameter to change the size of an image file in a LaTex document. In the following example, the size of the image file "mypic.png" will be set to 1/4 of its original size. If your image file is small and you want to increase its size, you can set the scale to a value >1. 

\includegraphics[scale=0.25]{mypic.png}} 

Related questions

+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer

...