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
|
Source: slxfig
Section: science
Priority: optional
Maintainer: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
fig2dev,
texlive-latex-base,
texlive-base-bin,
slsh,
libslang2-dev,
ghostscript,
texlive-fonts-recommended,
texlive-fonts-extra
Standards-Version: 4.6.2
Homepage: https://www.jedsoft.org/fun/slxfig/
Vcs-Git: https://salsa.debian.org/debian/slxfig.git
Vcs-Browser: https://salsa.debian.org/debian/slxfig
Rules-Requires-Root: no
Package: slang-xfig
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, fig2dev
Recommends: slsh | jed,
texlive-latex-base, texlive-base-bin
Description: produce plots and drawings through Xfig's fig2dev in S-Lang
SLxfig is a S-Lang module that produces plots, drawings, etc in a
variety of formats (.ps, .eps, .png, .jpeg, etc). It accomplishes this
via S-Lang scripts that automatically run Xfig's fig2dev and LaTeX to
produce the desired output format.
|