Skip to content
Snippets Groups Projects
user avatar
Jonas Schreiner authored
653cf219
History
Inofizielles Skript zur Vorlesung Organic Computing im Sommersemester 2018.
Kein Gewähr auf Vollständigkeit und Richtigkeit.

The main file is "lecture_notes.tex".

In order to compile your report, use the following commands:

make       -- will generate a DVI file
make ps    -- will generate DVI and Postscript (PS) files
make pdf   -- will generate DVI, PS, and PDF files
make all   -- same as "make pdf"