Skip to content

Instantly share code, notes, and snippets.

@umutbasal
Created January 29, 2024 15:49
Show Gist options
  • Save umutbasal/ae21231ef7618a1a1eea48fc67409f6f to your computer and use it in GitHub Desktop.
Save umutbasal/ae21231ef7618a1a1eea48fc67409f6f to your computer and use it in GitHub Desktop.
pandoc md to pdf
pandoc -i p1hlafsis71j51eol1rjn12gd1v694.md -o podsuj.pdf --template=./eisvogel.latex -V book -V table-use-row-colors:true -V toc-own-page:true -V papersize:a5 -V fontsize="8pt" --listings --number-sections --highlight-style espresso --top-level-division=chapter -V classoption=oneside -V listings-no-page-break -V geometry:top=2cm -V geometry:bottom=2cm -V geometry:left=1cm -V geometry:right=1cm
@umutbasal
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment