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

print-ndn causes build to fail #90

Closed bluecoder24 closed 4 years ago

bluecoder24 commented 4 years ago

Description

When setting print-ndn = false the build fails and several incomprehensible errors appear. For example: "Undefined control sequence" line 68 in uhdhbwvst-title-default.def, for details see screenshot below.

How to reproduce

Steps to reproduce the behavior:

  1. Set print-ndn = false
  2. Build LaTex project

Screenshots

image

Additional context

I tried defining a new title page completely without the ifbool-Block for printing the ndn, the bug still appears.

skyfrk commented 4 years ago

I was able to reproduce and fix the bug.

Disabling print-ndn led to rotating and textpos packages not being loaded. I'll release the fix asap.

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 4.5.5 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: