Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Created December 20, 2022 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZiTAL/4f350ce4cf8dab1f3e66975d945fa3ff to your computer and use it in GitHub Desktop.
Save ZiTAL/4f350ce4cf8dab1f3e66975d945fa3ff to your computer and use it in GitHub Desktop.
pandoc: custom page size
#!/bin/bash
pandoc -i b.html -V geometry:papersize="{16cm,21cm}" -o b.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment