Set Figure Size Latex Code Example


Example: latex width figure

\documentclass{report} \usepackage[english]{babel} \usepackage{graphicx}  \begin{document} \includegraphics[height=3cm]{example-image-b} \includegraphics[width=5cm]{example-image-b}  \includegraphics[height=3cm, width=3cm]{example-image-b} \includegraphics[height=3cm, width=6cm]{example-image-b} \includegraphics[keepaspectratio,height=3cm, width=6cm]{example-image-b} \end{document}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools