Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sfo opened this issue Jun 21, 2022 · 1 comment
Open

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

sfo opened this issue Jun 21, 2022 · 1 comment
Assignees
Milestone

Comments

@sfo
Copy link
Contributor

sfo commented Jun 21, 2022

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
  +------------------------------------------------------------------
@mrpiggi
Copy link
Member

mrpiggi commented Jun 21, 2022

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

@mrpiggi mrpiggi added this to the v2.07 milestone Jun 21, 2022
@mrpiggi mrpiggi self-assigned this Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants