Write a thesis of Peking University with R markdown syntax. (北京大学学位论文模板。)
The pdf template of bookdown-pku originated from the LaTeX template ‘CasperVector/pkuthss’ . I modified it as ‘tex/template_pku.tex’, i.e. the title, author and abstracts were moved from the original LaTeX template to the yaml of ‘index.Rmd’.
Install R, bookdown, LaTeX, and bookdownplus. Then run the following code in R language to create a book from this template:
library('bookdownplus')
bd('pku_zh')
More detals could be found here.
comments powered by Disqus