LateX Quick Referenceby Saji P. K. |
HomeFiguresPackage : \usepackage{graphicx} Figures are considered as 'floats' because they find a position where they can fit, automatically. To insert a figure : \includegraphics[]{} Give the scale in the square bracket and file name in the {} Example: \includegraphics[scale=0.356]{figures/fig08.png} |