citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

pandoc-nice (150B)


      1 #!/usr/bin/env bash
      2 pandoc \
      3 	--pdf-engine=xelatex \
      4 	--metadata=fontfamily:libertine \
      5 	-V geometry:margin=1.2in \
      6 	--variable urlcolor=cyan \
      7 	"$@"