diff options
author | Norbert Preining <norbert@preining.info> | 2022-10-30 03:00:51 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-10-30 03:00:51 +0000 |
commit | b2c88e6cbb5203ec5d33819454f1499cada7e336 (patch) | |
tree | 4c4af0d528b4d81f05c855c12e3aed8d94068428 /macros/latex/contrib/iexec | |
parent | 81f24542c377c836618974cee06163a6ad28da67 (diff) |
CTAN sync 202210300300
Diffstat (limited to 'macros/latex/contrib/iexec')
-rw-r--r-- | macros/latex/contrib/iexec/README.md | 2 | ||||
-rw-r--r-- | macros/latex/contrib/iexec/iexec.dtx | 6 | ||||
-rw-r--r-- | macros/latex/contrib/iexec/iexec.pdf | bin | 328403 -> 326484 bytes |
3 files changed, 6 insertions, 2 deletions
diff --git a/macros/latex/contrib/iexec/README.md b/macros/latex/contrib/iexec/README.md index 018bf2a764..93f1afce39 100644 --- a/macros/latex/contrib/iexec/README.md +++ b/macros/latex/contrib/iexec/README.md @@ -18,6 +18,8 @@ Today is \iexec{date +\%e-\%b-\%Y | tr -d '\\n'}. \end{document} ``` +Otherwise, you can download [`iexec.sty`](https://raw.githubusercontent.com/yegor256/iexec/gh-pages/iexec/iexec.sty) and add to your project. + The full example and all commands are available in the [`iexec.pdf`](https://ftp.agdsn.de/pub/mirrors/latex/dante/macros/latex/contrib/iexec/iexec.pdf) file. diff --git a/macros/latex/contrib/iexec/iexec.dtx b/macros/latex/contrib/iexec/iexec.dtx index 0ee16eed8f..4657100fa0 100644 --- a/macros/latex/contrib/iexec/iexec.dtx +++ b/macros/latex/contrib/iexec/iexec.dtx @@ -50,12 +50,13 @@ %<package>\NeedsTeXFormat{LaTeX2e} %<package>\ProvidesPackage{iexec} %<*package> -[2022-10-25 0.11.2 Inputable Shell Executions] +[2022-10-29 0.11.3 Inputable Shell Executions] %</package> %<*driver> \documentclass{ltxdoc} \usepackage[tt=false, type1=true]{libertine} \usepackage{microtype} +\AddToHook{env/verbatim/begin}{\microtypesetup{protrusion=false}} \usepackage{xcolor} \usepackage[dtx]{docshots} \usepackage{iexec} @@ -349,6 +350,7 @@ This file won't be deleted: \iexec[stdout=me.txt]{whoami}. % \changes{0.9.0}{2022/10/15}{The option "stderr" was introduced, allowing redirection of stderr to a file. Without this option specified, stderr will go to stdout.} % \changes{0.11.0}{2022/10/22}{The file with exit code now contains just numbers, without end of line.} % \changes{0.11.1}{2022/10/23}{When exit code is printed to the file, we add percentchar at the end of line in order to avoid extra space when reading it back.} +% \changes{0.11.3}{2022/10/29}{Bug fixed, because of which we had an extra leading space.} % \begin{macrocode} \def\iexec@cmd{(#2) \ifdefined\iexec@append>\fi> @@ -451,7 +453,7 @@ This file won't be deleted: \iexec[stdout=me.txt]{whoami}. \fi% \fi% \fi\fi% - \endgroup + \endgroup% }\makeatother % \end{macrocode} % \end{macro} diff --git a/macros/latex/contrib/iexec/iexec.pdf b/macros/latex/contrib/iexec/iexec.pdf Binary files differindex 1e6394be47..73c3374ae6 100644 --- a/macros/latex/contrib/iexec/iexec.pdf +++ b/macros/latex/contrib/iexec/iexec.pdf |