Skip to content

Instantly share code, notes, and snippets.

@MasWag
Created April 9, 2014 14:43
Show Gist options
  • Save MasWag/10278519 to your computer and use it in GitHub Desktop.
Save MasWag/10278519 to your computer and use it in GitHub Desktop.
#!/bin/sh
pandoc -t latex $1 | perl -pe 's/section{/section*{/g;s/\n\n/\par\n/g' | cat head - tail | platex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment