Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CHANGES IN bookdown VERSION 1.3 source code.tar.gz | 2017-07-03 | 5.8 MB | |
CHANGES IN bookdown VERSION 1.3 source code.zip | 2017-07-03 | 5.9 MB | |
README.md | 2017-07-03 | 1.5 kB | |
Totals: 3 Items | 11.7 MB | 0 |
NEW FEATURES
- Easier and faster.
bookdownplus()
can render the demo files automatically. If you don't like the automatic building, you can use the argumentrender = FALSE
inbookdownplus()
to switch it off. - Options to export epub, html, and word documents.
- New functions:
more_output()
: display available output formats besides pdf_booktemplate()
: display available templatesmail_bodysize()
: display available fontsize for mail bodymail_font()
: display available fonts for mail bodymail_fontsize()
: display available fontsize for mail templatemail_style()
: display available styles for mail templatemail_theme()
: display available themes for mail templateposter_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
andocean
.
- More themes added:
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.