Otherssvg-Package semes to be installed but cannot be used

Information and discussion about other TeX distributions not listed above; installation, administration; field reports
Post Reply
Preppy1312
Posts: 1
Joined: Sat Nov 16, 2024 9:00 pm

svg-Package semes to be installed but cannot be used

Post by Preppy1312 »

Here what I typed in my terminal:

Code: Select all

sudo tlmgr install svg                                                                                                                                                                          
tlmgr: package repository /usr/share (not verified: unknown)
tlmgr install: package already present: svg
Here my LaTeX Code:

Code: Select all

\usepackage{svg}
\begin{document}
	\includegraphics[height=1cm]{[i]File-Path to svg-grafic without endingin[/i]}
\end{document}
Here the output when compiling:

Code: Select all

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics
Post Reply