summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-27 21:57:32 +0000
committerKarl Berry <karl@freefriends.org>2023-01-27 21:57:32 +0000
commit4b24486cd087dda79d55741c9b69fb7e294e0bdd (patch)
tree1895e10826a76b432a9f6aa11fbcf5b87fa9fc96 /Master/texmf-dist/tex
parent99669706cc43d7cd292672c98ef84f27cb4a23e0 (diff)
se2thesis (27jan23)
git-svn-id: svn://tug.org/texlive/trunk@65645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2colors.sty2
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty2
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls31
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl2
-rw-r--r--Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl2
5 files changed, 31 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty b/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty
index 35f1db84029..27ad141ab28 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2colors.sty
@@ -46,7 +46,7 @@
\endinput
}%
\providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion }
-\ProvidesExplPackage {se2colors} {2023-01-10} {2.0.0}
+\ProvidesExplPackage {se2colors} {2023-01-27} {2.1.0}
{A colour support package for the se2thesis bundle}
\keys_define:nn { seiicolors }
{
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty b/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty
index 90835a30780..084b545d773 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2fonts.sty
@@ -46,7 +46,7 @@
\endinput
}%
\providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion }
-\ProvidesExplPackage {se2fonts} {2023-01-10} {2.0.0}
+\ProvidesExplPackage {se2fonts} {2023-01-27} {2.1.0}
{A font-selection support package for the se2thesis bundle}
\tl_new:N \l__slcd_fonts_fontmode_tl
\keys_define:nn { seiifonts }
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls
index 655f895e859..a1cff744862 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2thesis.cls
@@ -46,7 +46,7 @@
\endinput
}%
\providecommand \IfFormatAtLeastTF { \@ifl@t@r \fmtversion }
-\ProvidesExplClass {se2thesis} {2023-01-10} {2.0.0}
+\ProvidesExplClass {se2thesis} {2023-01-27} {2.1.0}
{A thesis class for the Chair of Software Engineering II}
\prg_new_conditional:Nnn \slcd_package_if_loaded:n { p, T, F, TF }
{
@@ -576,6 +576,28 @@
\GetTranslation{up},~\the\year.
\group_end:
}
+\addtokomafont{chapterprefix}{\raggedleft\bfseries}
+\addtokomafont{chapter}{\mdseries}
+\addtokomafont{section}{\large\mdseries}
+\addtokomafont{subsection}{\normalsize\mdseries}
+\renewcommand*{\chapterformat}{%
+ \mbox{%
+ \scalebox{1.3}{\chapappifchapterprefix{\nobreakspace}}%
+ \scalebox{3.5}{\color{UPSE2-Gray}\thechapter\autodot}\enskip%
+ }%
+}
+\renewcommand*{\chapterlineswithprefixformat}[3]{%
+ \Ifstr{#1}{chapter}
+ {#2\textls*[75]{\MakeUppercase{#3}}}% change definition for chapter
+ {#2#3}% original definition
+}%
+\renewcommand*{\sectionlinesformat}[4]{%
+ #3\textls*[75]{\MakeUppercase{#4}}%
+}
+\setkomafont{paragraph}{\normalsize\normalfont\itshape}
+\AddtoDoHook{heading/endgroup/paragraph}{\headingdot}
+\newcommand*{\headingdot}[1]{.}
+\renewcommand*{\dictumwidth}{0.42\linewidth}
\providecommand{\abstract}{}
\RenewDocumentEnvironment { abstract } { o }
{
@@ -610,21 +632,22 @@
} {
\group_end:
}
+\newif\if@mainmatter\@mainmattertrue
\providecommand*{\frontmatter}
{
- \if@twoside\cleardoublepage\else\clearpage\fi
+ \if@twoside\cleardoubleoddpage\else\clearpage\fi
\@mainmatterfalse
\pagenumbering { roman }
}
\providecommand*{\mainmatter}
{
- \if@twoside\cleardoublepage\else\clearpage\fi
+ \if@twoside\cleardoubleoddpage\else\clearpage\fi
\@mainmattertrue
\pagenumbering { arabic }
}
\providecommand*{\backmatter}
{
- \if@twoside\cleardoublepage\else\clearpage\fi
+ \if@twoside\cleardoubleoddpage\else\clearpage\fi
\@mainmatterfalse
}
\NewDocumentCommand \authorshipDeclaration { o }
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl b/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl
index 549a866608f..a9e84fcead6 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2translations-english.trsl
@@ -30,7 +30,7 @@
%% se2fonts.sty,
%% se2thesis-master-thesis-example.bib, and
%% se2thesis-master-thesis-example.pdf
-\ProvideDictionaryFor{English}{se2translations}[2023/01/10]
+\ProvideDictionaryFor{English}{se2translations}[2023/01/27]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
diff --git a/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl b/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl
index ff22a68f7d8..678e04afbc2 100644
--- a/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl
+++ b/Master/texmf-dist/tex/latex/se2thesis/se2translations-german.trsl
@@ -30,7 +30,7 @@
%% se2fonts.sty,
%% se2thesis-master-thesis-example.bib, and
%% se2thesis-master-thesis-example.pdf
-\ProvideDictionaryFor{German}{se2translations}[2023/01/10]
+\ProvideDictionaryFor{German}{se2translations}[2023/01/27]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}