This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
Releases: skyfrk/dhbw-vs-latex-template
Releases · skyfrk/dhbw-vs-latex-template
v3.2.0
v3.1.0
v3.0.0
New
- Add pdf example to repo (#29)
- Add
\dhbwSetup
- Add
\dhbwGetAuthor
- Add
\dhbwGetFaculty
- Add
\dhbwGetFieldOfStudy
- Add
\dhbwGetAcademicYear
- Add
\dhbwGetCourse
- Add
\dhbwGetTitle
- Add
\dhbwGetSubtitle
- Add
\dhbwGetTextType
- Add
\dhbwGetCompanyName
- Add
\dhbwGetCompanyLogo
- Add
\dhbwGetLecturer
- Add
\dhbwGetLocation
- Add
\dhbwGetDate
- Add
\dhbwGetLongestAcronym
- Add
\dhbwGetAcronyms
- Add
\dhbwSetFrontMatter
- Add
\dhbwPrintTitle
- Add
\dhbwPrintNonDisclosureNotice
- Add
\dhbwPrintTableOfContents
- Add
\dhbwSetListMatter
- Add
\dhbwPrintListOfAcronyms
- Add
\dhbwPrintListOfFigures
- Add
\dhbwPrintListOfTables
- Add
\dhbwPrintListOfListings
- Add
\dhbwSetMainMatter
- Add
\dhbwPrintBibliography
- Add
\dhbwPrintIndependenceNotice
- Add
\dhbwPrintEverythingBefore
- Add
\dhbwPrintEverythingAfter
- Add
\dfootcite
- Add
\ifootcite
- Add
\icite
- Add
dhbwfigure
environment - Add
\dhbwFigure
- Add
\dhbwWrapfigure
- Add
dhbwtable
environment - Add
code
environment
Changed
- dhbw-vs-latex-template is no longer a template but provides the udhbwvst LaTeX class
- The structure and the installation
- Configuration is completely different (Resolves #33)
- Renamed
\myfootcite
to\footcite
- Renamed
\mycite
to\cite
- Changed the way acronyms are defined
- Figures are now defined with the
dhbwfigure
environment or with the\dhbwFigure
command or with the\dhbwWrapfigure
command. - Tables are now defined with the
dhbwtable
envrionment - Listings are now defined with the
code
environment - More things I forgot
Fixed
- Fixed #34 - see docs
- A lot of small things