Skip to content

Programming a remote controlable realtime FM audio synthesizer in Rust

Notifications You must be signed in to change notification settings

klingtnet/master-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master Thesis - Andreas Linz

Build Status

Publication

Build

There are prebuild versions of the document available in the release section.

  • dependencies
  • build:
$ make
  • the process is as follows:
    • pandoc converts the markdown files of the main chapter to latex
    • in a next step the latex files are rendered to pdf using xelatex

Notes

  • set KOMAScript option draft to false in the documentclass of doc/thesis.tex before building a release version
  • add newlines to the end of your markdown chapters, otherwise pandoc will escape the # of the following chapter

Notes Specific to University of Leipzig

  • 3 copies

  • paper format: DIN A4

  • publish one copy on the electronic document server

  • how to arrange the parts of the master thesis:

    1. title-page
    2. table of contents
    3. text
    4. abstract
    5. bibliography
    6. appendix
    7. statement of originality:
Ich versichere, dass ich die vorliegende Arbeit selbständig und nur unter Verwendung der angegebenen Quellen und Hilfsmittel angefertigt habe, insbesondere sind wörtliche oder sinngemäße Zitate als solche gekennzeichnet. Mir ist bekannt, dass Zuwiderhandlung auch nachträglich zur Aberkennung des Abschlusses führen kann.

Further Reading

Example