diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/shdoc/shdoc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/shdoc/shdoc.dtx | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/shdoc/shdoc.dtx b/Master/texmf-dist/source/latex/shdoc/shdoc.dtx index a9809031517..0c33b53786e 100644 --- a/Master/texmf-dist/source/latex/shdoc/shdoc.dtx +++ b/Master/texmf-dist/source/latex/shdoc/shdoc.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% 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 @@ -18,7 +18,7 @@ % %\iffalse %<package>\NeedsTeXFormat{LaTeX2e} -%<package>\ProvidesPackage{shdoc}[2015/05/24 v2.1 Package for documenting shell operations] +%<package>\ProvidesPackage{shdoc}[2016/08/27 v2.1a Package for documenting shell operations] %<package>\RequirePackage[dvipsnames]{xcolor} %<package>\RequirePackage{float} %<package>\RequirePackage{caption} @@ -34,7 +34,7 @@ \iffalse %</internal> %<*readme> - 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 @@ -52,7 +52,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 @@ -116,6 +116,7 @@ avrdude done. Thank you. % \changes{v1.2}{2015/05/20}{Background color changed globally} % \changes{v2.0}{2015/08/10}{Added package options as kv-list: colors and symbols} % \changes{v2.1}{2016/04/08}{Reworked the paragraph settings better typesetting of the output, font size is variable, added a whole bunch of new macros for automatic shell-command execution} +% \changes{v2.1a}{2016/08/27}{Small changes in the documentation} % % \GetFileInfo{\jobname.sty} % @@ -133,7 +134,7 @@ avrdude done. Thank you. %\shmachine{linuxmint} % \begin{shbox} % \shline{}{tex} -% \shoutput{}{This is TeX, Version 3.14159265 (TeX Live 2014)} +% \shoutput{}{This is TeX, Version 3.14159265 (TeX Live 2015)} % \shoutput{}{**\cmd{\relax}} % \shoutput{}{*Hello World!} % \shoutput{}{*\cmd{\bye}} @@ -592,7 +593,7 @@ avrdude done. Thank you. % \shmachine{linuxmint} % \begin{shbox} % \shline{}{tex} -% \shoutput{}{This is TeX, Version 3.14159265 (TeX Live 2014)} +% \shoutput{}{This is TeX, Version 3.14159265 (TeX Live 2015)} % \shoutput{}{**\cmd{\relax}} % \shoutput{}{*Hello World!} % \shoutput{}{*\cmd{\bye}} @@ -605,7 +606,7 @@ avrdude done. Thank you. % \shmachine{linuxmint} % \begin{shbox} % \shline{}{tex} -% \shoutput{}{This is TeX, Version 3.14159265 (TeX Live 2014)} +% \shoutput{}{This is TeX, Version 3.14159265 (TeX Live 2015)} % \shoutput{}{**\cmd{\relax}} % \shoutput{}{*Hello World!} % \shoutput{}{*\cmd{\bye}} |