Skip to content

Commit

Permalink
added slides as PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisppaul committed May 26, 2023
1 parent 5dc408c commit 264237a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
slides/resources/Portable_Electronic_Music(M-MD)
Binary file added chaotic-signal-processing.pdf
Binary file not shown.
14 changes: 14 additions & 0 deletions convert_presentation.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#! /bin/bash

BASEDIR=$(cd "$(dirname "$0")"; pwd)
PRESENTATION="$1"
CSS_FILE="$2"

echo "$1"
echo "$2"
echo "$BASEDIR"

cd "$BASEDIR"

marp --pdf --html --theme $CSS_FILE --output "$PRESENTATION.pdf" --allow-local-files $PRESENTATION
marp --html --theme $CSS_FILE $PRESENTATION

0 comments on commit 264237a

Please sign in to comment.