insert piture into latex code example
Example 1: include picture in latex
\usepackage{graphicx}
\graphicspath{ {./images/} }
\includegraphics{image}
Example 2: insert figure latex
%Path relative to the main .tex file
\graphicspath{ {./images/} }