skyfrk / dhbw-vs-latex-template

Unofficial LaTeX template for academic text assignments at DHBW Villingen-Schwenningen
http://www.dhbw-vs.de
MIT License
12 stars 3 forks source link
dhbw dhbw-schwenningen dhbw-vs latex-template

DHBW-VS academic text LaTeX template

[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/skyfrk/dhbw-vs-latex-template/CI/master)](https://github.com/skyfrk/dhbw-vs-latex-template/actions) [![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/skyfrk/dhbw-vs-latex-template?color=brightgreen&label=version)](https://github.com/skyfrk/dhbw-vs-latex-template/releases) [![GitHub All Releases](https://img.shields.io/github/downloads/skyfrk/dhbw-vs-latex-template/total?style=flat&color=brightgreen)](https://github.com/skyfrk/dhbw-vs-latex-template/releases) [![Docker Pulls](https://img.shields.io/docker/pulls/skyfrk/udhbwvst?color=brightgreen)](https://hub.docker.com/r/skyfrk/udhbwvst) [![GitHub](https://img.shields.io/github/license/skyfrk/dhbw-vs-latex-template?color=brightgreen)](https://github.com/skyfrk/dhbw-vs-latex-template/blob/master/LICENSE) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Maintenance](https://img.shields.io/maintenance/no/2020)](https://github.com/skyfrk/dhbw-vs-latex-template/commit/c153e82976790ea5068feb9862cd7046ee176bb1)

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!

πŸ“– Documentation

πŸ“ 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