D
D
doublench212016-05-03 10:34:22
TeX
doublench21, 2016-05-03 10:34:22

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

1 answer(s)
R
Rampages, 2016-07-09
@doublench21

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}

Or else you can try exporting through Inkscape:
At the output of the resulting .tex file, tear out the contents and paste it into your project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question