- plots now accept chunk options
out.width
andout.height
if expressed in percent. #144
- fix manual links for CRAN check
- drop unreproducible test failure for CRAN on linux
- Compliance of pandoc version comparison in
knit_print.dml()
function following CRAN e-mail.
- data.frame in Word now support chunk options
tab.alt.title
andtab.alt.description
, used as alternative text for tables. - Document sections are set to NULL by default.
- PowerPoint support for
fpar()
andblock_list()
.
- fix usage of bookmark id containing underscore
- update default values according to new default values of
officer::opts_current_table()
. - dml background color
bg
is now read in R Markdown. - require officer
>= 0.5.1
to avoid page breaking between sections
- simplify/drop code with officer 0.4.5
- add tests
- emit a knitr chunk option
is_rdocx_document
set toTRUE
when starting anrdocx_document
. This will help with programing as it can be used to detect if in anrdocx_document
context or not.
- bookmark only numbers
- capture
fig.cap.fp_text
and notfig.fp_text
topcaption
is now set to TRUE by default for tables as it is set by default in officer.
- support for knitr chunk options
tab.topcaption
andtab.lp
. - support for knitr chunk options
tab.cap.tnd
,tab.cap.tns
andtab.cap.fp_text
that let define prefix for auto-number table captions. Same withfig.cap.tnd
,fig.cap.tns
andfig.cap.fp_text
for plots.
- fix issue missing Word headers and footers.
- Added the control of page dimensions; it is now possible to define the default section of a document.
- set
number_sections
to FALSE whenbookdown::markdown_document2
is used to avoid sections numbered twice.
- support for knitr chunk option
fig.alt
andfig.topcaption
.
- fix section issue with margin sizes (now totally handled by officer)
- fix rendering with writing to intermediates_dir
- fix regression with cross-references
- Changed RStudio menu label
- fix issue with PowerPoint when no
reference_doc
is provided.
- Added a
NEWS.md
file to track changes to the package. - Big refactoring