Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing SVG doesn't work on Windows when the filename contains German special characters #42

Open
major-mayer opened this issue Nov 16, 2021 · 0 comments
Assignees

Comments

@major-mayer
Copy link

Hi,
I just noticed that on Windows the import of an SVG file doesn't work when it contains an German special characters like umlauts (ä, ö or ü.) or "ß".
For example:

\begin{figure}[h]
    \includesvg[width=\textwidth, inkscapelatex=false]{3_Dateigröße_Vergleich.svg}
\end{figure}

Will result in:


** (org.inkscape.Inkscape:8104): WARNING **: 11:06:36.618: Can't open file: d:\checkouts\laurenz-bachelorarbeit\images\3_Dateigröße_Vergleich.svg (doesn't exist)

** (org.inkscape.Inkscape:8104): WARNING **: 11:06:36.618: Can't open file: d:\checkouts\laurenz-bachelorarbeit\images\3_Dateigröße_Vergleich.svg (doesn't exist)
ink_file_open: 'd:\checkouts\laurenz-bachelorarbeit\images\3_Dateigröße_Vergleich.svg' cannot be opened!
InkscapeApplication::document_open: Failed to open: d:\checkouts\laurenz-bachelorarbeit\images\3_Dateigröße_Vergleich.svg
ConcreteInkscapeApplication::on_open: failed to create document!

Package svg Warning: The export with Inkscape failed for file
(svg)                `images//3_Dateigröße_Vergleich.svg'
(svg)                Troubleshooting: Please check in the log file how
(svg)                the invocation of Inkscape took place and try to
(svg)                execute it yourself in the terminal on input line 86.


! Package svg Error: File `3_Dateigröße_Vergleich_svg-raw.pdf' is missing.

See the svg package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.86 ...pelatex=false]{3_Dateigröße_Vergleich.svg}
                                                  
[26]

On my Linux machine, i never had this problem, but here on Windows it doesn't work.
I am using This is LuaHBTeX, Version 1.13.2 (TeX Live 2021/W32TeX) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants