我想编译这个文件:
\documentclass[10pt,a4paper]{article}
\usepackage{IEEEtrantools}
\begin{document}
•
\end{document}
但出现错误:
! LaTeX Error: File `IEEEtrantools.sty' not found.
我如何安装这个包?
我在 Ubuntu 20.04 上按以下方式安装了 texlive:
sudo apt-get install texlive texlive-lang-german texlive-latex-extra
sudo apt-get install texmaker
感谢您的帮助!