An open API service indexing awesome lists of open source software.

https://github.com/lbbo/bachelor-thesis

My (german) bachelor thesis about creating a CLI for generating empty web applications
https://github.com/lbbo/bachelor-thesis

Last synced: 4 months ago
JSON representation

My (german) bachelor thesis about creating a CLI for generating empty web applications

Awesome Lists containing this project

README

          

# Thesis Template
This is the `iib_thesis` class for theses to be written at our chair.

## Usage

Place *iib_thesis.cls* in your project folder and create a $`\LaTeX`$ file like this:

```
\documentclass{iib_thesis}

\title{My Nicely Formatted Thesis, or: \\ How to Present Your Results Well}
\author{Max Mustermann}
\degree{Master}
\studyprogram{Angewandte Informatik}
\date{April 4th, 2016}
\matno{108007256794}
\firstadviser{Prof. Dr.-Ing. Markus König}
\secondadviser{Marcel Neuhausen, M.\,Sc.}
\myabstract{
minimal working example of the new thesis documentclass
}

\begin{document}

My beautiful thesis.

\end{document}
```

## Options

See *my_thesis.tex* for examples of further options of the documentclass.