Bookdownplus Versions Save

The easiest way to use R package bookdown for writing varied types of books and documents

v1.4.6

5 years ago

More templates. Better structure.

v1.3.2

6 years ago

NEW FEATURES

  • Markdown file (.md) produced besides pdf as default.

MAJOR CHANGES

  • Argument rproj added to bookdownplus() function so that users can avoid creating an .Rproj file automatically.

  • 'fonts' folder removed so that the package size is smaller than 5 MB, according to CRAN's standard. The 'fonts' folder can be downloaded automatically from github repo if necessary.

v1.3

6 years ago

NEW FEATURES

  • Easier and faster. bookdownplus() can render the demo files automatically. If you don't like the automatic building, you can use the argument render = FALSE in bookdownplus() to switch it off.
  • Options to export epub, html, and word documents.
  • New functions:
    • more_output(): display available output formats besides pdf_book
    • template(): display available templates
    • mail_bodysize(): display available fontsize for mail body
    • mail_font(): display available fonts for mail body
    • mail_fontsize(): display available fontsize for mail template
    • mail_style(): display available styles for mail template
    • mail_theme(): display available themes for mail template
    • poster_theme() which lists available poster themes.
  • More templates:
    • 'discussion', for academic article in discussion format.
    • 'thesis_mypku', in Chinese, the master thesis template I used more than ten years ago.
    • 'nte_zh', in Chinese, for novels.
  • 'mail' template updates:
    • more styles,
    • more themes.
  • 'poster' template updates:
    • More themes added: ice and ocean.

MAJOR CHANGES

  • A template name ended with _zh means this template supports Chinese characters.

MINOR CHANGES

  • Switched off warnings when creating folders.
  • Argument output_name added.

BUG FIXES

  • ​A bug in thesis_classic fixed.

v1.0

6 years ago

This is the first version of bookdownplus on [CRAN] (https://cran.rstudio.com/package=bookdownplus).