This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
thesis/README.org

31 lines
837 B
Org Mode

#+title: Thesis
:preamble:
#+setupfile: ~/nextcloud/03_documents/org/settings/html_theme/setup/theme-readtheorg.setup
#+author: Andreas Zweili
#+latex_header: \input{/home/andreas/git_repos/notes/settings/latex/style}
:end:
This repository contains the documentation and code for my "thesis" at
the IBZ school.
The original location of this repository is:
https://git.2li.ch/Nebucatnetzer/thesis
To build the documents you need the following applications installed on your
system:
- inkscape
- texlive-full
- emacs
- graphviz
If your system fullfills this depencies then you can navigate in either the
folder "projekantrag" or the folder "projekthandbuch" and execute the following
command:
#+BEGIN_SRC bash
make
#+END_SRC
This should build the document for you and create a PDF document in the
directory you executed the command.