fchauvel / flap

Flattening LaTeX projects
https://fchauvel.github.io/flap
GNU General Public License v3.0
17 stars 2 forks source link

Relative paths yield invalid file names (Windows) #27

Closed fchauvel closed 7 years ago

fchauvel commented 7 years ago

From @gro1729, Issue 22:

I use relative pathnames like: "../VeryLongPathName/Pyrit".

\includegraphics[width=0.275\textwidth,interpolate]{% 
.._VeryLongPathName_Pyrit}

On Linux FLaP generates a local file ".._VeryLongPathName_Pyrit" in the merged-directory. The filename is valid for Linux but not for Windows. "lualatex" also has trouble with the compilation.

fchauvel commented 7 years ago

Hopefully, Commit 3c8b22c fixes this. Let me know if you give a try.