Skip to content

Instantly share code, notes, and snippets.

@bougui505
Last active August 29, 2015 13:56
Show Gist options
  • Save bougui505/9191110 to your computer and use it in GitHub Desktop.
Save bougui505/9191110 to your computer and use it in GitHub Desktop.
Finding graphics file names in tex file
egrep -o '\bincludegraphics([^}]*\})?' file.tex | egrep -o '\{.+\}' | sed 's/{\|}//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment