Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Last active January 11, 2023 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barseghyanartur/faebc4760a43e04ea8c2a13358aed3ab to your computer and use it in GitHub Desktop.
Save barseghyanartur/faebc4760a43e04ea8c2a13358aed3ab to your computer and use it in GitHub Desktop.
Convert .rst to .pdf using `pandoc`
pandoc -V geometry:a4paper -V colorlinks=true -f rst --toc -o output.pdf input.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment