JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
821 stars 94 forks source link

Please remove hardcoded geometry when converting to PDF via pandoc #455

Closed newptcai closed 1 year ago

newptcai commented 2 years ago

Currently, when converting jmd to PDF via pandoc, the following header file is included.

It has one line of code

\usepackage[a4paper,text={16.5cm,25.2cm},centering]{geometry}

This forbids user from changing the geometry of the output.

I could not think of a walk around so far.