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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Kapil Hari Paranjape
  • Date: 2005-04-05 14:14:41 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050405141441-x4dojdgz3frkfyet
Tags: 20050402.1817-1
* New upstream release (2005-04-02-18:17). Closes: #299934.
* See README.src, README.validate, README.Debian and copyright
  for information on minor changes.
* This upload fixes a some .htf files. Closes: #295109.
* Updated the description to reflect recent changes.
* Fixed some typos in src/tex4ht-mkht.tex and consequently
  in the mk4ht script.
* Updated the man page to include mk4ht. 
* Updated the description of options for the scripts in the man page.
  Put more information in the man page about the way the system works.
  Closes: #219348, #219347.
* Added debian/watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: tex4ht
2
2
Section: tex
3
3
Priority: optional
4
 
Maintainer: Andrew Gray <ajpg@debian.org>
5
 
Build-Depends: libkpathsea-dev, debhelper, tetex-bin
6
 
Standards-Version: 3.5.6
 
4
Maintainer: Kapil Hari Paranjape <kapil@imsc.res.in>
 
5
Build-Depends: libkpathsea-dev, debhelper (>= 2)
 
6
Standards-Version: 3.6.1
7
7
 
8
8
Package: tex4ht
9
9
Architecture: any
10
10
Depends: tetex-bin, ${shlibs:Depends}
11
 
Suggests: imagemagick
 
11
Recommends: dvipng
 
12
Suggests: imagemagick | netpbm, gs-gpl | gs (>= 8.14)
12
13
Description: LaTeX and TeX for Hypertext (HTML)
13
14
 TeX4ht is a highly configurable TeX-based authoring system for producing
14
15
 hypertext. It interacts with TeX-based applications through style files and
18
19
 .
19
20
 TeX4ht can be used both for authoring HTML using TeX/LaTeX input files, or
20
21
 for converting existing TeX input files (in any format) into HTML, with
21
 
 (usually) only minor modifications.
22
 
 .
23
 
 You will need imagemagick suite of programs to convert from graphics in DVI
24
 
 files, as output by TeX (via postscript) to GIF, PNG or JPEG files.
25
 
 Alternatively, you could use ghostscript and programs from the netpbm package
26
 
 after adjusting TeX4ht's configuration.
 
22
 (usually) only minor modifications.  Other varieties of hypertext can also be
 
23
 produced, including XML, XHTML, MathML and the Openoffice.org format of XML.
 
24
 .
 
25
 There are a number of different ways to convert glyphs and graphics
 
26
 in the DVI files into PNG, GIF or JPEG. The default is to use dvipng.
 
27
 Alternatives using ghostscript, imagemagick, netpbm and/or pstoedit are
 
28
 also possible.
 
29
 .
 
30
 Homepage: http://www.cse.ohio-state.edu/~gurari/TeX4ht/