Skip to content

Instantly share code, notes, and snippets.

@djbrugh
Created June 6, 2014 01:08
Show Gist options
  • Save djbrugh/a514ace31ac047f07e4d to your computer and use it in GitHub Desktop.
Save djbrugh/a514ace31ac047f07e4d to your computer and use it in GitHub Desktop.
Regular expression to find the slide number inside the beamer overlay command \uncover.
(?<=\\uncover<)[0-9]*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment