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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -