summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hvextern/hvextern.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-08 21:35:16 +0000
committerKarl Berry <karl@freefriends.org>2023-12-08 21:35:16 +0000
commit89c6325fe18e571de7db45ca8450b84389786c86 (patch)
treeca8518e51f33c9cf1e58b61dc543e8c1ffe2acb0 /Master/texmf-dist/tex/latex/hvextern/hvextern.sty
parent3b77edd7bd54880c0147cf1a5b3fa0ac38f9557f (diff)
hvextern (8dec23)
git-svn-id: svn://tug.org/texlive/trunk@69064 c570f23f-e606-0410-a88d-b1316a301751
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}