I want to extract SVG picture for my Beamer presentation. I do the following but I get output in Fig. 1, based on the thread answer How to include SVG diagrams in LaTeX?, without any errors/warnings
# https://tex.stackexchange.com/a/2107/13173
inkscape -D -z --file=image.svg --export-pdf=image.pdf --export-latex
Input is Wiki Ebola SVG picture.
Fig. 1 Output from the command where all textual content is missing
OS: Debian 8.7
Inkscape: Inkscape 0.48.5 r10040 (Oct 7 2014)


image.pdf_texfile. You have to include it into your document with\input{image.pdf_tex}– Mar 05 '17 at 08:00