1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

最速でレポートを作る環境を最速で作る (3ステップ)

Last updated at Posted at 2018-10-31

markdown でレポートを作る方法を最速で説明します。

####環境
Mojave 10.14
Homebrew 1.8.1

####1. インストール pandoc

$ brew install pandoc

####2. 作成 markdown

$ nvim input.md

####3. markdown -> pdf

pandoc repo.md -o repo.pdf  -V documentclass=ltjarticle --pdf-engine=lualatex

--latex-engine ではなく --pdf-engineであることに注意してください

####markdown の書き方
markdown の書き方はこちらをおすすめします -> https://qiita.com/Kumassy/items/5b6ae6b99df08fb434d9

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?