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

\confirmation throws errors if using a typed thesis: \masterthesisname not defined for language 'english' #48

Open
sfo opened this issue Feb 27, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@sfo
Copy link
Contributor

sfo commented Feb 27, 2020

The error arises when inserting a confirmation in a thesis that is marked as a special type (master, bachelor, student, diploma, diss, etc.) using the \thesis{<type>} command.

Here is a MWE:

\documentclass[english]{tudscrbook}

\usepackage{babel}

\thesis{master}
\date{\today}

\begin{document}
  \begin{declarations}
    \confirmation
  \end{declarations}
\end{document}

My Environment:

pdflatex: pdfTeX 3.14159265-2.6-1.40.20 (TeX Live 2019)
tudscr package version: 2.06f

@mrpiggi
Copy link
Member

mrpiggi commented Feb 27, 2020

Using \thesis{master} after \begin{document} should work. I will try to find out, why this occurs.

\documentclass[english]{tudscrbook}
\usepackage{babel}
\begin{document}
\thesis{master}
\date{\today}
\begin{declarations}
  \confirmation
\end{declarations}
\end{document}

@mrpiggi mrpiggi self-assigned this Feb 27, 2020
@mrpiggi mrpiggi added the bug label Feb 27, 2020
@mrpiggi mrpiggi added this to the v2.07 milestone Feb 27, 2020
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