; initialization file for htrun1 ; flags [integers] ; DEBFLAG = 1 prints additional details DEBFLAG = 0 ; RDEBFLAG = 0 does not execute the selected batch file RDEBFLAG = 0 ; Packquote =1 expands an empty arg to tex4ht package from "" to " " ; Required for MiKTeX under NT PACKQUOTE=1 ; PAUSE = 1 pauses before executing the batch file PAUSE = 0 ; batch files to execute: note that these names will be prefaced by any Prefix ; you specify on the command line (and by "ht" if you don't specify anything) . [files] ; swp file with explicit swpht package SWPPackName = swp.bat ; swpfile without swpht package SWPName = latexs.bat ; other latex, explicit tex4ht package LatexPackName = latex.exe ; other latex, no tex4ht package LatexName = latex.exe ; texinfo TexiName = texi.bat ; plain tex PlainName = tex.exe ; ;document recognition strings; Note that you do not escape \ [strings] ; swp package SWPPACK = {swpht} ; other latex package T4PACK = {tex4ht} ; signature of an swp file SWPINPUT=tcilatex ; signature of a TeXinfo file TEXIINPUT = texinfo ; required for plain-TeX and TeXInfo CSNAME=tex4ht\endcsname