- vscode with Latexshop extention
- texlive2022 or later
- texlive bin in your path
build and view.
use tlmgr
command to search which package contains the file. example:
$ tlmgr search --global --file "/perpage.sty"
tlmgr: package repository https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet (not verified: gpg unavailable)
bigfoot:
texmf-dist/tex/latex/bigfoot/perpage.sty
the results show that it is contained in bigfoot
package.
tlmgr install bigfoot
please search solution in the Internet or create a new issue.