I have the following svg I want to include, that I've nicely converted to a pdf following How to include SVG diagrams in LaTeX?.
Now I want to include it in my document, however the document's name and path:
fig/plots/php-src/2013-01/weka.classifiers.bayes.NaiveBayes-curves.pdf_tex are causing me a headache. How do I escape it so that \input understands it???
\input{fig/plots/php-src/2013-01/weka...pdf_tex}? I don't get a problem when I just include a file using\input{this.is.an.external.document.pdf_tex}... – Werner Jul 10 '16 at 02:41