Opened 15 years ago

Last modified 15 years ago

#20583 closed defect

misconfiguration of tex4ht.env, not pointing to right directory — at Version 1

Reported by: tanim.islam@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: texlive_texmf-full

Description (last modified by mf2k (Frank Schima))

Problem arises in configuration for tex4ht.env, in that right directory is not chosen for xtpipes and xttl. Offending lines are:

.4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp

.4om java -classpath /usr/share/texmf/tex4ht/bin xtpipes -i /usr/share/texmf/tex4ht/xttl/ -o %%1.4om %%1.tmp

changing to following:

.4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp

.4om java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%1.4om %%1.tmp

Fixes the problem.

Change History (1)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.