summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hvextern
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-12-09 03:03:37 +0000
committerNorbert Preining <norbert@preining.info>2023-12-09 03:03:37 +0000
commit1bac51c9be71358b55925783e16f3d8bc03d630b (patch)
tree3e7fe5a309cf68674318a5396ebb83fa5f7a051e /macros/latex/contrib/hvextern
parent24d8cd26aa53d1cac2260d29c6cf1c387a61a32a (diff)
CTAN sync 202312090303
Diffstat (limited to 'macros/latex/contrib/hvextern')
-rw-r--r--macros/latex/contrib/hvextern/Changes1
-rw-r--r--macros/latex/contrib/hvextern/README4
-rw-r--r--macros/latex/contrib/hvextern/doc/hvextern.pdfbin1483008 -> 1498836 bytes
-rw-r--r--macros/latex/contrib/hvextern/latex/hvextern.sty20
-rw-r--r--[-rwxr-xr-x]macros/latex/contrib/hvextern/script/hvextern-checkfile.lua0
5 files changed, 13 insertions, 12 deletions
diff --git a/macros/latex/contrib/hvextern/Changes b/macros/latex/contrib/hvextern/Changes
index a68cd3d68f..3f870a713e 100644
--- a/macros/latex/contrib/hvextern/Changes
+++ b/macros/latex/contrib/hvextern/Changes
@@ -1,5 +1,6 @@
hvextern.sty ----------------
+v 0.38 2023-12-08 - change internal macroname \Write@Ex to \hv@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
diff --git a/macros/latex/contrib/hvextern/README b/macros/latex/contrib/hvextern/README
index adbd87ba71..c79f2266ee 100644
--- a/macros/latex/contrib/hvextern/README
+++ b/macros/latex/contrib/hvextern/README
@@ -6,11 +6,11 @@ The main LaTeX document must be run with the option --shell-escape
%% 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.
diff --git a/macros/latex/contrib/hvextern/doc/hvextern.pdf b/macros/latex/contrib/hvextern/doc/hvextern.pdf
index 43c19c90f5..d78c943a84 100644
--- a/macros/latex/contrib/hvextern/doc/hvextern.pdf
+++ b/macros/latex/contrib/hvextern/doc/hvextern.pdf
Binary files differ
diff --git a/macros/latex/contrib/hvextern/latex/hvextern.sty b/macros/latex/contrib/hvextern/latex/hvextern.sty
index 0883697e79..cfdd56053d 100644
--- a/macros/latex/contrib/hvextern/latex/hvextern.sty
+++ b/macros/latex/contrib/hvextern/latex/hvextern.sty
@@ -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@extern@checkCode
\hv@extern@checkCodefalse
@@ -842,14 +842,14 @@
\Write@Postamble
\immediate\closeout\FV@OutFile\endgroup\@esphack}
-\newcommand\Write@Ex[1]{%
+\newcommand\hv@Write@EX[1]{%
\begingroup
\let\protect\@unexpandable@protect
\edef\reserved@a{\immediate\write\FV@OutFile{#1}}%
\reserved@a
\endgroup}
-\newcommand\Write@ExOne[1]{{%
+\newcommand\hv@Write@EXOne[1]{{%
\@temptokena\expandafter{#1}%
\immediate\write\FV@OutFile{\the\@temptokena}}}
@@ -869,17 +869,17 @@
%
\newcommand\Write@Preamble@PST{%
- \Write@Ex{\string\documentclass[pstricks]{standalone}}%
- \Write@Ex{\string\pagestyle{empty}}%
+ \hv@Write@EX{\string\documentclass[pstricks]{standalone}}%
+ \hv@Write@EX{\string\pagestyle{empty}}%
\ifx\Preamble@Commands\@empty\else
- \Write@Ex{\Preamble@Commands}%
+ \hv@Write@EX{\Preamble@Commands}%
\fi
- \Write@Ex{\string\begin{document}}%
+ \hv@Write@EX{\string\begin{document}}%
}
%
%\hv@extern@ExampleType{ltx}
% {\Write@Preamble@LaTeX}
-% {\Write@Ex{\string\end{document}}}
+% {\hv@Write@EX{\string\end{document}}}
% {\string\begin{document}}
% {\string\end{document}}
% {\perCent StartShownPreambleCommands}
diff --git a/macros/latex/contrib/hvextern/script/hvextern-checkfile.lua b/macros/latex/contrib/hvextern/script/hvextern-checkfile.lua
index ea163c6a72..ea163c6a72 100755..100644
--- a/macros/latex/contrib/hvextern/script/hvextern-checkfile.lua
+++ b/macros/latex/contrib/hvextern/script/hvextern-checkfile.lua