You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
146 lines
5.0 KiB
146 lines
5.0 KiB
%%
|
|
%% This is file `listings.hak',
|
|
%% generated with the docstrip utility, extended by scrdocstrip.
|
|
%%
|
|
%% The original source files were:
|
|
%%
|
|
%% scrkernel-version.dtx (with options: `file,listings.hak')
|
|
%% scrhack.dtx (with options: `hack,listings,identify')
|
|
%% scrhack.dtx (with options: `hack,listings,body')
|
|
%%
|
|
%% Copyright (c) 2008-2019 Markus Kohm [komascript at gmx info]
|
|
%%
|
|
%% This file was generated from file(s) of the KOMA-Script bundle.
|
|
%% ---------------------------------------------------------------
|
|
%%
|
|
%% It may be distributed under the conditions of the
|
|
%% LaTeX Project Public License in the version distributed together
|
|
%% with KOMA-Script, see file `lppl.txt' or `lppl-de.txt'.
|
|
%%
|
|
%% This file may only be distributed together with a copy of the
|
|
%% KOMA-Script bundle. You may however distribute the
|
|
%% KOMA-Script bundle without all such generated files. See also
|
|
%% `lppl.txt' or `lppl-de.txt' for additional information.
|
|
%%
|
|
%% The list of files belonging to KOMA-Script distribution is given in
|
|
%% the file `manifest.txt'. See also `lppl.txt' or `lppl-de.txt' for
|
|
%% additional information.
|
|
%%
|
|
%% If this file is a beta version, you may not be allowed to distribute
|
|
%% it. Look at the comments below to see if this is the case.
|
|
%%
|
|
%% English and German manuals are part of KOMA-Script bundle.
|
|
%% ----------------------------------------------------------
|
|
%%
|
|
%% See `README'.
|
|
%%
|
|
%% The KOMA-Script bundle (but maybe not this file) was based upon the
|
|
%% LaTeX 2.09 Script family created by Frank Neukam 1993 and the LaTeX2e
|
|
%% standard classes created by The LaTeX3 Project 1994-1996. You can
|
|
%% find a complete unmodified copy of LaTeX2e at
|
|
%% <http://mirror.ctan.org/tex-archive/macros/latex/base/>.
|
|
%%
|
|
%%% From File: $Id: scrkernel-version.dtx 3510 2020-07-22 13:29:13Z kohm $
|
|
\begingroup
|
|
\catcode`\@11\relax
|
|
\ifx\KOMAScriptVersion\undefined
|
|
\newcommand*{\@CheckKOMAScriptVersion}[1]{%
|
|
\gdef\KOMAScriptVersion{#1}%
|
|
}%
|
|
\else
|
|
\newcommand*{\@CheckKOMAScriptVersion}[1]{%
|
|
\def\@tempa{#1}%
|
|
\ifx\KOMAScriptVersion\@tempa\else
|
|
\@latex@warning@no@line{%
|
|
\noexpand\KOMAScriptVersion\space is
|
|
`\KOMAScriptVersion',\MessageBreak
|
|
but `#1' was expected!\MessageBreak
|
|
You should not use classes, packages or files
|
|
from\MessageBreak
|
|
different KOMA-Script versions%
|
|
}%
|
|
\fi
|
|
}
|
|
\fi
|
|
\@CheckKOMAScriptVersion{2020/07/22 v3.31 KOMA-Script}%
|
|
\endgroup
|
|
%%% From File: $Id: scrhack.dtx 3508 2020-07-08 08:45:20Z kohm $
|
|
\ProvidesFile{listings.hak}[%
|
|
2020/07/22 v3.31 KOMA-Script
|
|
scrhack part
|
|
(hacking package
|
|
listings)%
|
|
]
|
|
%%% From File: $Id: scrhack.dtx 3508 2020-07-08 08:45:20Z kohm $
|
|
\newcommand*{\scr@do@hack@listings}{%
|
|
\RequirePackage{tocbasic}%
|
|
\addtotoclist[float]{lol}%
|
|
\setuptoc{lol}{chapteratlist}%
|
|
\PackageInfo{scrhack}{redefining \string\lstlistoflistings}%
|
|
\renewcommand*{\lstlistoflistings}{\listoftoc[{\lstlistlistingname}]{lol}}%
|
|
\AtBeginDocument{%
|
|
\scr@ifexpected{\float@addtolists}{%
|
|
\def\float@addtolists##1{\addtocontents{lol}{##1}}%
|
|
}{%
|
|
\PackageInfo{scrhack}{undefining \string\float@addtolists}%
|
|
\let\float@addtolists\relax
|
|
}{%
|
|
\scr@ifexpected{\float@addtolists}{%
|
|
\def\float@addtolists##1{\addtocontents{lol}{##1}%
|
|
\orig@float@addtolists{##1}}%
|
|
}{%
|
|
\PackageInfo{scrhack}{setting \string\float@addtolists\MessageBreak
|
|
to \string\orig@float@addtolists}%
|
|
\let\float@addtolists\orig@float@addtolists
|
|
}{%
|
|
\PackageWarningNoLine{scrhack}{unkown \string\float@addtolists\space
|
|
definition found!\MessageBreak
|
|
Maybe you are using a unsupported listings version}%
|
|
}%
|
|
}%
|
|
}%
|
|
\expandafter\def\expandafter\lst@makecaption\expandafter{%
|
|
\expandafter\def\expandafter\@captype\expandafter{%
|
|
\expandafter l\expandafter s\expandafter t\expandafter l%
|
|
\expandafter i\expandafter s\expandafter t\expandafter i%
|
|
\expandafter n\expandafter g\expandafter}\lst@makecaption
|
|
}%
|
|
\let\scr@do@hack@listings\relax
|
|
}
|
|
\scr@ifexpected{\lstlistoflistings}{%
|
|
\def\lstlistoflistings{\bgroup
|
|
\let\contentsname\lstlistlistingname
|
|
\let\lst@temp\@starttoc \def\@starttoc##1{\lst@temp{lol}}%
|
|
\tableofcontents \egroup}%
|
|
}{%
|
|
\scr@do@hack@listings
|
|
}{%
|
|
\scr@ifexpected{\lstlistoflistings}{%
|
|
\def\lstlistoflistings{%
|
|
\begingroup
|
|
\@ifundefined{@restonecoltrue}{}{%
|
|
\if@twocolumn
|
|
\@restonecoltrue\onecolumn
|
|
\else
|
|
\@restonecolfalse
|
|
\fi
|
|
}%
|
|
\float@listhead{\lstlistlistingname}%
|
|
\parskip\z@\parindent\z@\parfillskip \z@ \@plus 1fil%
|
|
\@starttoc{lol}%
|
|
\@ifundefined{@restonecoltrue}{}{%
|
|
\if@restonecol\twocolumn\fi
|
|
}%
|
|
\endgroup
|
|
}%
|
|
}{%
|
|
\scr@do@hack@listings
|
|
}{%
|
|
\PackageWarningNoLine{scrhack}{unknown \string\lstlistoflistings\space
|
|
definition found!\MessageBreak
|
|
Maybe you are using a unsupported listings version}%
|
|
}%
|
|
}
|
|
\endinput
|
|
%%
|
|
%% End of file `listings.hak'.
|
|
|