Skip to content

Files

Latest commit

833db42 · Aug 23, 2021

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 26, 2018
Oct 1, 2018
Aug 23, 2021
Apr 12, 2017
Nov 5, 2018
Oct 22, 2018
Sep 30, 2018
Jun 15, 2020
Sep 8, 2018
Oct 1, 2018
Jun 4, 2018
May 11, 2018
Nov 12, 2018
Oct 1, 2018
Oct 1, 2018
Nov 5, 2018
Jun 15, 2020

Thesis Documents

This directory contains all documents related to this master thesis project. The relevant documents are:

  • Thesis is the central document for the whole submission document
  • Proposal for working on this thesis
  • Bibtex database file with all literature that the thesis uses. The database holds additional literature that seemed relevant enough at some stage.
  • Various slides for given presentations
  • Scientific poster for the poster session that is part of the EPILOG of the Faculty of Informatics. The poster is available at the digital poster session.
  • Errata document

Document Processor

Most documents are written using the Madoko scholarly markdown flavor (.mdk file extension). Special thanks to Daan Leijen for creating Madoko. A web editor for Madoko is available at www.madoko.net or it can be installed locally with:

npm install madoko -g

Madoko is able to generate sophisticated HTML versions of scientific documents as well as standard PDF versions through LaTeX. Other files, like the slides and the poster, use LaTeX directly. The Makefile wraps the respective call to the right tool for each target document. Madoko files are generated with:

madoko --pdf thesis.mdk

Graphics

DOT files:

dot -Txdot system.dot | dot2tex -f pst > system.tex
dot -Tps task-units.dot > task-units.ps
dot -Tsvg task-units.dot > task-units.svg
dot -Tpdf task-units.dot > task-units.pdf

PDF/PostScript output of dot produces a lot of whitespace margin. Remove with pdfcrop CLI (produces a new file with -crop appended to filename):

pdfcrop task-units.pdf

Online editor: http://www.webgraphviz.com

XML files: