yathesis icon indicating copy to clipboard operation
yathesis copied to clipboard

Option *hdr=true* ne rend pas facultatif doctoralschool

Open ghschaden opened this issue 7 months ago • 0 comments

Selon la documentation (p. 65), l'option hdr devrait rendre optionnelle la spécification de l'école doctorale. Or, cela n'est pas le cas.

MWE:

\documentclass[hdr=true,version=final]{yathesis}

\author[[email protected]]{Random}{Author}
\title{Some title}
\academicfield{Important field}
\date{20}{12}{2025}
\institute[logo=example-image]{Université de France}
\doctoralschool[url=]{}
\laboratory{CNRS}{%
  75001 Paris
  }
\supervisor{Michel}{de Montaigne}
\cosupervisor{Étienne}{de la Boétie}
%
\referee{René}{Descartes}
\referee{Denis}{Diderot}
%
\committeepresident{Victor}{Hugo}
\examiner{Charles}{Baudelaire}
\examiner{Émile}{Zola}
\examiner{Paul}{Verlaine}
%

\guest{George}{Sand}
\begin{document}
\maketitle
\end{document}

Cet exemple produit une erreur de compilation:

ERROR: Class yathesis Error: Argument obligatoire de \doctoralschool vide.

ghschaden avatar May 04 '25 16:05 ghschaden