texlive[69064] Master/texmf-dist: hvextern (8dec23)

commits+karl at tug.org commits+karl at tug.org
Fri Dec 8 22:35:16 CET 2023


Revision: 69064
          https://tug.org/svn/texlive?view=revision&revision=69064
Author:   karl
Date:     2023-12-08 22:35:16 +0100 (Fri, 08 Dec 2023)
Log Message:
-----------
hvextern (8dec23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/hvextern/Changes
    trunk/Master/texmf-dist/doc/latex/hvextern/README
    trunk/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf
    trunk/Master/texmf-dist/tex/latex/hvextern/hvextern.sty

Modified: trunk/Master/texmf-dist/doc/latex/hvextern/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hvextern/Changes	2023-12-08 21:34:29 UTC (rev 69063)
+++ trunk/Master/texmf-dist/doc/latex/hvextern/Changes	2023-12-08 21:35:16 UTC (rev 69064)
@@ -1,5 +1,6 @@
 hvextern.sty ----------------
 
+v 0.38  2023-12-08  - change internal macroname \Write at Ex to \hv at Write@EX
 v 0.37b 2023-11-22  - fix typo in documentation
 v 0.37a 2023-11-20  - fix bug in documentation
 v 0.37  2023-08-29  - do not write files without --shell-escape

Modified: trunk/Master/texmf-dist/doc/latex/hvextern/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/hvextern/README	2023-12-08 21:34:29 UTC (rev 69063)
+++ trunk/Master/texmf-dist/doc/latex/hvextern/README	2023-12-08 21:35:16 UTC (rev 69064)
@@ -6,11 +6,11 @@
 
 
 %% It may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.3c
+%% conditions of the LaTeX Project Public License, either version 1.3
 %% of this license or (at your option) any later version.
 %% The latest version of this license is in
 %%    http://www.latex-project.org/lppl.txt
-%% and version 1.3c or later is part of all distributions of LaTeX
+%% and version 1.3 or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
 
 

Modified: trunk/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/hvextern/hvextern.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/hvextern/hvextern.sty	2023-12-08 21:34:29 UTC (rev 69063)
+++ trunk/Master/texmf-dist/tex/latex/hvextern/hvextern.sty	2023-12-08 21:35:16 UTC (rev 69064)
@@ -1,4 +1,4 @@
-%% $Id: hvextern.sty 824 2023-11-22 12:26:34Z herbert $
+%% $Id: hvextern.sty 833 2023-12-08 19:31:08Z herbert $
 %% This is file `hvextern.sty',
 %%
 %% Copyright (C) 2016-23
@@ -12,8 +12,8 @@
 %% and version 1.3c or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
 
-\def\hvexternFileversion{0.37b}
-\ProvidesFile{hvextern}[2023/11/22 v\hvexternFileversion: package for running external documents (HV)]
+\def\hvexternFileversion{0.38}
+\ProvidesFile{hvextern}[2023/12/08 v\hvexternFileversion: package for running external documents (HV)]
 
 \newif\ifhv at extern@checkCode
 \hv at extern@checkCodefalse
@@ -842,7 +842,7 @@
    \Write at Postamble
    \immediate\closeout\FV at OutFile\endgroup\@esphack}
 
-\newcommand\Write at Ex[1]{%
+\newcommand\hv at Write@EX[1]{%
   \begingroup
   \let\protect\@unexpandable at protect
   \edef\reserved at a{\immediate\write\FV at OutFile{#1}}%
@@ -849,7 +849,7 @@
   \reserved at a
   \endgroup}
 
-\newcommand\Write at ExOne[1]{{%
+\newcommand\hv at Write@EXOne[1]{{%
   \@temptokena\expandafter{#1}%
   \immediate\write\FV at OutFile{\the\@temptokena}}}
 
@@ -869,17 +869,17 @@
 %
 
 \newcommand\Write at Preamble@PST{%
-   \Write at Ex{\string\documentclass[pstricks]{standalone}}%
-   \Write at Ex{\string\pagestyle{empty}}%
+   \hv at Write@EX{\string\documentclass[pstricks]{standalone}}%
+   \hv at Write@EX{\string\pagestyle{empty}}%
    \ifx\Preamble at Commands\@empty\else
-       \Write at Ex{\Preamble at Commands}%
+       \hv at Write@EX{\Preamble at Commands}%
    \fi
-   \Write at Ex{\string\begin{document}}%
+   \hv at Write@EX{\string\begin{document}}%
 }
 %
 %\hv at extern@ExampleType{ltx}
 %  {\Write at Preamble@LaTeX}
-%  {\Write at Ex{\string\end{document}}}
+%  {\hv at Write@EX{\string\end{document}}}
 %  {\string\begin{document}}
 %  {\string\end{document}}
 %  {\perCent StartShownPreambleCommands}



More information about the tex-live-commits mailing list.