r - Text Justification in Rmarkdown word document -
when create word document in rmarkdown, text left-aligned: 
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
Post a Comment