Lincest / BUAA-Marp-Theme

A marp-based academic slide theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUAA-Marp-Theme

image-20230401205208836

image-20230401205155968

based on: https://github.com/kaisugi/marp-theme-academic

feature:

  • BUAA logo (red / blue)
  • optimize font
  • table adjust

Usage

export to html:

npx @marp-team/marp-cli@latest buaa.md -o buaa.html --theme-set ./theme --pdf-outlines --allow-local-files

export to pdf:

npx @marp-team/marp-cli@latest buaa.md -o buaa.pdf --theme-set ./theme --pdf-outlines --allow-local-files

for more commands, see: https://github.com/marp-team/marp-cli

to have a preview in vscode, you could add below to your settings.json:

{
    // ...
    "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"
    ],
}

Example

About

A marp-based academic slide theme


Languages

Language:CSS 100.0%