Last active
August 3, 2020 11:51
-
-
Save MMesch/7a8be50e3b8274afcd6886127f184e0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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