I am using Kile to write latex documents. I want to include .svg picture in my document. After including
\usepackage{svg}
and compiling my document into pdf, I have an error:
"File 'svg.sty' not found. \usepackage "
So I downloaded package svg from ftp.tex.ac.uk but I don't know how to install it. I tried to use package manager, but it didn't see this as a package. Can someone suggest me how can I do that?