如何在命令行上设置 pandoc PDF 页面边距
添加这些命令行选项:
pandoc_margin_example.sh
-V geometry:margin=20mm-V 是 --variable 的简写
这将配置默认 LaTeX 模板使用
geometry_margin.tex
\usepackage[margin=20mm]{geometry}Check out similar posts by category:
LaTeX
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow