How to insert very large image/figure in LaTeX

To insert a very large image in LaTeX, use the \textwidth command to stretch the image.

\includegraphics[width=0.75\textwidth]{...}

0.75\textwidth meant 75% of the text width.

Related

This entry was posted in LaTeX and tagged , , . Bookmark the permalink.

2 Responses to How to insert very large image/figure in LaTeX

  1. pushpinder sing says:

    hi , i want to know the commands to attach a folder containing pdf figure to tex file of letex.

  2. Selinap says:

    I don’t think that you can do that automatically in LaTeX. However, you can use scripting language such as Python to do that.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>