Skip to content

Instantly share code, notes, and snippets.

@MMesch
Last active August 3, 2020 11:51
Show Gist options
  • Save MMesch/7a8be50e3b8274afcd6886127f184e0c to your computer and use it in GitHub Desktop.
Save MMesch/7a8be50e3b8274afcd6886127f184e0c to your computer and use it in GitHub Desktop.
#!/usr/bin/env nix-shell
#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/977000f149bd4ddb65bf1af09552898a0f305c72.tar.gz
#! nix-shell -i bash
#! nix-shell -p texlive.combined.scheme-small
#! nix-shell -p pandoc
export TEXINPUTS=~"./myclass/":$TEXINPUTS
pandoc README.md --listings -o README.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment