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

Releases: skyfrk/dhbw-vs-latex-template

v3.2.0

27 Aug 05:21
6c8f5b3
Compare
Choose a tag to compare

New

  • The title page now supports long titles and subtitles (#44)

Changed

  • Made subtitle and company logo optional in dhbwSetup (#44)

v3.1.0

22 Aug 09:04
2e0ed18
Compare
Choose a tag to compare

New

  • Add VSCode snippets (#39)
    • udhbwvst
    • \dhbwSetup
    • \footcite
    • \dfootcite
    • \ifootcite
    • \icite
    • dhbwfigure
    • \dhbwFigure
    • \dhbwWrapfigure
    • dhbwtable
    • code
    • codeprotected
    • @online
    • @book

v3.0.0

21 Aug 10:12
Compare
Choose a tag to compare

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

v2.3.0

16 Aug 07:49
f06d654
Compare
Choose a tag to compare
Replace pdflatex with lualatex and add PlantUML support

v2.2.0

14 Aug 08:44
5843a86
Compare
Choose a tag to compare
Set default build method to latexmk

v2.1.7

14 Aug 05:57
f86785a
Compare
Choose a tag to compare
Fix dotline being to long in the independence notice

v2.1.6

13 Aug 06:02
89bd4f1
Compare
Choose a tag to compare
Fix footnote sometimes not being at the bottom of the page

v2.1.5

11 Aug 15:01
Compare
Choose a tag to compare
Minor improvements