This template is currently unmaintained! If you want to use LaTeX for an assignment at DHBW-VS consider creating you own template, as this template was created without any prior experience in LaTeX and is therefore somewhat shitty 🙈. It got the job done for 17' & 18' students however...
This is a unofficial LaTeX template for academic text assignments at the DBHW-VS, especially for business computer science students created along the specifications by Mrs. Heinrich. Using this template speeds up the writing process as you only have to focus on writing actual content. All weird formatting requirements are met automatically! 🍺😎✌
Checkout this example featuring all the magic of this template!
If you're looking for a Citavi template checkout stabiloBOSS96/ZitationsstilDHBW-VS-WI.
- Download the latest release.
- Run through the setup instructions.
- Get the recommended starter template, apply necessary patches, start writing your text and read the docs!
The code below is enough to generate a title page, a non-disclosure notice, a table of contents, a list of acronyms, a list of figures, a list of tables, a list of code listings, a bibliography and an independence notice. 😄
\documentclass{udhbwvst}
\dhbwSetup{%
author = Max Mustermann,
faculty = Wirtschaft,
field of study = Wirtschaftsinformatik,
academic year = 1990,
course = B,
title = Eine Arbeit,
text type = Projektarbeit 2,
company name = SpaceX,
lecturer = Prof. Dr. Frank Staab
}
\begin{document}
% your text could be here!
\end{document}
Feel free to open an issue or submit a pull request after reading our contributing guidelines if you discover a bug or if there are new specifications! 📚
- General documentation: CTAN (The Comprehensive TeX Archive Network)
- BibLaTeX documentation: BibLaTeX manual
- Q&A community: tex.stackexchange.com
- robingenz for general improvements and excellent issues.
- moewe for the amazing biblatex-ext package.
- faltfe for inspiration for version 3.
- Audrey for the custom nymdt sorting style.
- bluecoder24 for updating the page margins.
- MrcoSchrnr for useful hints.