From 50dcc55467ec7d9a4bddcd07467eedb1c44c2b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz> Date: Sun, 18 Nov 2018 23:07:32 +0100 Subject: [PATCH] Use gender in the authorSignature Czech and Slovak locale strings --- locale/czech.dtx | 3 ++- locale/slovak.dtx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/locale/czech.dtx b/locale/czech.dtx index 2acd1d8..884570b 100644 --- a/locale/czech.dtx +++ b/locale/czech.dtx @@ -75,7 +75,8 @@ \thesis@year}} % Různé -\gdef\thesis@czech@authorSignature{Podpis autora} +\gdef\thesis@czech@authorSignature{% + Podpis autor\ifthesis@woman ky\else a\fi} \gdef\thesis@czech@fieldTitle{Obor} \gdef\thesis@czech@advisorTitle{Vedoucà práce} \gdef\thesis@czech@authorTitle{Autor} diff --git a/locale/slovak.dtx b/locale/slovak.dtx index bb4da5a..a4bcd83 100644 --- a/locale/slovak.dtx +++ b/locale/slovak.dtx @@ -75,7 +75,8 @@ \thesis@year}} % Rôzne -\gdef\thesis@slovak@authorSignature{Podpis autora} +\gdef\thesis@slovak@authorSignature{% + Podpis autor\ifthesis@woman ky\else a\fi} \gdef\thesis@slovak@fieldTitle{Odbor} \gdef\thesis@slovak@advisorTitle{Vedúci práce} \gdef\thesis@slovak@authorTitle{Autor} -- GitLab