This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#makes default xsane pdf saves be less big, run ./shrinkpdf.sh in directory containing xsane pdf saves | |
shopt -s nullglob | |
for f in *.pdf | |
do | |
echo "shrinking- $f" | |
pdf2ps "$f" "${f%.pdf}.ps" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
I hereby claim:
- I am drcjar on github.
- I am drcjar (https://keybase.io/drcjar) on keybase.
- I have a public key whose fingerprint is D949 A9D6 678E 13A5 A25F 0EFE 7B32 B649 FE04 16A8
To claim this, I am signing this object:
- get a github account if you haven't yet
- make a new repo e.g my-presentation-dec2016 or something else equally memorable
- clone it to your computer
- git submodule add https://github.com/hakimel/reveal.js.git reveal.js
- write your presentation in pandoc markdown e.g my-presentation-dec2016.md
- run pandoc -t revealjs -s my-presentation-dec2016.md -o index.html
- push changes to github repo
- on github repo settings turn on gh-pages
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.