diff options
author | Karl Berry <karl@freefriends.org> | 2022-06-24 21:51:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-06-24 21:51:50 +0000 |
commit | 0011b6b38cc71f0b81f926200aa8cabe84ae8371 (patch) | |
tree | 78dad34df6c0fc3908d0e6d1e0821b67125b429c /Master/texmf-dist/doc/latex/hvextern | |
parent | 49eb2d79fccd3635979501f993bd2baeb13c731b (diff) |
hvextern (24jun22)
git-svn-id: svn://tug.org/texlive/trunk@63711 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvextern')
-rw-r--r-- | Master/texmf-dist/doc/latex/hvextern/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvextern/hvextern.pdf | bin | 1425940 -> 1417949 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvextern/hvextern.tex | 21 |
3 files changed, 19 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/hvextern/Changes b/Master/texmf-dist/doc/latex/hvextern/Changes index 73630cf1873..422e5ce8942 100644 --- a/Master/texmf-dist/doc/latex/hvextern/Changes +++ b/Master/texmf-dist/doc/latex/hvextern/Changes @@ -1,5 +1,7 @@ hvextern.sty ---------------- +v 0.32 2022-06-23 - fixed introduced bug + - added checkCode also for pdflatex and xelatex v 0.31 2022-06-20 - added package option checkCode to run the external file only if the code changes. v 0.30 2022-06-09 - added \hfuzz=\maxdimen for filename to prevent diff --git a/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf b/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf Binary files differindex 6e11028f20f..6213f9215f8 100644 --- a/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf +++ b/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf diff --git a/Master/texmf-dist/doc/latex/hvextern/hvextern.tex b/Master/texmf-dist/doc/latex/hvextern/hvextern.tex index d3f81f74472..5971c047445 100644 --- a/Master/texmf-dist/doc/latex/hvextern/hvextern.tex +++ b/Master/texmf-dist/doc/latex/hvextern/hvextern.tex @@ -44,10 +44,10 @@ from within a main\newline \LaTeX\ document~--v. \hvexternFileversion} \usepackage[Option]{hvextern} \end{verbatim} -There exists only one option \Loption{checkCode} which is only valid -for the use of \LuaLaTeX. In this case an already existing external file will only be compiled, if the -code changed. This dosn't depends on the setting of the option \Lkeyword{force}. -The package option will speed up the compilation time. +There exists only one option \Loption{checkCode} which is valid +for all \TeX-compiler. In this case an already existing external file will only be compiled, if the +external code changed. This dosn't depends on the setting of the option \Lkeyword{force}. +\Loption{checkCode} can speed up the compilation time. \section{Syntax} @@ -1832,6 +1832,19 @@ to get the directory listed: \runExtCmd[redirect,verbose]{ls -la}{voss} +\begin{verbatim} +\runExtCmd[redirect,verbose,lstOptions={basicstyle=\ttfamily\small}]{df}{voss} +\end{verbatim} + + + +\medskip +\runExtCmd[redirect,verbose,lstOptions={basicstyle=\ttfamily\footnotesize}]{df}{voss} + + + + + \section{Other options} \begin{description} |