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

Dritter Gutachter #38

Open
ax3l opened this issue Mar 13, 2019 · 6 comments
Open

Dritter Gutachter #38

ax3l opened this issue Mar 13, 2019 · 6 comments
Assignees
Milestone

Comments

@ax3l
Copy link

ax3l commented Mar 13, 2019

Hallo,

wie bekommt man am einfachsten einen dritten Gutachter in \referee{ A B \and C D \and E F} auf das Deckblatt?

In MatNat sind in Doktorarbeiten drei Gutachter üblich, jedoch wird der Dritte einfach unter "Second referee" mit angezeigt.

Versionen:

  • 2016/10/12 v2.05f TUD-Script
  • scrlfile, 2016/06/14 v3.21 KOMA-Script package
@mrpiggi
Copy link
Member

mrpiggi commented Mar 22, 2019

Ich würde das Problem wie folgt lösen:

\documentclass[ngerman,cdfont=false]{tudscrreprt}
\usepackage{babel}
\usepackage[T1]{fontenc}
\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} 
\graduation[M.Sc.]{Master of Science} 
\author{%
Mickey Mouse%
\matriculationnumber{12345678}%
\dateofbirth{2.1.1990}%
\placeofbirth{Dresden}%
}
\renewcaptionname{ngerman}{\refereename}{Gutachter}
\renewcaptionname{ngerman}{\refereeothername}{}
\referee{AAA \and BBB \and CCC}
\maketitle
\end{document}

@ax3l
Copy link
Author

ax3l commented Mar 23, 2019

Vielen Dank, das klappt. Dann gruppiere ich alle in einen Block.

@keinstein
Copy link

Vorschlag: Man sollte diesen Eintrag als FAQ taggen. Und die FAQs aus der Readme verlinken

@SpalterU
Copy link

Was kann ich tun, wenn ich jeden der drei Gutachter auch individuell ansprechen möchte, also eben keine Blockdarstellung der Namen unter "Gutachter"?
Ich habe das mal versucht, jedoch ist dann der String "Drittgutachter" fett gedruckt. Kann man das noch aufheben?
Bsp:
"...
\referee{AA \and BB \vspace{1mm} \and {\large{Drittgutachter} } \and CC}
..."
Grüße

@mrpiggi
Copy link
Member

mrpiggi commented Aug 31, 2021

see #72 (comment)

@mrpiggi
Copy link
Member

mrpiggi commented Sep 12, 2022

There should be a generic solution in order to provide several captions for each element on the title. Probably the best solution would be a comma separated list...

@mrpiggi mrpiggi reopened this Sep 12, 2022
@mrpiggi mrpiggi added this to the v2.07 milestone Sep 12, 2022
@mrpiggi mrpiggi self-assigned this Sep 12, 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

4 participants