summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/iexec/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/iexec/iexec.pdfbin328403 -> 326484 bytes
-rw-r--r--Master/texmf-dist/source/latex/iexec/iexec.dtx6
-rw-r--r--Master/texmf-dist/tex/latex/iexec/iexec.sty4
4 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/iexec/README.md b/Master/texmf-dist/doc/latex/iexec/README.md
index 018bf2a7647..93f1afce399 100644
--- a/Master/texmf-dist/doc/latex/iexec/README.md
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/iexec/iexec.pdf b/Master/texmf-dist/doc/latex/iexec/iexec.pdf
index 1e6394be475..73c3374ae6a 100644
--- a/Master/texmf-dist/doc/latex/iexec/iexec.pdf
+++ b/Master/texmf-dist/doc/latex/iexec/iexec.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/iexec/iexec.dtx b/Master/texmf-dist/source/latex/iexec/iexec.dtx
index 0ee16eed8f4..4657100fa09 100644
--- a/Master/texmf-dist/source/latex/iexec/iexec.dtx
+++ b/Master/texmf-dist/source/latex/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/Master/texmf-dist/tex/latex/iexec/iexec.sty b/Master/texmf-dist/tex/latex/iexec/iexec.sty
index 9a493aa04a0..7eb6e994825 100644
--- a/Master/texmf-dist/tex/latex/iexec/iexec.sty
+++ b/Master/texmf-dist/tex/latex/iexec/iexec.sty
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{iexec}
-[2022-10-25 0.11.2 Inputable Shell Executions]
+[2022-10-29 0.11.3 Inputable Shell Executions]
@@ -188,7 +188,7 @@
\fi%
\fi%
\fi\fi%
- \endgroup
+ \endgroup%
}\makeatother