texlive[73480] Master/texmf-dist: iexec (16jan25)
commits+karl at tug.org
commits+karl at tug.org
Thu Jan 16 21:28:53 CET 2025
Revision: 73480
https://tug.org/svn/texlive?view=revision&revision=73480
Author: karl
Date: 2025-01-16 21:28:53 +0100 (Thu, 16 Jan 2025)
Log Message:
-----------
iexec (16jan25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/iexec/DEPENDS.txt
trunk/Master/texmf-dist/doc/latex/iexec/LICENSE.txt
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/source/latex/iexec/iexec.ins
trunk/Master/texmf-dist/tex/latex/iexec/iexec.sty
Modified: trunk/Master/texmf-dist/doc/latex/iexec/DEPENDS.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/iexec/DEPENDS.txt 2025-01-16 20:28:43 UTC (rev 73479)
+++ trunk/Master/texmf-dist/doc/latex/iexec/DEPENDS.txt 2025-01-16 20:28:53 UTC (rev 73480)
@@ -9,6 +9,7 @@
soft hypdoc
soft l3build
soft libertine
+soft microtype
soft minted
soft pgf
soft pgfopts
Modified: trunk/Master/texmf-dist/doc/latex/iexec/LICENSE.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/iexec/LICENSE.txt 2025-01-16 20:28:43 UTC (rev 73479)
+++ trunk/Master/texmf-dist/doc/latex/iexec/LICENSE.txt 2025-01-16 20:28:53 UTC (rev 73480)
@@ -1,6 +1,6 @@
(The MIT License)
-Copyright (c) 2021-2024 Yegor Bugayenko
+Copyright (c) 2021-2025 Yegor Bugayenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
Modified: trunk/Master/texmf-dist/doc/latex/iexec/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/iexec/README.md 2025-01-16 20:28:43 UTC (rev 73479)
+++ trunk/Master/texmf-dist/doc/latex/iexec/README.md 2025-01-16 20:28:53 UTC (rev 73480)
@@ -1,3 +1,5 @@
+# Execute Shell from LaTeX
+
[](https://github.com/yegor256/iexec/actions/workflows/l3build.yml)
[](https://ctan.org/pkg/iexec)
[](https://github.com/yegor256/iexec/blob/master/LICENSE.txt)
@@ -4,10 +6,12 @@
This LaTeX package helps you execute commands from the document and then input
their output. The package uses [`shellesc`](https://ctan.org/pkg/shellesc) package.
-The development of this package was motivated by [this](https://stackoverflow.com/questions/3252957).
+The development of this package was motivated
+by [this](https://stackoverflow.com/questions/3252957).
-First, [install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
-from [CTAN](https://ctan.org/pkg/iexec)
+First,
+[install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
+from [CTAN](https://ctan.org/pkg/iexec)
and then use in the preamble:
```tex
@@ -18,14 +22,17 @@
\end{document}
```
-Otherwise, you can download
-[`iexec.sty`](https://yegor256.github.io/iexec/iexec.sty) and add to your project.
+Otherwise, you can download
+[`iexec.sty`](https://yegor256.github.io/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.
+The full example and all commands are available in the
+[`iexec.pdf`][pdf] file.
-If you want to contribute yourself, make a fork, then create a branch,
+If you want to contribute yourself, make a fork, then create a branch,
then run `make` in the root directory.
It should compile everything without errors. If not, submit an issue and wait.
Otherwise, make your changes and then run `make` again. If the build is
still clean, submit a pull request.
+
+[pdf]: https://ftp.agdsn.de/pub/mirrors/latex/dante/macros/latex/contrib/iexec/iexec.pdf
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 2025-01-16 20:28:43 UTC (rev 73479)
+++ trunk/Master/texmf-dist/source/latex/iexec/iexec.dtx 2025-01-16 20:28:53 UTC (rev 73480)
@@ -1,7 +1,7 @@
% \iffalse meta-comment
% (The MIT License)
%
-% Copyright (c) 2021-2024 Yegor Bugayenko
+% Copyright (c) 2021-2025 Yegor Bugayenko
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the 'Software'), to deal
@@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{iexec}
%<*package>
-[2024-01-14 0.14.0 Inputable Shell Executions]
+[2025/01/16 0.15.0 Inputable Shell Executions]
%</package>
%<*driver>
\documentclass{ltxdoc}
@@ -421,7 +421,8 @@
{\PackageError{iexec}{The "\iexec at stdout" file is absent
after processing, looks like some internal error}{}}%
\ifdefined\iexec at log%
- \message{iexec: This is the content of '\iexec at stdout':^^J}%
+ \message{iexec: This is the content of '\iexec at stdout'\ifdefined\pdffilesize
+ \space(\pdffilesize{\iexec at stdout} bytes)\else\fi:^^J}%
\IfFileExists
{\iexec at stdout}
{\iexec at typeout{\iexec at stdout}}
@@ -431,7 +432,8 @@
\else%
\ifnum\iexec at code=0\else%
\ifdefined\iexec at ignore\else%
- \message{iexec: See the content of '\iexec at stdout'
+ \message{iexec: See the content of '\iexec at stdout'\ifdefined\pdffilesize
+ \space(\pdffilesize{\iexec at stdout} bytes)\fi
after failure:^^J}%
\iexec at typeout{\iexec at stdout}%
\message{<EOF>^^J}%
@@ -522,6 +524,10 @@
% \end{macrocode}
% \end{macro}
+% \begin{macrocode}
+\endinput
+% \end{macrocode}
+
% \Finale
%\clearpage
Modified: trunk/Master/texmf-dist/source/latex/iexec/iexec.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/iexec/iexec.ins 2025-01-16 20:28:43 UTC (rev 73479)
+++ trunk/Master/texmf-dist/source/latex/iexec/iexec.ins 2025-01-16 20:28:53 UTC (rev 73480)
@@ -1,6 +1,6 @@
%% (The MIT License)
%%
-%% Copyright (c) 2021-2024 Yegor Bugayenko
+%% Copyright (c) 2021-2025 Yegor Bugayenko
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the 'Software'), to deal
@@ -26,7 +26,7 @@
\preamble
(The MIT License)
-Copyright (c) 2021-2024 Yegor Bugayenko
+Copyright (c) 2021-2025 Yegor Bugayenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
Modified: trunk/Master/texmf-dist/tex/latex/iexec/iexec.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/iexec/iexec.sty 2025-01-16 20:28:43 UTC (rev 73479)
+++ trunk/Master/texmf-dist/tex/latex/iexec/iexec.sty 2025-01-16 20:28:53 UTC (rev 73480)
@@ -7,7 +7,7 @@
%% iexec.dtx (with options: `package')
%% (The MIT License)
%%
-%% Copyright (c) 2021-2024 Yegor Bugayenko
+%% Copyright (c) 2021-2025 Yegor Bugayenko
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the 'Software'), to deal
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{iexec}
-[2024-01-14 0.14.0 Inputable Shell Executions]
+[2025/01/16 0.15.0 Inputable Shell Executions]
@@ -128,7 +128,8 @@
{\PackageError{iexec}{The "\iexec at stdout" file is absent
after processing, looks like some internal error}{}}%
\ifdefined\iexec at log%
- \message{iexec: This is the content of '\iexec at stdout':^^J}%
+ \message{iexec: This is the content of '\iexec at stdout'\ifdefined\pdffilesize
+ \space(\pdffilesize{\iexec at stdout} bytes)\else\fi:^^J}%
\IfFileExists
{\iexec at stdout}
{\iexec at typeout{\iexec at stdout}}
@@ -138,7 +139,8 @@
\else%
\ifnum\iexec at code=0\else%
\ifdefined\iexec at ignore\else%
- \message{iexec: See the content of '\iexec at stdout'
+ \message{iexec: See the content of '\iexec at stdout'\ifdefined\pdffilesize
+ \space(\pdffilesize{\iexec at stdout} bytes)\fi
after failure:^^J}%
\iexec at typeout{\iexec at stdout}%
\message{<EOF>^^J}%
@@ -213,8 +215,6 @@
\endgroup%
}\makeatother
-
-
\endinput
%%
%% End of file `iexec.sty'.
More information about the tex-live-commits
mailing list.