示例代码(第十四章 论文书稿写作)

摘要

出版物
日期
链接

第十四章 论文书稿写作

install.packages("bookdownplus")
require(bookdownplus)
for(i in template()[1:19])
  bookdownplus(template = i,
               more_output = more_output()[1:3])
for(mf in mail_font()) {
  for(ms in mail_style()) {
    for(mt in mail_theme()) {
      outputname <- paste('mail', ms, mf, mt, sep = '_')
      bookdownplus(template = 'mail',
                   mail_style = ms,
                   mail_font = mf,
                   mail_theme = mt,
                   output_name = outputname)
    }
  }
}

bookdownplus(template = 'article')

bookdownplus(template = template()[1])
template()

bookdownplus(template = 'article',
             author = 'John Smith',
             title = 'My article')

more_output()

bookdownplus(template = 'article',
             more_output = more_output())

bookdown::publish_book()

bookdownplus(template = 'thesis_ubt')

bookdownplus(template = 'thesis_mypku')

install.packages('mindr')
library('mindr')
md2mm()

bookdownplus(template = `nte_zh`)

bookdownplus(template = 'journal')

bookdownplus(template = 'guitar')