New smoother version of the GF logo

The new logo is in the new directory doc/Logos. The old logo has been moved
there too. The documentation has been updated to refer to the new logo.

The new logo was provided in SVG format by Krasimir, but PNG files are included
as well. There are some new rules in doc/Makefile to convert from SVG to PNG,
which you can use if you edit the SVG files.
This commit is contained in:
hallgren
2009-12-14 16:01:47 +00:00
parent 4d4b618c93
commit 07ed00140a
18 changed files with 22 additions and 11 deletions

View File

@@ -12,3 +12,12 @@ resource:
latex resource.tex
latex resource.tex
dvipdf resource.dvi
# Converting SVG logos to PNG, using convert from ImageMagick
logos:: Logos/gf00.png Logos/gf0.png
Logos/gf00.png: Logos/gf00.svg Makefile
convert -background none -size 264x216 -depth 8 $< $@
Logos/gf0.png: Logos/gf0.svg Makefile
convert -background none -size 320x240 -depth 8 $< $@