diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-05 22:33:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-05 22:33:15 +0000 |
commit | c6d3092300e87f03795b64186a089dfe83ce2efa (patch) | |
tree | 0448602d38d130a2e43fe2cb3e858964faa1edbc /Master/texmf-dist/source/latex/showexpl | |
parent | 480580fec13891a80df5703594143afc5580dd61 (diff) |
showexpl (5aug16)
git-svn-id: svn://tug.org/texlive/trunk@41805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/showexpl')
-rw-r--r-- | Master/texmf-dist/source/latex/showexpl/showexpl.dtx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/showexpl/showexpl.dtx b/Master/texmf-dist/source/latex/showexpl/showexpl.dtx index 78d41e731f4..168b49ce3ad 100644 --- a/Master/texmf-dist/source/latex/showexpl/showexpl.dtx +++ b/Master/texmf-dist/source/latex/showexpl/showexpl.dtx @@ -22,7 +22,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{showexpl} %<*package> - [2014/01/19 v0.3l Typesetting example code (RN)] + [2016/08/05 v0.3m Typesetting example code (RN)] %</package> % %<*driver> @@ -39,7 +39,7 @@ %</driver> % \fi % -% \CheckSum{870} +% \CheckSum{873} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -519,11 +519,13 @@ \parbox{\linewidth+\SX@overhang}{% % \end{macrocode} % \cmd{\SX@codefile} (|\jobname.tmp|) is not nessesary for the filelist. +% \changes{v0.3m}{2016/08/05}{Wrong assignement for \cmd{\lst@belowskip} (RN).} % \begin{macrocode} \let\@addtofilelist\@gobble \let\lst@ifdisplaystyle=\iftrue \SX@KillAboveCaptionskip\lst@MakeCaption{t}% \lst@belowskip=\z@ + \let\lst@belowskip=\z@ % \end{macrocode} % Use the ``natural'' width of the result code if ``varwidth'' is % true. |