Tobias,

a. Records starting with the percentage character % are treated as
   comment. On the other hand, records starting with ..4oo relate to
   filenames  of the form foo..4oo. So it is not clear to me why the record
   
      %.4oo java -jar ....
   
   and its replacement
   
      ..4oo java -jar ...
   
   play any role.
   
b. Yes, only the last -i is recognized.  I think a classpath form of
   paths concatenation applies to the -i arguments.
   
       -i /usr/share/tex4ht/xtpipes/lib/:/usr/share/texmf/tex4ht/xttl/ 
  
c. Can you put the jar file somewhere on the web and provide a pointer to
   it. At my place I don't (yet) have the jar-ed distribution. The script
   instruction I provide takes the form
   
      .4oo java -classpath %%~/texmf-dist/tex4ht/bin xtpipes
                -i  %%~/texmf-dist/tex4ht/xttl/ 
                -o %%0.4oo %%0.tmp 
   
   so I wonder whether the problem is not just in the missing -classpath part.
   Currently, the -i record should point just to the xttl directory.
   
-eitan

 > xtpipes.jar doesn't find it's files due to different problems (one
 > additional be reported in an extra report):
 > 
 > in /etc/tex4ht.env I had replaced the line 
 > 
 > %.4oo java -jar /usr/share/tex4ht/xtpipes.jar -i %%~/texmf/tex4ht/xttl/ -o 
 > %%0.4oo %%0.tmp
 > 
 > with
 > 
 > ..4oo java -jar /usr/share/tex4ht/xtpipes.jar -i 
 > /usr/share/tex4ht/xtpipes/lib/ -i /usr/share/texmf/tex4ht/xttl/ -o %%0.4oo 
 > %%0.tmp
 > 
 > to help it find all necessary .4xt files. Unfortunately it didn't help.
 > The last -i seems to overwrite the first one, so all .4xt files must be
 > in the same directory. 
 > 
 > My solution was to symlink everything from
 > /usr/share/tex4ht/xtpipes/lib/ to /usr/share/texmf/tex4ht/xttl/.
 > 
 > after that it worked fine.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to