【发布时间】:2023-02-19 09:57:25
【问题描述】:
当我尝试将 Quarto Book 重新发布到 Quarto Pub 上已建立的 url 时,我在终端中收到错误消息。在重新发布之前停止的终端中的错误消息是:
"compilation failed- no matching packages
LaTeX Error: File `scrreprt.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
Enter file name:
Emergency stop.
<read *>
l.10 ^^M
我不清楚如何解释错误消息。
我最近将这份文件从 bookdown 转换为 Quarto Book。过去,我使用以下终端命令成功地将内容发布到 Quarto Pub url:
quarto publish quarto-pub
完整的 index.log 文件可在项目 GitHub 存储库中找到,地址为https://github.com/Kenai-Watershed-Forum/kenai_thermal_imagery_v2/blob/main/index.log
主存储库位于https://github.com/Kenai-Watershed-Forum/kenai_thermal_imagery_v2。
我已验证安装了最新版本的 R、RStudio 和 TeXWorks。
> version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
crt ucrt
system x86_64, mingw32
status
major 4
minor 2.2
year 2022
month 10
day 31
svn rev 83211
language R
version.string R version 4.2.2 (2022-10-31 ucrt)
nickname Innocent and Trusting
【问题讨论】:
-
尝试重新安装
tinytex。 -
我已经卸载并重新安装了当前版本的 tinytex,并重新启动了 PC,结果相同。
-
当我尝试在两台不同的 PC 上发布未更改的 Quarto Book 模板时,我也重现了同样的错误。
标签: latex rstudio bookdown quarto