有没有可以替代 brew install pdflatex 的插件?

有没有可以替代 brew install pdflatex 的插件?

我正在尝试使用一个不再维护的、依赖于 pdflatex 的项目。然而,

% brew install pdflatex
==> Downloading https://formulae.brew.sh/api/formula.jws.json
######################################################################################################################################################################### 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
######################################################################################################################################################################### 100.0%
Warning: No available formula with the name "pdflatex". Did you mean pdf2htmlex?
==> Searching for similarly named formulae and casks...
==> Formulae
pdf2htmlex

To install pdf2htmlex, run:
  brew install pdf2htmlex
% brew install pdf2htmlex
Error: pdf2htmlex has been disabled because it has an archived upstream repository!

是否有 pdflatex 的替代品,我可以使用它来运行这个依赖于它的程序?

相关内容