diff options
Diffstat (limited to 'Master/texmf-dist/scripts/tex4ht/htmex.sh')
-rwxr-xr-x | Master/texmf-dist/scripts/tex4ht/htmex.sh | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/Master/texmf-dist/scripts/tex4ht/htmex.sh b/Master/texmf-dist/scripts/tex4ht/htmex.sh index 5fff73e18f9..b4aa3d9a06e 100755 --- a/Master/texmf-dist/scripts/tex4ht/htmex.sh +++ b/Master/texmf-dist/scripts/tex4ht/htmex.sh @@ -1,34 +1,5 @@ #!/bin/sh -# stop at first error -set -e - -# No interaction on the TeX runs is desirable. -# Simpler to do that here than on the individual commands; -# let's hope exec redirections are portable enough. -exec </dev/null - - -# htmex (2020-11-23-10:05), generated from tex4ht-mkht.tex -# Copyright 2009-2020 TeX Users Group -# Copyright 2003-2009 Eitan M. Gurari -# -# This work may be distributed and/or modified under the -# 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.3 or later is part of all distributions -# of LaTeX version 2003/12/01 or later. -# -# This work has the LPPL maintenance status "maintained". -# -# The Current Maintainer of this work -# is the TeX4ht Project <https://tug.org/tex4ht>. -# -# If you modify this file, changing the -# 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 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 -f/$1 -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/$3 |