Changelog
Source:NEWS.md
thaipdf 0.1.2.9000 (beta)
Template
-
Thai PDF R Markdown
: simplify the contents. I’ve removed plot example and use simple date formatting in YAML.
Unit Test
- Add local test snapshot to render to PDF and TeX (#12).
thaipdf 0.1.2 (1st official release)
CRAN release: 2022-04-22
- First official release on CRAN 🎉
- Fix function documentation and examples.
thaipdf 0.1.1
- Rename R Markdown template folder from
preTeX
topre-tex
for recommended practice of all lower-case letter in sub-directory.
thaipdf 0.1.0
Self-contained Thai R Markdown settings, no need for global configuration files. (#6)
Major changes
Functions
-
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.
thaipdf 0.0.2.9000
Plan to remove
thaipdf_config_set()
andthaipdf_config_get()
in an upcoming versionTo enable reproducible workflow, next version will let user specify document setting such as
thai_font
andline_spacing
in the YAML header of R Markdown.
thaipdf 0.0.2
-
use_thai_preamble()
:name
argument can be a relative path or absolute path.
thaipdf 0.0.1
- First release version to GitHub
- Added package logo