Skip to content

fecet/sustechthesis-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

南方科技大学本科学位论文模板 sustechthesis-markdown

为什么要学LaTeX, 如果你已经会markdown?

编译

  1. 安装R

  2. 安装tinytex,bookdown, 进入R命令行:

    install.packages("tinytex")
    install.packages("bookdown")
    install.packages("reticulate") #just for including python code
    tinytex::install_tinytex()
  3. 修改"config/info.tex"

  4. R -e "rmarkdown::render('main.rmd')"
    

    首次运行需要较长时间, 因为会自动安装缺失的包

上游项目

About

南方科技大学毕业论文markdown模板

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published