This repository contains a LaTeX template, which tries to follow the BA Dresden Styleguide as close as possible. The template might do things wrong and there is no warranty. It is your own responsibility to check for correctness.
Go here please. 🚀 This README provides a development overview.
The source files are commented rather extensively.
baarticle.cls
describes the document class and provides everything related to styling and spacing. Also defines certain environments.baarticle.bbx
describes the formatting of bibliography entries and formatting.baarticle.cbx
provides the citation style and commands.baarticle.dbx
adjusts the biblatex data model.ngerman-ba.lbx
provides the required localization.
Modifications to the template can be tested by compiling the minimal.tex
and simple.tex
files. Some sort of unit tests are provided by the test.tex
file, but LaTeX support for unit testing is very limited.
The documentation is build from the docs
folder and served via GitHub Pages.
Originally crafted by Nuckal777.