Compare commits
No commits in common. "35ed647159d5a669b198785c225471d453b46807" and "293834ff7947ec61d3d7d60001eb56a6648419cb" have entirely different histories.
35ed647159
...
293834ff79
@ -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 (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.
|
||||
Zum Kompilieren der Präsentation werden python3 und pandoc verwendet. Als nächstes müssen alle benötigten Python-Pakete geladen werden.
|
||||
|
||||
```sh
|
||||
$ cd latex-wochenende/onpoint
|
||||
|
||||
7
deploy.sh
Executable file → Normal file
7
deploy.sh
Executable file → Normal file
@ -5,14 +5,9 @@
|
||||
|
||||
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
|
||||
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
|
||||
for i in css images index.html js lib sections plugin; do
|
||||
cp -r $i $dirname/$i
|
||||
done;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user