我在 Mac 上使用 Basictex,并使用 TEXMAKER 作为编辑器。我通过以下方式安装了多行包:
tlmgr install multirow
命令。输出为
tlmgr: package repository http://ctan.space-pro.be/tex-archive/systems/texlive/tlnet
tlmgr install: package already present: multirow
显示此错误!LaTeX 错误:未找到文件“multirow.sty”。
我真的不知道发生了什么。任何帮助都感激不尽。
答案1
在 Linux 上,如果你安装了软件包,这应该可以正常工作texlive-latex-extra
文档非常庞大(有几 GB),而且本地不需要,因此通过 aptitude 安装时如果没有文档的话
aptitude install texlive-fonts-recommended texlive-latex-recommended texlive-latex-recommended-doc_ texlive-pictures-doc_ texlive-latex-base-doc_ texlive-pstricks-doc_ texlive-latex-extra texlive-latex-extra-doc_ texlive-fonts-recommended-doc_
答案2
texlive-latexextra
在基于 Arch Linux 的发行版上,此包在标准存储库中调用。
sudo pacman -S texlive-latexextra
答案3
使用Texlive 包管理器,collection-latexextra
使用以下命令安装:
tlmgr install collection-latexextra
答案4
当我最近在 MAC 上遇到这个问题时,我需要卸载texlive
并basictex
安装mactex
brew uninstall texlive
brew uninstall basictex
brew install mactex