I need to insert a figure created with Inkscape in a tex document.
I have an 'images' subfolder where I store all my images.
In this folder I have some subfolders.
An insert statement works with relative paths except with the pdf_tex file Inkscape create, I wonder how to fix that (I do now want to put my images along the *.tex files...)
Then, all layer created by Inkscape doesn't appear. I wonder if it's a LaTeX related issue or Inkscape?
Here's the message error I get while compiling:
!pdfTeX error: pdflatex (file ./images/my_image.pdf): PDF inclusion: req
uired page does not exist <4>
my_image.pdf_texwith your tex editor and search for the line\put(0,0){\includegraphics[width=\unitlength,page=4]{my_image.pdf}}%Does it work if you comment this line? And how many pages does the filemy_image.pdfhas? – samcarter_is_at_topanswers.xyz Jul 06 '17 at 20:27.pdf_texfile. Try to update? – samcarter_is_at_topanswers.xyz Jul 06 '17 at 21:00\graphicspath{{images/subfolder/}}in the preamble? (and then including the TeX files inimagesand the PDF files inimages/subfolder) – scaramouche Jul 10 '17 at 12:40