I am knitting from RMarkdown to .docx using bookdown::word_document2
as the output format.
I want to have a section in my document that features two columns. Is this possible?
I know this is possible with the officedown::rdocx_document
output format, but I cannot use that due to other limitations (it will not allow me to have a different first page header).
EDIT: please note my question is specifically about Word (bookdown::word_document2
) output. The multi-column layout instructions in the Bookdown documentation are for HTML and PDF output types, so do not apply to my use case.