0
0

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 1 year has passed since last update.

ubuntu22.04環境でmarkdownをpdfに変換する(pandocを使う場合)際の備忘メモ

Posted at

ubuntu22.04環境でmarkdownをpdfに変換する(pandocを使う場合)際の備忘メモ

sudo apt-get install pandoc
sudo apt-get install texlive-latex-base
sudo apt-get install texlive-luatex texlive-lang-cjk lmodern texlive-xetex

pandoc input.md -o output.pdf -V documentclass=ltjarticle

参考

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?