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

tudscrreprt, titlepage format: using /subject{} will not activate /graduation{}-field #86

Open
mm-tud opened this issue May 31, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@mm-tud
Copy link

mm-tud commented May 31, 2023

This issue relates to a bug (?) in tudscrreprt.

Actual Behavior

The use of /subject{} will result in a PDF-titlepage without the graduation field and a misplacement of the date field.
Log-file looks normal.

Expected Behavior

A PDF-Titlepage containing the graduation field as produced if \thesis{} is used:

zur Erlangung des akademischen Grades
Master of Science (M.Sc.)

Steps to Reproduce the Problem

MWE from documentation, relevant line highlighted (2.06o 2022-08-09, User Manual, "Abschlussarbeit (kollaborativ)"):

\documentclass[ngerman,BCOR=4mm]{tudscrreprt}
\iftutex
\usepackage{fontspec}
\else
\usepackage[T1]{fontenc}
\usepackage[ngerman=ngerman-x-latest]{hyphsubst}
\fi
\usepackage{babel}
\usepackage{isodate}
\begin{document}
\faculty{Juristische Fakultät}
\department{Fachrichtung Strafrecht}
\institute{Institut für Kriminologie}
\chair{Lehrstuhl für Kriminalprognose}
\date{18.02.2015}
\title{%
Entwicklung eines optimalen Verfahrens zur Eroberung des
Geldspeichers in Entenhausen
}
\subject{master}  % ##################  line of interest, change "subject" to "thesis"  ##################
\graduation[M.Sc.]{Master of Science}
\author{%
Mickey Mouse%
\matriculationnumber{12345678}%
\dateofbirth{2.1.1990}%
\placeofbirth{Dresden}%
\and%
Donald Duck%
\matriculationnumber{87654321}%
\dateofbirth{1.2.1990}%
\placeofbirth{Berlin}%
}
\matriculationyear{2010}
\supervisor{Dagobert Duck \and Mac Moneysac}
\professor{Prof. Dr. Kater Karlo}
\maketitle
\end{document}

Specifications

TeX 3.141592653 (TeX Live 2023/Arch Linux)
kpathsea version 6.3.5

latexmk: Latexmk, John Collins, 7 Jan. 2023. Version 4.79
tudscr: CTAN Revision 64085

@mrpiggi
Copy link
Member

mrpiggi commented May 31, 2023

Confirmed, thanks for the report. Please try following workaround:

\TUDoptions{subjectthesis}
\thesis{master}

I will fix this for the next release, which I will hopefully complete in September or October this year. As there is a workaround I won't provide a bug fix release for this issue.

@mrpiggi mrpiggi self-assigned this May 31, 2023
@mrpiggi mrpiggi added the bug label May 31, 2023
@mrpiggi mrpiggi added this to the v2.07 milestone May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants