diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-27 22:16:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-27 22:16:04 +0000 |
commit | dc0e67c2be5a0eb5811a2dc33ff125e82690bd8e (patch) | |
tree | 00a78d80c7364cfb6f449422bfca15794c136d9b /Master/texmf-dist/doc/latex/shdoc | |
parent | 11c9c4d9505fbae8b108824303315d6203a2a655 (diff) |
shdoc (27aug16)
git-svn-id: svn://tug.org/texlive/trunk@41939 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/shdoc')
-rw-r--r-- | Master/texmf-dist/doc/latex/shdoc/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/shdoc/README.txt | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/shdoc/shdoc.pdf | bin | 543806 -> 525548 bytes | |||
-rwxr-xr-x | Master/texmf-dist/doc/latex/shdoc/shreformat.sh | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/shdoc/README b/Master/texmf-dist/doc/latex/shdoc/README index 4dee522ac99..6c480866f3b 100644 --- a/Master/texmf-dist/doc/latex/shdoc/README +++ b/Master/texmf-dist/doc/latex/shdoc/README @@ -1,4 +1,4 @@ - Copyright 2015 Simon M. Laube + Copyright 2016 Simon M. Laube This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 @@ -16,7 +16,7 @@ environment that can be used to document operations or command executions of a terminal session on a shell. - The current version of the package is v2.1. + The current version of the package is v2.1a. To create the package (*.sty) from source open a command line prompt, change to the package directory and type diff --git a/Master/texmf-dist/doc/latex/shdoc/README.txt b/Master/texmf-dist/doc/latex/shdoc/README.txt index 4dee522ac99..6c480866f3b 100644 --- a/Master/texmf-dist/doc/latex/shdoc/README.txt +++ b/Master/texmf-dist/doc/latex/shdoc/README.txt @@ -1,4 +1,4 @@ - Copyright 2015 Simon M. Laube + Copyright 2016 Simon M. Laube This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 @@ -16,7 +16,7 @@ environment that can be used to document operations or command executions of a terminal session on a shell. - The current version of the package is v2.1. + The current version of the package is v2.1a. To create the package (*.sty) from source open a command line prompt, change to the package directory and type diff --git a/Master/texmf-dist/doc/latex/shdoc/shdoc.pdf b/Master/texmf-dist/doc/latex/shdoc/shdoc.pdf Binary files differindex c66b37d7952..bbc811732d8 100644 --- a/Master/texmf-dist/doc/latex/shdoc/shdoc.pdf +++ b/Master/texmf-dist/doc/latex/shdoc/shdoc.pdf diff --git a/Master/texmf-dist/doc/latex/shdoc/shreformat.sh b/Master/texmf-dist/doc/latex/shdoc/shreformat.sh index d27e9c088d8..c8a6a95773a 100755 --- a/Master/texmf-dist/doc/latex/shdoc/shreformat.sh +++ b/Master/texmf-dist/doc/latex/shdoc/shreformat.sh @@ -4,6 +4,6 @@ # the LaTeX package 'shdoc' (see ctan.org/pkg/shdoc) # 1. read from shrun.tmp and substitute double tabs with two spaces -# 2. substitute single tabs with a single space +# 2. substitute single tabs with single spaces # 3. remove all leading spaces and save the output to shrun-formatted.tmp sed 's/\t\t/ /' <shrun.tmp | sed 's/\t/ /' | sed -e 's/^[ \t]*//' >shrun-formatted.tmp |