Skip to content

Instantly share code, notes, and snippets.

View Ostrichbeta's full-sized avatar
🐵
Watching monkies

Ostrichbeta Chan Ostrichbeta

🐵
Watching monkies
View GitHub Profile
@blustrini
blustrini / beamer-pdf-remove-pause-slides.sh
Last active November 5, 2023 10:34 — forked from hannesfrank/beamer-pdf-remove-pause-slides.sh
Remove partial slides from latex-beamer pdf presentations.
#!/usr/bin/env sh
# code adapted from:
# https://gist.github.com/hannesfrank/35f4472c8294ddeb26055672d2114bd9
# for windows change shebang possibly?
# and figure out how to install pdftk?
# apologies, I dont use windows :(
if [[ $# -eq 0 ]] ; then
echo 'usage:' ${0##*/} '<input pdf> <output pdf>'