include png lates 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/} }
\usepackage{graphicx}
\graphicspath{ {./images/} }
\includegraphics{image}
%Path relative to the main .tex file
\graphicspath{ {./images/} }