Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Unofficial LaTeX template for academic text assignments at DHBW Villingen-Schwenningen

License

Notifications You must be signed in to change notification settings

skyfrk/dhbw-vs-latex-template

Repository files navigation

DHBW-VS academic text LaTeX template

GitHub Workflow Status (branch) GitHub tag (latest SemVer) GitHub All Releases Docker Pulls GitHub Commitizen friendly Maintenance


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.

🔥 Get started

  1. Download the latest release.
  2. Run through the setup instructions.
  3. Get the recommended starter template, apply necessary patches, start writing your text and read the docs!

📁 Minimal working example

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}

😊 Contribute

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! 📚

🔎 Resources

❤ Contributors