Skip to content

Instantly share code, notes, and snippets.

@whatalnk
Created April 17, 2017 08:27
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 whatalnk/e26c05bfba43e67329bc95f249808afd to your computer and use it in GitHub Desktop.
Save whatalnk/e26c05bfba43e67329bc95f249808afd to your computer and use it in GitHub Desktop.
Convert markdown to pdf by pandoc [Japanese]
@echo off
pandoc hoge.md -o hoge.pdf --latex-engine=lualatex -V papersize=a4 -V documentclass=bxjsarticle -V classoption=pandoc -V classoption=jafont=ipaex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment