Skip to content

Instantly share code, notes, and snippets.

@bougui505
Last active August 29, 2015 13:56
Show Gist options
  • Save bougui505/9209432 to your computer and use it in GitHub Desktop.
Save bougui505/9209432 to your computer and use it in GitHub Desktop.
Get Header from TeX/LaTeX file
#!/usr/bin/env sh
filename=$1
grep -B9999 'begin{document}' $filename && echo ' ' && echo '\end{document}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment