Compare commits
2 Commits
293834ff79
...
35ed647159
| Author | SHA1 | Date | |
|---|---|---|---|
| 35ed647159 | |||
| 627097ecdb |
@ -14,7 +14,7 @@ Um Inhalte der Präsentationen abzuändern oder zu ergänzen, muss zunächst das
|
||||
$ git clone -b 6-convert-to-onpoint --recurse-submodules https://git.stuve-bamberg.de/latex/latex-wochenende.git
|
||||
```
|
||||
|
||||
Zum Kompilieren der Präsentation werden python3 und pandoc verwendet. Als nächstes müssen alle benötigten Python-Pakete geladen werden.
|
||||
Zum Kompilieren der Präsentation werden python3 und pandoc (empfohlene Version: [2.5](https://github.com/jgm/pandoc/releases/tag/2.5)) verwendet. Als nächstes müssen alle benötigten Python-Pakete geladen werden.
|
||||
|
||||
```sh
|
||||
$ cd latex-wochenende/onpoint
|
||||
|
||||
7
deploy.sh
Normal file → Executable file
7
deploy.sh
Normal file → Executable file
@ -5,9 +5,14 @@
|
||||
|
||||
dirname=latex-wochenende-$(date +"%Y%m%d%H%M%S")
|
||||
|
||||
echo "Compiling all slides …"
|
||||
python3 ./onpoint/main.py -i .
|
||||
|
||||
echo "Creating zip file …"
|
||||
mkdir $dirname
|
||||
for i in css images index.html js lib sections plugin; do
|
||||
mkdir $dirname/css
|
||||
mkdir $dirname/onpoint
|
||||
for i in css/latex.css css/print images slides.de.html slides.en.html js onpoint/onpoint.js lib svg; do
|
||||
cp -r $i $dirname/$i
|
||||
done;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user