Lincest / BUAA-Marp-Theme

A marp-based academic slide theme
17 stars 2 forks source link

编译之后没有北航的logo #1

Open csuhjhjhj opened 1 year ago

csuhjhjhj commented 1 year ago

buaa.md在编译之后没有北航的logo,这个是什么问题,应该如何解决。

Lincest commented 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 导出后没有发现问题, 建议详细说明编译过程和方式以定位问题.

csuhjhjhj commented 1 year ago

我在vscode里面预览的状态是

image

右上角没有北航的logo,使用你上面说的命令导出成为pdf发现也没有buaa的logo。这个问题应该如何解决?

Lincest commented 1 year ago

我在vscode里面预览的状态是 image 右上角没有北航的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"
    ],

部分的三个文件改为你本地的对应主题文件链接.