I'm trying to put an image with spaces at the file name.
There is a way to fix it?
I try with this - enter link description here - but it's doesn't help :(
MWE:
\documentclass{scrartcl}
\usepackage{tcolorbox,tikz}
\tcbuselibrary{skins}
%\usepackage{etoolbox}
%\patchcmd{\Ginclude@eps}{"#1"}{#1}{}{}
\begin{document}
\tcbox[enhanced,left=0mm,right=0mm,top=0mm,bottom=0mm,boxrule=0.1pt,arc=0mm,drop large lifted shadow]{\includegraphics{this is a rabbit (a).jpg}}
\end{document}
Thank you!
P.S. It should be compile with XeTeX


