diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/hitex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/hitex.tlpsrc | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/hitex.tlpsrc b/Master/tlpkg/tlpsrc/hitex.tlpsrc index c1adbab3c85..a3fdf4b35d1 100644 --- a/Master/tlpkg/tlpsrc/hitex.tlpsrc +++ b/Master/tlpkg/tlpsrc/hitex.tlpsrc @@ -1,9 +1,22 @@ +category TLCore + +tlpsetvar fmtcomm cm,hyphen-base +# +execute AddFormat name=hitex engine=hitex patterns=language.def \ + options="-etex -ltx hitex.ini" \ + fmttriggers=${fmtcomm},etex,plain +# +execute AddFormat name=hilatex engine=hitex patterns=language.dat \ + options="-etex -ltx hilatex.ini" \ + fmttriggers=${global_latex_deps} + binpattern f bin/${ARCH}/hishrink binpattern f bin/${ARCH}/histretch binpattern f bin/${ARCH}/hitex +runpattern d texmf-dist/tex/hitex/base + docpattern d texmf-dist/doc/hitex/base -# docpattern f texmf-dist/doc/man/man1/hishrink.* docpattern f texmf-dist/doc/man/man1/histretch.* docpattern f texmf-dist/doc/man/man1/hitex.* |