使用默认的html配置会报错(Mac os+VSCode,quarto render命令)
FATAL (/Users/Applications/quarto/share/filters/main.lua:3761) An error occurred:
Could not run /Users/zhaozhf/LLM_in_Action-main/include-code-files as a JSON filter.
Please make sure the file exists and is executable.
Did you intend 'include-code-files' as a Lua filter in an extension?
If so, make sure you've spelled the name of the extension correctly.
The original Pandoc error follows below.
Error running filter /Users/LLM_in_Action-main/include-code-files:
Could not find executable /Users/LLM_in_Action-main/include-code-files
使用pdf配置
pdf:
pdf-engine: xelatex
documentclass: report
mainfont: "Noto Sans CJK SC"
toc: true
number-sections: true
会报两个图片webp格式的问题
ERROR:
compilation failed- error
LaTeX Error: Cannot determine size of graphic in ./images/autogen_2.webp (no BoundingBox).
ERROR:
compilation failed- error
LaTeX Error: Cannot determine size of graphic in ./images/diagram-assistant.webp (no BoundingBox).
使用默认的html配置会报错(Mac os+VSCode,quarto render命令)
使用pdf配置
会报两个图片webp格式的问题