officedown 0.4.1
Changes
- Default page size is now set to exact A4 format for Word
documents
- prepare paragraph styles management for officer > 0.6.8
officedown 0.4.0
new feature
- plots now accept chunk options out.widthandout.heightif expressed in percent. #144
issues
- fix get_fun()function
- fix BugReports links for CRAN check
officedown 0.3.3
issues
- fix manual links for CRAN check
officedown 0.3.3
issues
- drop unreproducible test failure for CRAN on linux
officedown 0.3.1
issues
- Compliance of pandoc version comparison in
knit_print.dml()function following CRAN e-mail.
officedown 0.3.0
new feature
- data.frame in Word now support chunk options
tab.alt.titleandtab.alt.description, used as
alternative text for tables.
- Document sections are set to NULL by default.
- PowerPoint support for fpar()andblock_list().
issues
- fix usage of bookmark id containing underscore
- update default values according to new default values of
officer::opts_current_table().
- dml background color bgis now read in R Markdown.
- require officer >= 0.5.1to avoid page breaking
between sections
Internals
- simplify/drop code with officer 0.4.5
- add tests
officedown 0.2.4
new feature
- emit a knitr chunk option is_rdocx_documentset toTRUEwhen starting anrdocx_document. This
will help with programing as it can be used to detect if in anrdocx_documentcontext or not.
issues
- bookmark only numbers
- capture fig.cap.fp_textand notfig.fp_text
- topcaptionis now set to TRUE by default for tables as
it is set by default in officer.
officedown 0.2.3
new feature
- support for knitr chunk options tab.topcaptionandtab.lp.
- support for knitr chunk options tab.cap.tnd,tab.cap.tnsandtab.cap.fp_textthat let
define prefix for auto-number table captions. Same withfig.cap.tnd,fig.cap.tnsandfig.cap.fp_textfor plots.
Issues
- fix issue missing Word headers and footers.
officedown 0.2.2
new feature
- Added the control of page dimensions; it is now possible to define
the default section of a document.
Issues
- set number_sectionsto FALSE whenbookdown::markdown_document2is used to avoid sections
numbered twice.
new feature
- support for knitr chunk option fig.altandfig.topcaption.
officedown 0.2.1
Issues
- fix section issue with margin sizes (now totally handled by
officer)
- fix rendering with writing to intermediates_dir
- fix regression with cross-references
officedown 0.2.0
Changes
- Changed RStudio menu label
Issues
- fix issue with PowerPoint when no reference_docis
provided.
officedown 0.0.7
- Added a NEWS.mdfile to track changes to the
package.
- Big refactoring