Slidesammlung
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniel Borchmann bf7b973acc
Depend on image files in Makefile
For this to work, all images included in tex files must be given with their file
suffix.  For this reason, I also had to update some of these text files.
5 years ago
presentations Depend on image files in Makefile 5 years ago
.gitignore Store intermediate files in separate build directory 5 years ago
Makefile Depend on image files in Makefile 5 years ago
README.md Mark dependency to make as optional 5 years ago

README.md

slidenado

Slide Generator, primarily for Chaos macht Schule

Abhängigkeiten

  • pdflatex, z.B. via TeXLive
  • make (optional)

Nutzung

Alle Präsentation können direkt als LaTeX-Datei gebaut werden. Entweder eine Datei in einem TeX-Editor der Wahl öffnen und dort übersetzen, oder auf der Kommandozeile zum Beispiel folgendes aufrufen:

cd presentations
pdflatex 2017-05-20_medinetzkongress.tex

Alternativ kann auch das Makefile benutzt werden:

make presentations/2017-05-20_medinetzkongress.pdf

Präsentationen mit Notizen dazu können erzeugt werden, indem im Aufruf der Dokumentenklasse als optionales Argument notes hinzugefügt wird.