Skip to content

Latest commit

 

History

History
209 lines (159 loc) · 3.78 KB

SimpleBrown.md

File metadata and controls

209 lines (159 loc) · 3.78 KB
marp theme paginate
true
SDUSimple
true
<style scoped> section { text-align: center; } h1,h2{ background-color:#7a1c25; margin-left:-100px; margin-right:-100px; padding:25px; } h1{ margin-bottom:-15px; } h2{ box-shadow:0px 10px 5px 0px darkgray; } </style>

img w:460px

汇报题目 h1样式

副标题 h2样式

BeWater 2021-12-10


<style scoped> section { text-align: center; } h1 { color: #7a1c25; margin-bottom: 30px; } h6 { text-align: center; } </style>

bg left:45%

目 录

1 Slide 概述
2 文字展示
3 代码展示
4 公式展示
5 表格展示
6 图片展示
7 其它展示
8 参考文献&引用展示

本PPT借助插件Vscode插件Marp书写而成,由markdown文档编辑,方便公式和代码的展示与排版。

环境:

  • 系统:Win10
  • 软件:VsCode 插件:Marp
  • theme:自定义主题 UCASSimple ,基于官方uncover主题修改

特征:

  • 背景选用简约蓝色背景,每页上方标题栏基于Marp header格式进行修改而成。
  • 首尾页和目录页蓝色色块基于背景得到,首尾页可根据文字内容在本页修改标题样式,目录页可根据文字内容对色块进行大小位置调整

h1 h2 只在首页应用 h6 只在目录页应用

h3 标题文字

h4 标题文字

加粗文字 普通文字 斜体文字 删除线


行内代码展示

行内代码展示 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;
)

行内公式 $123$

行间公式:

$$

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}

$$

注意:行间公式的编号适配不是很好,加编号会排版错乱


表头 表头 表头
单元格 单元格 单元格
单元格 单元格 单元格

普通图片

图片滤镜命令

img w:500pximg w:300px|


背景图片

bg contain


一些表情

👍 👎 😄 ❤️ 😢 😭 🅰️ 🅱️ 😠 😁 👅 🇷🇺 🇺🇸 🇨🇳


<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{ margin-top: 100px; margin-bottom: 100px } </style>

img w:470px

请各位老师批评指正

szw0407 2023-06-05