How to set pandoc PDF page border on the command line
Add these command line options:
-V geometry:margin=20mm
-V
is short-form forĀ --variable
This will configure the default LaTeX template to use
\usepackage[margin=20mm]{geometry}
Add these command line options:
-V geometry:margin=20mm
-V
is short-form forĀ --variable
This will configure the default LaTeX template to use
\usepackage[margin=20mm]{geometry}