Pdf-Tex export doesnt mask dots in filename

Bug #1608204 reported by Anton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Triaged
Low
Unassigned

Bug Description

When saving a document with dots in the filename as eg. my.file.svg as pdf with pdf-tex export enabled inksacpe writes in the my.file.pdf.tex

    \put(0,0){\includegraphics[width=\unitlength,page=1]{my.file.pdf}}%

However this causes Latex to be unable to find the file. This line should be changed to

    \put(0,0){\includegraphics[width=\unitlength,page=1]{{my.file}.pdf}}%

To be able for latex to find the file. More info about the issue here:
http://tex.stackexchange.com/questions/10574/includegraphics-dots-in-filename

OS: Fedora 23
Inkscape version: 0.91 r13725

Tags: latex pdf
Anton (honigmelone)
summary: - Inkscape Pdf-tex export doesnt mask dots in filename with
+ Pdf-Tex export doesnt maks dots in filename
summary: - Pdf-Tex export doesnt maks dots in filename
+ Pdf-Tex export doesnt mask dots in filename
Revision history for this message
jazzynico (jazzynico) wrote :

Thanks for taking the time to file a report!

Bug reproduced on Widows XP, Inkscape trunk rev. 15028.
Unfortunately, the proposed fix doesn't seem to work with texmaker for Windows. Maybe an issue with that tool. I'll try to test on Xubuntu 16.04 later to confirm.

Changed in inkscape:
importance: Undecided → Low
milestone: none → 0.93
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.