diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-27 17:42:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-27 17:42:36 +0000 |
commit | 646b35f09171177bab7e62baaa4a89f63db36be7 (patch) | |
tree | feb6ae1660d8295b7ecf2d67c4fa4a09b0a45c3a /Master/bin/win32/htmex.bat | |
parent | ed84247a87c54f227517d846e7898cb84469e407 (diff) |
etex for plain TeX batch files, add copyright notices; tex4ht r832
git-svn-id: svn://tug.org/texlive/trunk@56779 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/htmex.bat')
-rwxr-xr-x | Master/bin/win32/htmex.bat | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/Master/bin/win32/htmex.bat b/Master/bin/win32/htmex.bat index 2b4764d87ed..72679f08791 100755 --- a/Master/bin/win32/htmex.bat +++ b/Master/bin/win32/htmex.bat @@ -1,5 +1,29 @@ - mex %5 \def\Link#1.a.b.c.{\expandafter\def\csname tex4ht\endcsname{\expandafter\def\csname tex4ht\endcsname{#1,html}\input tex4ht.sty }}\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\HCode %2.a.b.c.\input %1
+
+Rem htmex.bat (2020-10-25-17:53), generated from tex4ht-mkht.tex
+Rem Copyright 2009-2020 TeX Users Group
+Rem Copyright 2003-2009 Eitan M. Gurari
+Rem
+Rem This work may be distributed and/or modified under the
+Rem conditions of the LaTeX Project Public License, either
+Rem version 1.3 of this license or (at your option) any
+Rem later version. The latest version of this license is in
+Rem http://www.latex-project.org/lppl.txt
+Rem and version 1.3 or later is part of all distributions
+Rem of LaTeX version 2003/12/01 or later.
+Rem
+Rem This work has the LPPL maintenance status "maintained".
+Rem
+Rem The Current Maintainer of this work
+Rem is the TeX4ht Project <https://tug.org/tex4ht>.
+Rem
+Rem If you modify this file, changing the
+Rem version identification be appreciated.
+
+mex %5 \def\Link#1.a.b.c.{\expandafter\def\csname tex4ht\endcsname{\expandafter\def\csname tex4ht\endcsname{#1,html}\input tex4ht.sty }}\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\HCode %2.a.b.c.\input %1
mex %5 \def\Link#1.a.b.c.{\expandafter\def\csname tex4ht\endcsname{\expandafter\def\csname tex4ht\endcsname{#1,html}\input tex4ht.sty }}\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\HCode %2.a.b.c.\input %1
mex %5 \def\Link#1.a.b.c.{\expandafter\def\csname tex4ht\endcsname{\expandafter\def\csname tex4ht\endcsname{#1,html}\input tex4ht.sty }}\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\HCode %2.a.b.c.\input %1
tex4ht %1 -i/tex4ht/ht-fonts/%3 -ewin32/tex4ht.env
- t4ht %1 %4 -ewin32/tex4ht.env
+ t4ht %1 %4 -ewin32/tex4ht.env
+
+
+
|