File: control

package info (click to toggle)
fig2ps 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 148 kB
  • ctags: 19
  • sloc: perl: 452; makefile: 70
file content (37 lines) | stat: -rw-r--r-- 1,505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: fig2ps
Section: tex
Priority: optional
Maintainer: Vincent Fourmond <fourmond@debian.org>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5.0)
Build-Depends-Indep: perl
Homepage: http://sourceforge.net/projects/fig2ps
Vcs-Git: git://git.debian.org/git/users/fourmond/packages/fig2ps.git
Vcs-Browser: http://git.debian.org/?p=users/fourmond/packages/fig2ps.git

Package: fig2ps
Architecture: all
Depends: ${perl:Depends}, transfig, ${misc:Depends},
	texlive-latex-base | tetex-bin (>= 2.0.2-11), 
	texlive-latex-recommended | tetex-extra, 
	texlive-fonts-recommended | tetex-extra, 
	perl-modules,
	texlive-latex-extra | tetex-extra,
	texlive-extra-utils | tetex-extra,
	ghostscript 
Recommends: gv
Suggests: cm-super | lmodern, xfig
Replaces: texmacs (<= 1.0.3-6)
Enhances: transfig
Description: Converts xfig files into ps, eps or pdf files using LaTeX for processing text
 This perl script takes into advantage the pstex and pstex_t export
 formats of fig2dev (xfig) to separate special text and the rest of a xfig 
 file. Then, the text is processed separately using LaTeX, and
 everything is put back together at the end, to make a nice wonderful
 figure with the text formatted exactly the same way as the article you
 are typing ! PDF output is also available.
 .
 Though gv is strictly speaking not necessary for conversion, it can
 be called directly by fig2ps depending on the options you choose.
 For nice PDF output, you should install Type 1 fonts, such as lmodern
 or cm-super.