tudscr icon indicating copy to clipboard operation
tudscr copied to clipboard

Page number on part title page and DDC logo in footer overlap

Open sfo opened this issue 2 years ago • 1 comments

When defining \headlogo or explicitly setting ddcfoot to a non-false value (e.g. ddcfoot=color), the DDC logo goes into the footer of title pages. While the main title page does not have a page number, the part title page does, which then overlaps with the DDC logo.

Unfortunately, I did not find a way to disable page numbers or the DDC logo on part title pages only.

MWE:

\documentclass[
  ddcfoot=color,
]{tudscrbook}

\begin{document}

\part{Hello, World!}

\end{document}

Result: overlapping

Version info
  +------------------------------------------------------------------
  | Corporate Design of Technische Universitaet Dresden
  | Class: tudscrbook
  | Version: 2021/07/15 v2.06n TUD-Script
  | Author: Falk Hanisch ([email protected])
  | Repository: https://github.com/tud-cd/tudscr
  | Forum: https://latex.wcms-file3.tu-dresden.de
  +------------------------------------------------------------------

sfo avatar Jun 21 '22 09:06 sfo

You could either remove class option ddcfoot=color and use \maketitle[ddcfoot=color] or just set \renewcommand*\partpagestyle{plain}

mrpiggi avatar Jun 21 '22 10:06 mrpiggi