LoginSignup
1
2

More than 5 years have passed since last update.

WSL (Windows Subsystem on Linux) で pandoc メモ

Posted at

セットアップ

$ sudo apt-get update
$ sudo apt-get install 
$ sudo apt-get install pandoc
$ sudo apt-get install texlive-luatex texlive-xetex texlive-lang-japanese

実行

# Markdown to HTML
$ pandoc input.md -s -o output.html

# Markdown to PDF
$ pandoc input.md -o output.pdf -V documentclass=ltjarticle --latex-engine=lualatex
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2