Skip to content

Instantly share code, notes, and snippets.

@chadluo
Created August 17, 2020 07:05
Show Gist options
  • Save chadluo/3d2e33431146110a3cd9854c1e87f0ce to your computer and use it in GitHub Desktop.
Save chadluo/3d2e33431146110a3cd9854c1e87f0ce to your computer and use it in GitHub Desktop.
Build easy_rust to PDF with Pandoc

easy_rust

Basic steps

  1. install texlive-full
  2. replace bare \n, \t with \n, \t
  3. $ pandoc -o easy_rust.pdf --pdf-engine=xelatex --metadata pagetitle="Easy Rust" README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment