我正在尝试使用 LaTeX Workshop 和 MikTex 在 VSCode 上设置 LaTeX。
我下载了 MikTex 并使用 GUI 直接将 demo.tex 编译为 PDF,一切正常。但是当我在 VSCode 上使用 LaTeX Workshop 时,出现了以下问题:
Latexmk: Missing input file 'fullpage.sty' (or dependence on it) from following:
'! LaTeX Error: File `fullpage.sty' not found.'
Collected error summary (may duplicate other messages):
pdflatex: Command for 'pdflatex' gave return code 1
Refer to 'hw1.log' for details
Latexmk: Use the -f option to force complete processing,
unless error was exceeding maximum runs, or warnings treated as errors.
Latexmk: Examining 'hw1.log'
=== TeX engine is 'pdfTeX'
Latexmk: Errors, so I did not complete making targets
LaTeX Workshop 似乎无法使用我已安装的 MikTex。
我使用 RStudio,因此基于此问题我怀疑它可能使用了 TinyTex,但我无法确认。
我如何告诉 LaTeX Workshop 使用我下载的 MikTex?
我用的是 Mac。