Can anyone suggest an idea why the code below reports an error?
! Undefined control sequence.
\Ginclude@graphics ...\Ginput@path \set@curr@file
{#1}\edef \uq@curr@file {\...
l.7 \includegraphics{HR.jpg}
I'm using MiKTeX 2.9 on Windows 10 and it fails with all LaTeX'es except LuaLateX.
\documentclass[10pt,a4paper]{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\includegraphics{HR.jpg}
\end{figure}
\end{document}
.pngimage without any problem. – Zarko Oct 11 '19 at 04:12LateXinstead ofPDFLaTeXas you are using.jpgimage... – MadyYuvi Oct 11 '19 at 05:48