texlive[64849] Master/texmf-dist: iexec (29oct22)
commits+karl at tug.org
commits+karl at tug.org
Sat Oct 29 21:46:55 CEST 2022
Revision: 64849
http://tug.org/svn/texlive?view=revision&revision=64849
Author: karl
Date: 2022-10-29 21:46:55 +0200 (Sat, 29 Oct 2022)
Log Message:
-----------
iexec (29oct22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/iexec/README.md
trunk/Master/texmf-dist/doc/latex/iexec/iexec.pdf
trunk/Master/texmf-dist/source/latex/iexec/iexec.dtx
trunk/Master/texmf-dist/tex/latex/iexec/iexec.sty
Modified: trunk/Master/texmf-dist/doc/latex/iexec/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/iexec/README.md 2022-10-29 19:46:39 UTC (rev 64848)
+++ trunk/Master/texmf-dist/doc/latex/iexec/README.md 2022-10-29 19:46:55 UTC (rev 64849)
@@ -18,6 +18,8 @@
\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.
Modified: trunk/Master/texmf-dist/doc/latex/iexec/iexec.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/iexec/iexec.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/iexec/iexec.dtx 2022-10-29 19:46:39 UTC (rev 64848)
+++ trunk/Master/texmf-dist/source/latex/iexec/iexec.dtx 2022-10-29 19:46:55 UTC (rev 64849)
@@ -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 @@
% \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 at cmd{(#2)
\ifdefined\iexec at append>\fi>
@@ -451,7 +453,7 @@
\fi%
\fi%
\fi\fi%
- \endgroup
+ \endgroup%
}\makeatother
% \end{macrocode}
% \end{macro}
Modified: trunk/Master/texmf-dist/tex/latex/iexec/iexec.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/iexec/iexec.sty 2022-10-29 19:46:39 UTC (rev 64848)
+++ trunk/Master/texmf-dist/tex/latex/iexec/iexec.sty 2022-10-29 19:46:55 UTC (rev 64849)
@@ -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
More information about the tex-live-commits
mailing list.