Skip to content

christianbraeunlich/thesis-template

Repository files navigation


Sulu logo


GitHub license GitHub stars GitHub forks GitHub tag (latest SemVer) GitHub downloads GitHub commit activity GitHub repository size GitHub contributors


Thesis Template written in

LaTeX

Personal thesis template written in LaTeX to focus on what matters most.

🦦 Goal of this project

Create an easy to understand LaTeX-Template which can be used in a matter of hours to the fullest. Dedicated to all clumsy otter's out there.

📄 Guide

A simple guide to make sure you quickly understand how to use this template... Let's Go!

📖 Project folder structure

root
├── config
|   ├── 00_DemoPackages.tex
|   ├── 00_Packages.tex
|   ├── 01_UserInformations.tex
|   ├── 02_DocumentClass.tex
|   ├── 03_PageLayout.tex
|   ├── 04_PdfConfig.tex
|   ├── 06_ParagraphConfig.tex
│   ├── 07_ToC.tex
|   ├── 08_Bibliography.tex
|   ├── 09_ChapterStyle.tex
|   ├── 12_epigraphs.tex
|   ├── 050_HeaderAndFooter.tex
|   ├── 051_Header.tex
|   ├── 052_Footer.tex
|   └── 099_Appendix.tex
├── content
|   ├── chapter1.tex    
│   └── chapter2.tex
├── media
|   ├── ChapterImage.png 
│   └── logo.png
└── pages
    ├── 00_Titlepage.tex
    ├── 01_Vorwort.tex
    ├── 02_Abstract.tex
    ├── 03_Acknowledgement.tex
    ├── 091_Glossary.tex
    ├── 092_Acronym.tex
    ├── 98_Affidavit.tex
    └── 99_Appendix.tex    

📚 Bibliography

Citation

\cite{Johann2017} 

BibTeX-Entry

@article{Johann2017,
    abstract = {A main advantage of app stores is that they aggregate important information created by ...},
    author = {Johann, Timo and Stanik, Christoph and Alizadeh, Alireza M.B. and Maalej, Walid},
    doi = {10.1109/RE.2017.71},
    file = {SAFE A Simple Approach for Feature Extraction from App Descriptions and App Reviews.pdf},
    isbn = {9781538631911},
    journal = {Proceedings - 2017 IEEE 25th International Requirements Engineering Conference, RE 2017},
    keywords = {App Store Analytics,Data Mining,Data-Driven Requirements,Software Feature,User Reviews},
    mendeley-groups = {Feature Extraction},
    pages = {21--30},
    publisher = {IEEE},
    title = {{SAFE: A Simple Approach for Feature Extraction from App Descriptions and App Reviews}},
    year = {2017}
}

Useful tools

TeX-Editor Platform Difficulty
Overleaf Linux, Windows, macOS easy
TeXstudio Linux, Windows, macOS medium
VS Code Linux, Windows, macOS hard

Acknowledgment

Special thanks to:
- Adrian
- Kai

❤️ Community and Contributions

  1. Fork it (https://github.com/christianbraeunlich/thesis-template/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request (https://github.com/christianbraeunlich/thesis-template/pulls)