~ubuntu-branches/debian/sid/tex4ht/sid

« back to all changes in this revision

Viewing changes to bin/unix/teimcontext

  • Committer: Bazaar Package Importer
  • Author(s): Kapil Hari Paranjape
  • Date: 2008-09-12 10:32:36 UTC
  • mfrom: (1.3.2 upstream) (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080912103236-tgw2q5g6f5hp2pnm
Tags: 20080701-2
* debian/patches/add_manpage.diff: Modified the man page
  to recommend that "mk4ht" be used for conversions other than
  from TeX/LaTeX to HTML. This is in response to #495768.
* debian/control: Replaced "sun-java5-jre" with "openjdk-6-jre-headless"
  in the "Suggests" field for "tex4ht-common". The latter java runtime
  seems to work with "xtpipes.jar" and the former is non-free.
  (Closes: #486482)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
        
2
 
        texexec --arg="opt-arg=$2" --use=tex4ht $5 $1 
 
1
#!/bin/sh
 
2
        texexec --arg="ht-1=$2" --use=tex4ht --dvi --nobackend $5 $1 
3
3
        tex4ht -f/$1 -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/$3 -cunihtf
4
4
        t4ht -f/$1 $4 -cvalidate ## -d~/WWW/temp/ -m644 
5
5