Thai PDF R Markdown
: simplify the contents. I've removed plot example and use simple date formatting in YAML.
- Add local test snapshot to render to PDF and TeX (#12).
- First official release on CRAN 🎉
- Fix function documentation and examples.
- Rename R Markdown template folder from
preTeX
topre-tex
for recommended practice of all lower-case letter in sub-directory.
Self-contained Thai R Markdown settings, no need for global configuration files. (#6)
-
thaipdf_document()
(alsothaipdf_book()
) accept 2 new arguments:-
thai_font
: for Thai font to use, default font is "TH Sarabun New". -
line_spacing
: for line spacing, reccommended default is 1.5
-
-
Defunct
thaipdf_config_set()
andthaipdf_config_get()
These changes enable user to supply thai_font
or line_spacing
in the YAML header of R Markdown directly. Therefore, self-contained document setting would facilitate more reproducible workflow.
- "Thai PDF Bookdown" and "Thai PDF R Markdown" template has an update in YAML header.
-
Plan to remove
thaipdf_config_set()
andthaipdf_config_get()
in an upcoming version -
To enable reproducible workflow, next version will let user specify document setting such as
thai_font
andline_spacing
in the YAML header of R Markdown.
use_thai_preamble()
:name
argument can be a relative path or absolute path.
- First release version to GitHub
- Added package logo
- Added a
NEWS.md
file to track changes to the package.