sudo tlmgr install svg tlmgr: package repository /usr/share (not verified: unknown) tlmgr install: package already present: svg
Here my LaTeX Code:
\usepackage{svg} \begin{document} \includegraphics[height=1cm]{[i]File-Path to svg-grafic without endingin[/i]} \end{document}
Here the output when compiling:
Filename.tex: Error: 5: File `svg.sty' not found. \usepackage
Can somebody help me? What's going wrong? For me, it seems it has been installed but I cannot import it.