citadel

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

pandoc-nice (151B)


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