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
- Host: GitHub
- URL: https://github.com/lbbo/bachelor-thesis
- Owner: LBBO
- Created: 2021-07-07T09:43:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T11:24:50.000Z (over 4 years ago)
- Last Synced: 2025-07-24T07:57:51.413Z (11 months ago)
- Language: TeX
- Homepage: https://lbbo.github.io/bachelor-thesis/thesis.pdf
- Size: 24.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.