From 51fd41589005320f1169be9bac30774e952a978d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=BB=BA=E6=B4=B2?= Date: Tue, 24 Oct 2017 00:13:54 +0800 Subject: [PATCH 1/4] HW5 --- 1700017797.md | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 1700017797.md diff --git a/1700017797.md b/1700017797.md new file mode 100644 index 0000000..b7d44a4 --- /dev/null +++ b/1700017797.md @@ -0,0 +1,69 @@ +name: home + +class: center, middle + +# 自我介绍 + +  + +蔡家骥 (jiajicaiyp@pku.edu.cn) + +主页:https://github.com/JeffCai0519 + +## 简单介绍 + +-- + + + +count: false + +### 1. 出国 + +### 2. 回国 + +####  2.1 小学 + +####   2.2 中学 + +### 3. 北大 + +??? + +brief introduction + +--- + +## 一点点python + +```python +print('Hello World') +``` + + + +--- + +## 突然爆照 + +*that's me!* + + + +--- + +## `\(\LaTeX{}\)` in remark + + +1. This is an inline integral: `\(\int_a^bf(x)dx\)` +2. More `\(x={a \over b}\)` formulae. + +Display formula: + +$$e^{i\pi} + 1 = 0$$ + +--- + +class: center, middle + +# 谢谢 \ No newline at end of file From 32afb93a38c65105287934abcc4763e79cb3e6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=BB=BA=E6=B4=B2?= Date: Tue, 24 Oct 2017 12:51:41 +0800 Subject: [PATCH 2/4] fix --- source.md | 53 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/source.md b/source.md index 45a409c..b7d44a4 100644 --- a/source.md +++ b/source.md @@ -1,47 +1,54 @@ +name: home + class: center, middle -# 讲义题目 +# 自我介绍 -    -#### 作者姓名 (author@email.com)   +蔡家骥 (jiajicaiyp@pku.edu.cn) + +主页:https://github.com/JeffCai0519 + +## 简单介绍 + +-- -主页: https://github.com/author ---- -## 本讲内容 +count: false -### 1. 第一部分 +### 1. 出国 -####     1.1 如何学习 -####     1.2 好好学习 -####     1.3 好好学习 +### 2. 回国 -### 2. 第二部分 +####  2.1 小学 -### 3. 第三部分 +####   2.2 中学 + +### 3. 北大 + +??? + +brief introduction --- -## 第一部分 +## 一点点python -```c -int main() -{ - printf("Hello world\n"); - return 0 ; -} +```python +print('Hello World') ``` + + --- -## 插图 +## 突然爆照 -** Ada Lovelace ** +*that's me!* - + --- @@ -59,4 +66,4 @@ $$e^{i\pi} + 1 = 0$$ class: center, middle -# 谢谢 +# 谢谢 \ No newline at end of file From 10ff2333a686b2bf926fd4194767d40a276df927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=BB=BA=E6=B4=B2?= Date: Tue, 24 Oct 2017 13:01:22 +0800 Subject: [PATCH 3/4] minor fix --- source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source.md b/source.md index b7d44a4..2ecdf0c 100644 --- a/source.md +++ b/source.md @@ -10,6 +10,8 @@ class: center, middle 主页:https://github.com/JeffCai0519 +--- + ## 简单介绍 -- From d30e3a18b43d0e9dd07dd355f464f311fdc849db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=BB=BA=E6=B4=B2?= Date: Tue, 24 Oct 2017 13:09:29 +0800 Subject: [PATCH 4/4] minor fix --- 1700017797.md | 69 --------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 1700017797.md diff --git a/1700017797.md b/1700017797.md deleted file mode 100644 index b7d44a4..0000000 --- a/1700017797.md +++ /dev/null @@ -1,69 +0,0 @@ -name: home - -class: center, middle - -# 自我介绍 - -  - -蔡家骥 (jiajicaiyp@pku.edu.cn) - -主页:https://github.com/JeffCai0519 - -## 简单介绍 - --- - - - -count: false - -### 1. 出国 - -### 2. 回国 - -####  2.1 小学 - -####   2.2 中学 - -### 3. 北大 - -??? - -brief introduction - ---- - -## 一点点python - -```python -print('Hello World') -``` - - - ---- - -## 突然爆照 - -*that's me!* - - - ---- - -## `\(\LaTeX{}\)` in remark - - -1. This is an inline integral: `\(\int_a^bf(x)dx\)` -2. More `\(x={a \over b}\)` formulae. - -Display formula: - -$$e^{i\pi} + 1 = 0$$ - ---- - -class: center, middle - -# 谢谢 \ No newline at end of file