Menu

Tree [eb6c39] master /
 History

HTTPS access


File Date Author Commit
 fig2dev 2024-06-16 Thomas Loimer Thomas Loimer [eb6c39] tikz output: Do not draw arrows on single points
 m4 2018-04-12 Thomas Loimer Thomas Loimer [102f60] fig2dev 3.2.7
 man 2024-05-31 Thomas Loimer Thomas Loimer [cb1950] Parse -Z option to specify width or height
 transfig 2020-02-16 Thomas Loimer Thomas Loimer [a2d48f] Remove eepicemu replacement for eepic in transfig
 CHANGES 2024-05-31 Thomas Loimer Thomas Loimer [cb1950] Parse -Z option to specify width or height
 INSTALL 2020-12-19 Thomas Loimer Thomas Loimer [50ccdc] Update installation instructions
 Makefile.am 2023-12-26 Thomas Loimer Thomas Loimer [7f2bd1] Make --enable-versioning work in out-of-tree bu...
 NOTES 2017-01-10 Thomas Loimer Thomas Loimer [cd3479] fig2dev 3.2.6a
 README 2020-12-19 Thomas Loimer Thomas Loimer [944c60] Update README, correct a typo
 configure.ac 2023-12-26 Thomas Loimer Thomas Loimer [7f2bd1] Make --enable-versioning work in out-of-tree bu...
 update-version_m4 2024-04-01 Thomas Loimer Thomas Loimer [6ce804] svg output: Correct links to embedded image files
 version.m4 2023-08-23 Thomas Loimer Thomas Loimer [6277a2] Update version

Read Me

Fig2dev is a set of tools for creating TeX documents with graphics
which are portable, in the sense that they can be printed in a wide
variety of environments.

Fig2dev consists of the fig2dev and the transfig commands.  The fig2dev
command translates Fig code to other graphic description languages.  The
transfig command generates transfig.tex, a macro file for \input in a
TeX document, and a Makefile which translates Fig code to various
graphics description languages using the fig2dev program.  Currently,
transfig is considered obsolete, and it is not maintained any longer.
By default, transfig is not built.  To build transfig, enable it
explicitly with ./configure --enable-transfig.

See the file INSTALL for installation instructions.

The transfig directory contains the source for the transfig command
which generates a Makefile which translates Fig code to various graphics
description languages using the fig2dev program.  In previous releases,
this command was implemented as a shell script.

The fig2dev directory contains a general program for translating from
Fig code to other graphics desciption languages.  The dev subdirectory
contains a library of output drivers used by fig2dev.

The man directory contains man pages for fig2dev and for the transfig
command. The doc directory contains a manual for using TransFig to
create documents with portable graphics.

Fig2dev and its companion xfig are available from
	https://sourceforge.net/projects/mcj


Runtime Requirements
********************

o To translate Fig to any bitmap format (GIF, JPEG, TIFF, PNG, XPM, and others),
  first the Fig file is translated to PostScript and then ghostscript is called
  to render the image to the final format, or to PPM. The conversion from PPM to
  the final format is either done with an appropriate ppmtoXXX filter from the
  netpbm programs, or with convert from the ImageMagick package, or with gm
  convert from the GraphicsMagick package.

  o You need ghostscript, and

  o either the netpbm programs, or ImageMagick , or GraphicsMagick.

o To use the -a (binary) option for CGM export, the ralcgm program is
  required. This is available from ftp://ftp.cc.rl.ac.uk/pub/graphics/ralcgm/


*************************************************************************
Please send email about any questions/bug fixes/contributions etc. about
Fig2dev or xfig to thomas.loimer@tuwien.ac.at.