Browse Source

Adapt build.sh

master
Dimitri Merejkowsky 5 years ago
parent
commit
952350f3a6
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      sessions/build.sh

+ 4
- 2
sessions/build.sh View File

@@ -7,5 +7,7 @@ if [[ -z $1 ]]; then
exit 1
fi


darkslide --linenos=no "${1}.md" --destination "${1}.html"
(
cd build
texi2pdf ../python-${1}.tex
)