Last active
August 29, 2015 14:08
-
-
Save whywaita/fcd3ada70129a7a482c3 to your computer and use it in GitHub Desktop.
Markdownから良い感じの日本語PDFを出力するメモ 要latex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandoc -V documentclass=ltjarticle -V geometry:margin=.5in --latex-engine=lualatex -f markdown -o output.pdf input.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment