From dbd07e83962ec5d087fbbd857823d36e0e3dd4d9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 27 Jun 2019 21:00:07 +0000 Subject: pseudo (27jun19) git-svn-id: svn://tug.org/texlive/trunk@51493 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pseudo/VERSION | 2 +- Master/texmf-dist/doc/latex/pseudo/doc/pseudo.pdf | Bin 512615 -> 512746 bytes Master/texmf-dist/doc/latex/pseudo/doc/pseudo.tex | 10 +++++----- Master/texmf-dist/tex/latex/pseudo/pseudo.sty | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/pseudo/VERSION b/Master/texmf-dist/doc/latex/pseudo/VERSION index d3827e75a5c..7dea76edb3d 100644 --- a/Master/texmf-dist/doc/latex/pseudo/VERSION +++ b/Master/texmf-dist/doc/latex/pseudo/VERSION @@ -1 +1 @@ -1.0 +1.0.1 diff --git a/Master/texmf-dist/doc/latex/pseudo/doc/pseudo.pdf b/Master/texmf-dist/doc/latex/pseudo/doc/pseudo.pdf index 9aab07ca0a3..8bc210729cc 100644 Binary files a/Master/texmf-dist/doc/latex/pseudo/doc/pseudo.pdf and b/Master/texmf-dist/doc/latex/pseudo/doc/pseudo.pdf differ diff --git a/Master/texmf-dist/doc/latex/pseudo/doc/pseudo.tex b/Master/texmf-dist/doc/latex/pseudo/doc/pseudo.tex index d2efba2f6a5..a283879b677 100644 --- a/Master/texmf-dist/doc/latex/pseudo/doc/pseudo.tex +++ b/Master/texmf-dist/doc/latex/pseudo/doc/pseudo.tex @@ -1195,14 +1195,14 @@ $x = y$ \qquad \Imp Dims the following line. Equivalent to: \begin{texexp}[listing only] \pseudodefinestyle{dim}{ - bol-append = \color{\pseudohlcolor}, - setup-append = \color{\pseudohlcolor} + bol-append = \color{\pseudodimcolor}, + setup-append = \color{\pseudodimcolor} } \end{texexp} May be used to dim out inactive or currently less relevant lines (possibly using overlays; see~\cpageref{p:overlays}). \begin{texexp} -\begin{pseudo}[kw]* +\begin{pseudo}[kw, dim-color=black!25]* \hd{Gnome-Sort}(A) \\ [dim] $i = 1$ \\ [dim] while $i \leq \fn{length}[A]$ \\+ @@ -2978,8 +2978,8 @@ typesetting the pseudocode. dim-color .initial:n = \pseudohlcolor, dim .meta:n = { - bol-append = \color{\pseudohlcolor}, - setup-append = \color{\pseudohlcolor} + bol-append = \color{\pseudodimcolor}, + setup-append = \color{\pseudodimcolor} }, line-height .fp_set:N = \l_@@_line_height_fp, diff --git a/Master/texmf-dist/tex/latex/pseudo/pseudo.sty b/Master/texmf-dist/tex/latex/pseudo/pseudo.sty index be50cdd2e41..3237e1e9fbe 100644 --- a/Master/texmf-dist/tex/latex/pseudo/pseudo.sty +++ b/Master/texmf-dist/tex/latex/pseudo/pseudo.sty @@ -20,8 +20,8 @@ % OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE % SOFTWARE. % -\def \pseudoversion {1.0} -\def \pseudodate {2019-06-22} +\def \pseudoversion {1.0.1} +\def \pseudodate {2019-06-27} \RequirePackage{expl3} \ProvidesExplPackage {pseudo} @@ -314,8 +314,8 @@ dim-color .tl_set:N = \pseudodimcolor, dim-color .initial:n = \pseudohlcolor, dim .meta:n = { - bol-append = \color{\pseudohlcolor}, - setup-append = \color{\pseudohlcolor} + bol-append = \color{\pseudodimcolor}, + setup-append = \color{\pseudodimcolor} }, line-height .fp_set:N = \l__pseudo_line_height_fp, line-height .initial:n = 1, -- cgit v1.2.3