summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hvextern/hvextern.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/hvextern/hvextern.sty')
-rw-r--r--Master/texmf-dist/tex/latex/hvextern/hvextern.sty20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/hvextern/hvextern.sty b/Master/texmf-dist/tex/latex/hvextern/hvextern.sty
index 0883697e790..cfdd56053dc 100644
--- a/Master/texmf-dist/tex/latex/hvextern/hvextern.sty
+++ b/Master/texmf-dist/tex/latex/hvextern/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}