Skip to content

Instantly share code, notes, and snippets.

@yukpiz
Created July 29, 2015 01:10
Show Gist options
  • Save yukpiz/8eaa3b0ee7101251eaa1 to your computer and use it in GitHub Desktop.
Save yukpiz/8eaa3b0ee7101251eaa1 to your computer and use it in GitHub Desktop.
$ pandoc hoge.md \
> -V documentclass=ltjarticle \
> -V geometry:a4paper \
> -V geometry:margin=2cm \
> -V geometry:nohead \
> --latex-engine=lualatex \
> -o hoge.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment