Skip to content
This repository was archived by the owner on Apr 21, 2018. It is now read-only.

Commit cd64dea

Browse files
committed
Update readme
1 parent 573d87e commit cd64dea

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# prog-folien
1+
# kit-prog-tutorial
22

3-
Slides for my Java programming tutorial using LaTeX beamer.
3+
Slides for my Java programming tutorial at [KIT](https://kit.edu) using LaTeX [beamer](ftp://ftp.mpi-sb.mpg.de/pub/tex/mirror/ftp.dante.de/pub/tex/macros/latex/contrib/beamer/doc/beameruserguide.pdf).
44

5-
## Build everything
5+
## Build
66

77
```bash
8-
for i in slides-*.tex; do pdflatex -output-directory=out $i; done
8+
cd wise1516
9+
for i in *.tex; do pdflatex -output-directory=out $i; done
910
```
1011

1112
## License

0 commit comments

Comments
 (0)