r - Text Justification in Rmarkdown word document -


when create word document in rmarkdown, text left-aligned: enter image description here

is possible (and how) justify text in rmarkdown?

a template (i.e., custom style sheet) can created in word (or libreoffice / openoffice), containing whatever page formatting , document styles wish, , referenced rmarkdown file, i.e.,

--- title: "my document" output:   word_document:     reference_docx: mystyles.docx --- ...rest of rmarkdown here... 

see:


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -