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
Raw Normal View History

#+title: Thesis
2018-07-09 22:31:14 +02:00
: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}
2018-07-09 22:31:14 +02:00
: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
2018-12-24 11:31:53 +01:00
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.