Changes between Initial Version and Version 1 of Ticket #20583


Ignore:
Timestamp:
Aug 6, 2009, 11:05:16 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20583 – Description

    initial v1  
    11Problem arises in configuration for tex4ht.env, in that right directory is not chosen for xtpipes and xttl. Offending lines are:
    22
     3{{{
    34.4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp
    45
    56.4om java -classpath /usr/share/texmf/tex4ht/bin xtpipes -i /usr/share/texmf/tex4ht/xttl/ -o %%1.4om %%1.tmp
     7}}}
    68
    79changing to following:
    810
     11{{{
    912.4oo java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%0.4oo %%0.tmp
    1013
    1114.4om java -classpath /opt/local/share/texmf-dist/tex4ht/bin xtpipes -i /opt/local/share/texmf-dist/tex4ht/xttl/ -o %%1.4om %%1.tmp
     15}}}
    1216
    1317Fixes the problem.