summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/shdoc/README4
-rw-r--r--Master/texmf-dist/doc/latex/shdoc/README.txt4
-rw-r--r--Master/texmf-dist/doc/latex/shdoc/shdoc.pdfbin543806 -> 525548 bytes
-rwxr-xr-xMaster/texmf-dist/doc/latex/shdoc/shreformat.sh2
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
index c66b37d7952..bbc811732d8 100644
--- a/Master/texmf-dist/doc/latex/shdoc/shdoc.pdf
+++ b/Master/texmf-dist/doc/latex/shdoc/shdoc.pdf
Binary files differ
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