Open csuhjhjhj opened 1 year ago
buaa.md在编译之后没有北航的logo,这个是什么问题,应该如何解决。
使用 npx @marp-team/marp-cli@latest buaa.md -o buaa.html --theme-set ./theme --pdf-outlines --allow-local-files
导出后没有发现问题, 建议详细说明编译过程和方式以定位问题.
我在vscode里面预览的状态是
右上角没有北航的logo,使用你上面说的命令导出成为pdf发现也没有buaa的logo。这个问题应该如何解决?
我在vscode里面预览的状态是 右上角没有北航的logo,使用你上面说的命令导出成为pdf发现也没有buaa的logo。这个问题应该如何解决?
尝试将 vscode 配置中
"markdown.marp.themes": [
"https://raw.githubusercontent.com/Lincest/BUAA-Marp-Theme/master/theme/buaa_red.css",
"https://raw.githubusercontent.com/Lincest/BUAA-Marp-Theme/master/theme/buaa.css",
"https://raw.githubusercontent.com/Lincest/BUAA-Marp-Theme/master/theme/buaa_blue.css"
],
部分的三个文件改为你本地的对应主题文件链接.
buaa.md在编译之后没有北航的logo,这个是什么问题,应该如何解决。