summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrkernel-bibliography.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrkernel-bibliography.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrkernel-bibliography.dtx20
1 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrkernel-bibliography.dtx b/Master/texmf-dist/source/latex/koma-script/scrkernel-bibliography.dtx
index d3c9b8a55c8..0963bc4d7ab 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrkernel-bibliography.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrkernel-bibliography.dtx
@@ -1,8 +1,8 @@
-% \CheckSum{417}
+% \CheckSum{421}
% \iffalse meta-comment
% ======================================================================
% scrkernel-bibliography.dtx
-% Copyright (c) Markus Kohm, 2002-2017
+% Copyright (c) Markus Kohm, 2002-2018
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -20,7 +20,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% scrkernel-bibliography.dtx
-% Copyright (c) Markus Kohm, 2002-2017
+% Copyright (c) Markus Kohm, 2002-2018
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -55,7 +55,7 @@
% Right brace \} Tilde \~}
%
% \iffalse
-%%% From File: $Id: scrkernel-bibliography.dtx 2769 2017-12-03 10:56:06Z kohm $
+%%% From File: $Id: scrkernel-bibliography.dtx 3016 2018-09-03 11:40:59Z kohm $
%<option>%%% (run: option)
%<body>%%% (run: body)
%<*dtx>
@@ -63,7 +63,7 @@
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\begingroup
\def\filedate$#1: #2-#3-#4 #5${\gdef\filedate{#2/#3/#4}}
- \filedate$Date: 2017-12-03 11:56:06 +0100 (Sun, 03 Dec 2017) $
+ \filedate$Date: 2018-09-03 13:40:59 +0200 (Mon, 03 Sep 2018) $
\def\filerevision$#1: #2 ${\gdef\filerevision{r#2}}
\filerevision$Revision: 1872 $
\edef\reserved@a{%
@@ -274,6 +274,8 @@
% \changes{v3.25}{2017/10/13}{using \cs{bibliography@heading}}^^A
% \begin{macro}{\bibliography@heading}
% \changes{v3.25}{2017/10/13}{neu (intern)}
+% \changes{v3.26}{2018/09/03}{Verwendung von \cs{addsecmark}
+% oder \cs{subsectionmark} statt \cs{@mkright}}^^A
% Befehl zum Setzen der Überschrift des Literaturverzeichnisses.
% \begin{macrocode}
\newcommand*{\bib@heading}{%
@@ -284,7 +286,13 @@
\ifbib@leveldown
%<article> \subsection*{#1}%
%<book|report> \section*{#1}%
- \@mkright{\MakeMarkcase{#1}}%
+%<book|report> \addsecmark{#1}%
+%<*article>
+ \begingroup
+ \c@secnumdepth=-\maxdimen
+ \subsectionmark{#1}%
+ \endgroup
+%</article>
\else
%<article> \section*{#1}%
%<book|report> \chapter*{#1}%