marp | theme | paginate |
---|---|---|
true |
UCASSce |
true |
BeWater 2021-12-10
<style scoped> section { text-align: center; } h1 { color: rgb(60, 112, 198); margin-bottom: 30px; } h6 { text-align: center; } </style>
<style scoped> section { text-align: center; } h1 { color: rgb(60, 112, 198); margin-bottom: 30px; } h6 { text-align: center; } </style>
本PPT借助插件Vscode插件Marp书写而成,由markdown文档编辑,方便公式和代码的展示与排版。
环境:
- 系统:Win10
- 软件:VsCode 插件:Marp
- theme:自定义主题 UCASSce ,基于官方uncover主题修改
特征:
- 背景选用果壳风景,每页上方标题栏基于Marp header格式进行修改而成。
- 首尾页和目录页图片基于背景得到,首尾页可根据文字内容在本页修改标题样式,目录页可根据文字内容对图片进行大小位置调整
h1 h2 只在首页应用 h6 只在目录页应用
加粗文字
普通文字
斜体文字
删除线
行内代码展示 this is a code
python code
# python code
import torch
def Net()
C++ code
//c++ code
#include<iostream.h>
#include<string.h>
using namespace std;
int main(
cout<<"hello world!";
return 0;
)
行内公式
行间公式:
$$
D(x) = \begin{cases} \lim\limits_{x \to 0} \frac{a^x}{b+c}, & x<3 \ \pi, & x=3 \ \int_a^{3b}x_{ij}+e^2 \mathrm{d}x,& x>3 \ \end{cases}
$$
注意:行间公式的编号适配不是很好,加编号会排版错乱
表头 | 表头 | 表头 |
---|---|---|
单元格 | 单元格 | 单元格 |
单元格 | 单元格 | 单元格 |
图片滤镜命令
一些表情
👍 👎 😄 ❤️ 😢 😭
<style scoped> h3 { text-align:center; margin-bottom: 50px; } </style>
Marp 官方文档 link 分栏显示 link Marp VSCode教程 link CAI Marp详细教程博客 link theme gaia 源代码 link theme uncover 源代码 link
<style scoped> section { text-align: center; } h1{ text-align:center; } </style>