Answer the question
In order to leave comments, you need to log in
How to insert svg into pdf generated by teX?
Tried to do it with Inkscape but it doesn't render my svg correctly.
How else can this be done?
Answer the question
In order to leave comments, you need to log in
You can use \usepackage{svg} , for example:
\documentclass{article}
\usepackage{svg}
\begin{document}
\begin{figure}[htbp]
\centering
\includesvg{logo.svg}
\caption{svg image}
\end{figure}
\end{document}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question