I have this code:
\setlength{\fboxsep}{0pt}\let\includegraphicsbak\includegraphics\renewcommand*{\includegraphics}[2][]{\colorbox{white}{\includegraphicsbak[#1]{#2}}}
How can I make it work with the starred version of \includegraphics
?
I get this error if \includegraphics*
is used in the file:
! LaTeX Error: File `*' not found.