2008-04-03 20:58:40 -07:00
|
|
|
Please write image files in a vector graphics format, when possible, and
|
|
|
|
|
generate the .png and .pdf versions on the fly (see ../Makefile).
|
|
|
|
|
|
2008-10-10 15:01:20 -07:00
|
|
|
The currently supported tool is dia. xfig could be added similarly
|
2008-05-23 15:50:00 -07:00
|
|
|
if someone wants to add it. The main requirement for adding another format
|
|
|
|
|
is that the tool to edit it is freely available and that a cron script can
|
2008-10-10 15:01:20 -07:00
|
|
|
autogenerate the pdf and png from the figure source. Tgif (.obj) files
|
|
|
|
|
were once used but the file conversions require a valid X display to
|
|
|
|
|
be running, and are therefore to be avoided since our code server
|
|
|
|
|
does not run such a server. Tgif pdf conversions were also cumbersome.
|
2008-05-23 15:50:00 -07:00
|
|
|
|
2008-10-10 15:01:20 -07:00
|
|
|
Store the .dia versions in mercurial, but not the .png or .pdfs.
|
2008-05-23 15:50:00 -07:00
|
|
|
If the figure is not available in a vector graphics format, store both
|
|
|
|
|
a .png and a .pdf version in this directory.
|
2008-05-23 12:25:55 -07:00
|
|
|
|
2008-10-10 15:01:20 -07:00
|
|
|
If you add a source (.dia) file here, remember to add it to
|
2008-05-23 12:25:55 -07:00
|
|
|
the list of figure sources in the Makefile in the directory above
|
2008-04-03 20:58:40 -07:00
|
|
|
|