• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

fig2dev/H27-Mar-2021-61,39446,635

m4/H27-Mar-2021-7774

man/H27-Mar-2021-2,5412,153

transfig/H27-Mar-2021-3,0982,547

CHANGESH A D02-Mar-202168.1 KiB1,4121,288

INSTALLH A D19-Dec-20204.1 KiB14592

Makefile.amH A D24-Apr-20171.4 KiB3912

Makefile.inH A D27-Mar-202126.4 KiB823707

NOTESH A D26-Dec-20161.2 KiB3522

READMEH A D19-Dec-20202.3 KiB5439

aclocal.m4H A D27-Mar-202142.9 KiB1,1941,085

ar-libH A D27-Mar-20215.7 KiB272211

compileH A D27-Mar-20217.2 KiB349259

config.h.inH A D27-Mar-20214.8 KiB181126

configureH A D27-Mar-2021224.3 KiB7,9836,546

configure.acH A D12-Feb-202114.6 KiB388336

depcompH A D27-Mar-202123 KiB792502

install-shH A D27-Mar-202115 KiB542352

missingH A D27-Mar-20216.7 KiB216143

update-version_m4H A D27-Oct-20191.3 KiB327

version.m4H A D14-Mar-20211.3 KiB3025

README

1Fig2dev is a set of tools for creating TeX documents with graphics
2which are portable, in the sense that they can be printed in a wide
3variety of environments.
4
5Fig2dev consists of the fig2dev and the transfig commands.  The fig2dev
6command translates Fig code to other graphic description languages.  The
7transfig command generates transfig.tex, a macro file for \input in a
8TeX document, and a Makefile which translates Fig code to various
9graphics description languages using the fig2dev program.  Currently,
10transfig is considered obsolete, and it is not maintained any longer.
11By default, transfig is not built.  To build transfig, enable it
12explicitly with ./configure --enable-transfig.
13
14See the file INSTALL for installation instructions.
15
16The transfig directory contains the source for the transfig command
17which generates a Makefile which translates Fig code to various graphics
18description languages using the fig2dev program.  In previous releases,
19this command was implemented as a shell script.
20
21The fig2dev directory contains a general program for translating from
22Fig code to other graphics desciption languages.  The dev subdirectory
23contains a library of output drivers used by fig2dev.
24
25The man directory contains man pages for fig2dev and for the transfig
26command. The doc directory contains a manual for using TransFig to
27create documents with portable graphics.
28
29Fig2dev and its companion xfig are available from
30	https://sourceforge.net/projects/mcj
31
32
33Runtime Requirements
34********************
35
36o To translate Fig to any bitmap format (GIF, JPEG, TIFF, PNG, XPM, and others),
37  first the Fig file is translated to PostScript and then ghostscript is called
38  to render the image to the final format, or to PPM. The conversion from PPM to
39  the final format is either done with an appropriate ppmtoXXX filter from the
40  netpbm programs, or with convert from the ImageMagick package, or with gm
41  convert from the GraphicsMagick package.
42
43  o You need ghostscript, and
44
45  o either the netpbm programs, or ImageMagick , or GraphicsMagick.
46
47o To use the -a (binary) option for CGM export, the ralcgm program is
48  required. This is available from ftp://ftp.cc.rl.ac.uk/pub/graphics/ralcgm/
49
50
51*************************************************************************
52Please send email about any questions/bug fixes/contributions etc. about
53Fig2dev or xfig to thomas.loimer@tuwien.ac.at.
54