latex - How do I set up mirror margins in R markdown using knitr -


i know how adjust margins in r markdown pdf file following:

--- title: "model 1 coefficients" output: pdf_document geometry: margin=1in --- 

but make margin sizes switch between , odd pages inner margin 1.25 in , outer .25 in.

i able find latex info on website http://texdoc.net/texmf-dist/doc/latex/geometry/geometry.pdf , seems want use twoside option i'm not sure right or how call it. tried following:

--- title: "model 1 coefficients" output: pdf_document twoside: inner=1.25in, outer=0.25in --- 

but didn't margins


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -