summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-28 21:08:29 +0000
committerKarl Berry <karl@freefriends.org>2018-03-28 21:08:29 +0000
commitbe2fa2982b23c0594620dcd0476a9ac75ae09f49 (patch)
tree15bec785c8bc1a09407f4ce8319e4e8b33b27fbb /Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
parentbe64a5491f265e2657e59e16e354d20e0205aec4 (diff)
udesoftec (28mar18)
git-svn-id: svn://tug.org/texlive/trunk@47164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls')
-rw-r--r--Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls17
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
index 9d488bf97fb..b55eacf31ab 100644
--- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
+++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec.cls
@@ -1,7 +1,7 @@
% !Mode:: "TeX:UTF-8"
%% udesoftec.cls
%% Copyright 2013-2015 J. Peter M. Schuler
-%% 2017/05/12 v1.6.0 udesoftec
+%% 2018/03/28 v1.6.2 udesoftec
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -39,7 +39,7 @@
% http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf
\NeedsTeXFormat{LaTeX2e}%
-\ProvidesClass{udesoftec}[2017/05/12 v1.6.0 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]%
+\ProvidesClass{udesoftec}[2018/03/28 v1.6.2 udesoftec.cls Thesis class and bibstyle for UDE SOFTEC]%
% class is based on KOMA-script http://www.ctan.org/pkg/koma-script
\LoadClass{scrbook}
@@ -771,7 +771,8 @@
%%%% scrpage2 %%%%%%%%
% purpose: customize page styles (header, footer)
-\usepackage{scrpage2}%
+\usepackage{scrlayer-scrpage}
+
% default page behaviour: header has line, chap.section left; page right
\pagestyle{scrheadings}
\clearscrheadings
@@ -779,7 +780,9 @@
\clearscrheadfoot
% change color of headsepline
\addtokomafont{headsepline}{\color{Headsepline}}
-\setheadsepline{.4pt}%{\color{Headsepline}}
+% deprecating following line
+%\setheadsepline{.4pt}%{\color{Headsepline}}
+\KOMAoption{headsepline}{.4pt}
% create headermarks so the chapter is shown on left page and section on right
% new pagestyle "chapter": pagenumber top outer, no line no headmark
\iftemplateUseBookLayout
@@ -1108,7 +1111,11 @@ bookmarks=true,bookmarksopen=true,bookmarksopenlevel=1,bookmarksnumbered=true]{h
\else
\usepackage{udesoftec-biblatex}
\AtEndDocument{%
+ \let\defaultchaptermarkformat\chaptermarkformat%
+ \renewcommand*{\chaptermarksimple}{}
+ \let\chaptermarkformat\chaptermarksimple%
\printbibliography[heading=udesoftec]%
+ \let\chaptermarkformat\defaultchaptermarkformat%
}
\fi
@@ -1214,7 +1221,7 @@ language={[LaTeX]TeX},
\newcommand{\acr}[1]{\gls{#1}\gdef\udesoftec@usedlistofitems@acronyms{}}
\AtEndDocument{\ifdefined\udesoftec@usedlistofitems@acronyms\label{udesoftec:needsloa}\fi}%
-\providecaptionname{ngermen}{\udesoftecAcronymsTitle}{Abkürzungsverzeichnis}%
+\providecaptionname{ngerman}{\udesoftecAcronymsTitle}{Abkürzungsverzeichnis}%
\providecaptionname{english}{\udesoftecAcronymsTitle}{Acronyms}%
\providecaptionname{british}{\udesoftecAcronymsTitle}{Acronyms}%
\newcommand{\udesoftecprintacronyms}{\@ifundefined{r@udesoftec:needsloa}{}{\printacronyms[style=myAcronymStyle,title=\udesoftecAcronymsTitle]}}%