I just wanted to include an SVG file into a LaTeX Beamer presentation and I found the following articles very useful:
* <a href="http://www.tex.ac.uk/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf" title="LaTeX and Inkscape" target="_blank">LaTeX and Inkscape</a>
* <a href="http://adriangerardcooke.com/useful-documentation/latex/" title="includesvg" target="_blank">includesvg</a>
Apparently, Inkscape has a built in feature that allows you to write LaTeX-Code in Inkscape, export the generated SVG image as PDF and then even reimport this into LaTeX documents. Awesome!