1 Star 0 Fork 4

huapeng01016 / china1-2020

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mktalk.do 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
huapeng01016 提交于 2020-08-13 21:22 . new file: LICENSE
/*
Author: Hua Peng
Date: Jun 17, 2019
Purpose: Build reveal.js slides deck for 2019 Chicago
*/
local path = ""
if "`c(os)'" == "MacOSX" {
dynpandoc stpython.md, ///
sav(index.html) ///
replace ///
to(revealjs) ///
path(/Users/hpeng01016/anaconda3/bin/pandoc) ///
pargs(-s --template=revealjs.html ///
--self-contained ///
--section-divs ///
--variable theme="stata" ///
)
}
else {
dynpandoc stpython.md, ///
sav(index.html) ///
replace ///
to(revealjs) ///
pargs(-s --template=revealjs.html ///
--self-contained ///
--section-divs ///
--variable theme="stata" ///
)
}
exit
1
https://gitee.com/huapeng01016/china1-2020.git
git@gitee.com:huapeng01016/china1-2020.git
huapeng01016
china1-2020
china1-2020
master

搜索帮助