├── LICENSE
├── README.md
├── Slides.html
├── Slides.md
├── Slides.pdf
├── bg.png
├── fm.png
└── 算法训练营第八期-科研文献.pdf
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2020 ChenYang
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Marp_theme_for_THUslides
2 | 使用 Marp 制作清华大学组会 Slides模板(可以换自己学校的背景图片)
3 |
4 | 因为懒,不想用 PPT 做组会的 Slides,所以马哥做了一个 Marp 的模板直接套平时 Markdown 的笔记,就能出 Slides.
5 |
6 | 用法:看马哥写的Slides.md,结合源代码读生成的PDF,然后再自己试着做一个就会了。
7 |
8 | 好处:
9 |
10 | 1. Markdown语法,复制黏贴笔记就行了
11 | 2. 打公式方便
12 | 3. 排版比 Latex 模板更方便
13 |
14 | BUG:
15 | 1. 导出 PDF 的时候记得先关掉预览
16 |
17 | 2. 实在导不出,用 terminal 命令导出 html,再用浏览器转 PDF(其实直接用 html 也行...)
18 |
19 | 导出 html :`marp Slides.md`
20 | 导出 PDF :`marp Slides.md --pdf`
--------------------------------------------------------------------------------
/Slides.html:
--------------------------------------------------------------------------------
1 |