How can I use filenames with commas with pdfpages?
The grffile package didn't help, the \detokenize command didn't help either
Also the \string command doesn't work. For ex.
\includepdf{\string"C:/data/tesi/papers_literature_review/stampati/Tyebjee, Bruno - A model of venture capitalist investment activity.pdf"}
Gives me:
Unknown graphics extension: .pdf". ...nture capitalist investment activity.pdf"}
That is to say I have tried any solution of this answer without success
Please don't answer saying that I should not use commas in file names. We are in 2017 and we still have troubles dealing with special characters
Here is a non working example:
\documentclass[a4paper]{article}
\usepackage[utf8x]{inputenc}
\usepackage[multidot, extendedchars]{grffile}
\usepackage{pdfpages}
\begin{document}
\includepdf[keepaspectratio]{\detokenize{C:/data/tesi/papers_literature_review/stampati/Tyebjee, Bruno - A model of venture capitalist investment activity.pdf}}
\end{document}
\includepdf, because\includegraphicsseems to work. – egreg Jun 01 '17 at 07:18\AM@setphantomdoc #1,#2\ENDin its code. So the comma is a stop marker. (As far as I can see is it part of the code to resort page, e.g. for booklets and there are more comma lists involved). – Ulrike Fischer Jun 01 '17 at 07:46