Latex command that I use.
pdflatex --file-line-error --synctex=1 --shell-escape test.tex
Note that this only works with inkscape on the path.
\listfiles | |
\documentclass{article} | |
\usepackage[T1]{fontenc} | |
\usepackage{svg} | |
\usepackage{svg-extract} | |
\begin{document} | |
\begin{figure} | |
\centering | |
\includesvg[inkscapelatex=true, width=0.5\linewidth]{test.svg} | |
\caption{Some text.} | |
\label{name} | |
\end{figure} | |
\end{document} |