From 000a7ab55c1dd5a3dcfb1a53cad97f51fa31583f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Aug 2020 20:52:50 +0000 Subject: skdoc (25aug20) git-svn-id: svn://tug.org/texlive/trunk@56183 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/skdoc/README | 4 ++-- Master/texmf-dist/doc/latex/skdoc/skdoc.pdf | Bin 293072 -> 355474 bytes Master/texmf-dist/source/latex/skdoc/skdoc.dtx | 9 +++++---- Master/texmf-dist/tex/latex/skdoc/skdoc.cls | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Master/texmf-dist/doc/latex/skdoc/README b/Master/texmf-dist/doc/latex/skdoc/README index 8385ac97aa1..b50b6c83d3c 100644 --- a/Master/texmf-dist/doc/latex/skdoc/README +++ b/Master/texmf-dist/doc/latex/skdoc/README @@ -1,6 +1,6 @@ %% skdoc documentation class %% -%% Copyright (C) 2012-2019 by Simon Sigurdhsson +%% Copyright (C) 2012-2020 by Simon Sigurdhsson %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -17,7 +17,7 @@ %% This work consists of the files skdoc.dtx %% and the derived filebase skdoc.cls. -This is version 1.5b of the skdoc document class. It is designed to +This is version 1.5c of the skdoc document class. It is designed to generate both documentation and derivative files using only LaTeX, i.e. without using docstrip and ins/dtx files. diff --git a/Master/texmf-dist/doc/latex/skdoc/skdoc.pdf b/Master/texmf-dist/doc/latex/skdoc/skdoc.pdf index ac78b085ea5..4e0de82cc7b 100644 Binary files a/Master/texmf-dist/doc/latex/skdoc/skdoc.pdf and b/Master/texmf-dist/doc/latex/skdoc/skdoc.pdf differ diff --git a/Master/texmf-dist/source/latex/skdoc/skdoc.dtx b/Master/texmf-dist/source/latex/skdoc/skdoc.dtx index a7bfdc10d8e..19d086a9757 100644 --- a/Master/texmf-dist/source/latex/skdoc/skdoc.dtx +++ b/Master/texmf-dist/source/latex/skdoc/skdoc.dtx @@ -1,7 +1,7 @@ % \iffalse %% skdoc documentation class %% -%% Copyright (C) 2012-2019 by Simon Sigurdhsson +%% Copyright (C) 2012-2020 by Simon Sigurdhsson %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -73,7 +73,7 @@ % %\ProvidesExplClass{skdoc} %<*class> - {2019/09/29}{1.5b}{skdoc documentation class} + {2020/08/24}{1.5c}{skdoc documentation class} % % %<*driver> @@ -132,7 +132,7 @@ % {}{\small\pagemark} % \pagestyle{skdoc-class} % -% \version{1.5b} +% \version{1.5c} % \changes{1.0}{Initial version} % \changes{1.1}{Added support for syntax highlighting using \pkg{minted}} % \changes{1.1a}{Deprecate the use of \pkg{bibtex} in favour of \pkg{biblatex}} @@ -146,6 +146,7 @@ % \changes{1.5}{Fix incompatibilities with \pkg{minted}} % \changes{1.5a}{Track \pkg{expl3} changes (thanks to Felix Faltin)} % \changes{1.5b}{Track \pkg{expl3} changes (thanks to Phelype Oleinik). Replace \pkg{opensans} option \opt{osfigures} with \opt{oldstyle} (\#40)} +% \changes{1.5c}{Replace \pkg{scrpage} package with \pkg{scrlayer-scrpage} (thanks to Daniel Wunderlich)} % \iffalse %%% Don't forget to update the version number and release date of %%% the package declaration on line 76! @@ -795,7 +796,7 @@ % \end{macrocode} % The rest is basically just styling. % \begin{macrocode} -\RequirePackage{scrpage2} +\RequirePackage{scrlayer-scrpage} \AtEndOfClass{% \RequirePackage[\skdoc@babel]{babel} \RequirePackage[english=british]{csquotes} diff --git a/Master/texmf-dist/tex/latex/skdoc/skdoc.cls b/Master/texmf-dist/tex/latex/skdoc/skdoc.cls index 6c8b724e832..10425c40395 100644 --- a/Master/texmf-dist/tex/latex/skdoc/skdoc.cls +++ b/Master/texmf-dist/tex/latex/skdoc/skdoc.cls @@ -8,7 +8,7 @@ %% %% skdoc documentation class %% -%% Copyright (C) 2012-2019 by Simon Sigurdhsson +%% Copyright (C) 2012-2020 by Simon Sigurdhsson %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -26,7 +26,7 @@ %% and the derived filebase skdoc.cls. \RequirePackage{expl3} \ProvidesExplClass{skdoc} - {2019/09/29}{1.5b}{skdoc documentation class} + {2020/08/24}{1.5c}{skdoc documentation class} \PassOptionsToPackage{log-declarations=false}{xparse} \LoadClass[ DIV7, headings=big, @@ -40,7 +40,7 @@ \RequirePackage[nomain,xindy,numberedsection,order=letter, sanitizesort=false]{glossaries} \RequirePackage{ydoc-code,ydoc-desc} -\RequirePackage{scrpage2} +\RequirePackage{scrlayer-scrpage} \AtEndOfClass{% \RequirePackage[\skdoc@babel]{babel} \RequirePackage[english=british]{csquotes} -- cgit v1.2.3