我texstudio
在 Ubuntu 中使用并且我想使用 svg 包:
\usepackage{svg}
未找到文件“svg.sty”。^^M
我发现的唯一东西是封闭螺纹。
我尝试安装该包失败了:
$ tlmgr install svg
(running on Debian, switching to user mode!)
cannot setup TLPDB in /home/ar2015/texmf at /usr/bin/tlmgr line 5336.
我哪里错了?
更新
这是我的代码:
\begin{figure}[ht!]
\centering
\includesvg[width=140mm]{images/pos_before.svg}
\caption{Previous output \label{overflow}}
\end{figure}
请避免链接到不能直接解决问题的帖子。
答案1
根据 Paul Gessler 的建议,问题得到了解决
我刚刚添加了--no-install-recommends
以减少已安装的 Ubuntu 包的大小:
sudo apt-get --no-install-recommends install texlive-latex-extra