From 8e26dfd93dd47510bf4d1ea17a8889ab34970ed7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 8 Oct 2020 21:21:37 +0000 Subject: showexpl (8oct20) git-svn-id: svn://tug.org/texlive/trunk@56600 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/showexpl/README.md | 5 +---- .../doc/latex/showexpl/showexpl-test.pdf | Bin 350530 -> 350869 bytes Master/texmf-dist/doc/latex/showexpl/showexpl.pdf | Bin 251317 -> 250715 bytes .../texmf-dist/source/latex/showexpl/showexpl.dtx | 5 +++-- Master/texmf-dist/tex/latex/showexpl/showexpl.sty | 4 ++-- 5 files changed, 6 insertions(+), 8 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/showexpl/README.md b/Master/texmf-dist/doc/latex/showexpl/README.md index 0c2fb4d52fe..77db56836aa 100644 --- a/Master/texmf-dist/doc/latex/showexpl/README.md +++ b/Master/texmf-dist/doc/latex/showexpl/README.md @@ -13,12 +13,9 @@ Recommended TDS locations: showexpl-test.tex, result-picture.pdf: doc/latex/showexpl ``` -For general installation advice, see - - The showexpl package is also on CTAN:[macros/latex/contrib/showexpl](http://www.ctan.org/tex-archive/macros/latex/contrib/showexpl) Rolf Niepraschk, email: Rolf.Niepraschk@gmx.de, -2020-05-03 +2020-05-28 diff --git a/Master/texmf-dist/doc/latex/showexpl/showexpl-test.pdf b/Master/texmf-dist/doc/latex/showexpl/showexpl-test.pdf index 1d114a4b8c4..027f9bc9b6c 100644 Binary files a/Master/texmf-dist/doc/latex/showexpl/showexpl-test.pdf and b/Master/texmf-dist/doc/latex/showexpl/showexpl-test.pdf differ diff --git a/Master/texmf-dist/doc/latex/showexpl/showexpl.pdf b/Master/texmf-dist/doc/latex/showexpl/showexpl.pdf index ece9531dc4e..9a3bfd6b57b 100644 Binary files a/Master/texmf-dist/doc/latex/showexpl/showexpl.pdf and b/Master/texmf-dist/doc/latex/showexpl/showexpl.pdf differ diff --git a/Master/texmf-dist/source/latex/showexpl/showexpl.dtx b/Master/texmf-dist/source/latex/showexpl/showexpl.dtx index 6219774f7b4..c2e2a99df23 100644 --- a/Master/texmf-dist/source/latex/showexpl/showexpl.dtx +++ b/Master/texmf-dist/source/latex/showexpl/showexpl.dtx @@ -22,7 +22,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{showexpl} %<*package> - [2020/05/26 v0.3q Typesetting example code (RN)] + [2020/10/08 v0.3r Typesetting example code (RN)] % % %<*driver> @@ -318,6 +318,7 @@ % the user key ``|preset=...|''. % \changes{v0.3e}{2006/04/05}{More redefinitions added (RN).} % \changes{v0.3p}{2020/05/04}{Remove extra treatment of `figure'/`table' (RN).} +% \changes{v0.3r}{2020/10/08}{letting \cmd{\refstepcounter} be \cmd{\stepcounter} (RN).} % \begin{macrocode} \newcommand*\SX@@preset{% \renewcommand\documentclass[2][]{\SX@eat@version}% @@ -328,7 +329,7 @@ \let\listoftables\relax \let\printindex\relax \let\listfiles\relax \let\nofiles\relax \let\index\@gobble \let\label\@gobble - \let\refstepcounter=\@gobble + \let\refstepcounter=\stepcounter \let\bibliography\@gobble \let\pagestyle\@gobble \let\thispagestyle\@gobble %%\let\immediate\relax \let\write\@gobbletwo diff --git a/Master/texmf-dist/tex/latex/showexpl/showexpl.sty b/Master/texmf-dist/tex/latex/showexpl/showexpl.sty index dfa1b14e666..ece526c8876 100644 --- a/Master/texmf-dist/tex/latex/showexpl/showexpl.sty +++ b/Master/texmf-dist/tex/latex/showexpl/showexpl.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{showexpl} - [2020/05/26 v0.3q Typesetting example code (RN)] + [2020/10/08 v0.3r Typesetting example code (RN)] \DeclareOption{final}{% \PassOptionsToPackage{\CurrentOption}{graphicx}% \PassOptionsToPackage{\CurrentOption}{listings}% @@ -94,7 +94,7 @@ \let\listoftables\relax \let\printindex\relax \let\listfiles\relax \let\nofiles\relax \let\index\@gobble \let\label\@gobble - \let\refstepcounter=\@gobble + \let\refstepcounter=\stepcounter \let\bibliography\@gobble \let\pagestyle\@gobble \let\thispagestyle\@gobble %%\let\immediate\relax \let\write\@gobbletwo -- cgit v1.2.3