From 00ba5d0fb4ee7754f095f73621c613cb816c1ce9 Mon Sep 17 00:00:00 2001 From: Hendrik Tews Date: Wed, 22 May 2013 19:05:48 +0000 Subject: rename ProofGeneral.{jpg,gif} into ProofGeneral-image.{jpg,gif} to fix #472 --- doc/ProofGeneral-image.jpg | Bin 0 -> 42514 bytes doc/ProofGeneral.jpg | Bin 42514 -> 0 bytes doc/ProofGeneral.texi | 4 ++-- doc/README.documentation | 2 +- generic/proof-splash.el | 2 +- images/ProofGeneral-image.gif | Bin 0 -> 18165 bytes images/ProofGeneral-image.jpg | Bin 0 -> 16123 bytes images/ProofGeneral.gif | Bin 18165 -> 0 bytes images/ProofGeneral.jpg | Bin 16123 -> 0 bytes 9 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 doc/ProofGeneral-image.jpg delete mode 100644 doc/ProofGeneral.jpg create mode 100644 images/ProofGeneral-image.gif create mode 100644 images/ProofGeneral-image.jpg delete mode 100644 images/ProofGeneral.gif delete mode 100644 images/ProofGeneral.jpg diff --git a/doc/ProofGeneral-image.jpg b/doc/ProofGeneral-image.jpg new file mode 100644 index 00000000..ab45a0d9 Binary files /dev/null and b/doc/ProofGeneral-image.jpg differ diff --git a/doc/ProofGeneral.jpg b/doc/ProofGeneral.jpg deleted file mode 100644 index ab45a0d9..00000000 Binary files a/doc/ProofGeneral.jpg and /dev/null differ diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi index 9b800595..080f4904 100644 --- a/doc/ProofGeneral.texi +++ b/doc/ProofGeneral.texi @@ -93,7 +93,7 @@ @iftex @vskip 1cm -@image{ProofGeneral} +@image{ProofGeneral-image} @end iftex @author David Aspinall and Thomas Kleymann @author with P. Courtieu, H. Goguen, D. Sequeira, M. Wenzel. @@ -419,7 +419,7 @@ Thanks to all of you (and apologies to anyone missed)! @c would like the logo on the title page really but @c it doesn't seem to work there for html. @html -[ Proof General logo ] +[ Proof General logo ] @end html @dfn{Proof General} is a generic Emacs interface for interactive proof diff --git a/doc/README.documentation b/doc/README.documentation index 204f1c24..271bcffe 100644 --- a/doc/README.documentation +++ b/doc/README.documentation @@ -26,7 +26,7 @@ This file is not included with the distribution because it is rather large (1.6M). Instead of downloading, you may be able to generate an alternative eps -from the included ProofGeneral.jpg file using an image manipulation +from the included ProofGeneral-image.jpg file using an image manipulation program such as gimp or Imagemagick. This will give you a slightly different (and degraded) image compared to the distributed one mentioned above. diff --git a/generic/proof-splash.el b/generic/proof-splash.el index 5e6b95da..19516af4 100644 --- a/generic/proof-splash.el +++ b/generic/proof-splash.el @@ -49,7 +49,7 @@ Proof General." nil (proof-get-image "pg-text" t) nil - (proof-get-image "ProofGeneral") + (proof-get-image "ProofGeneral-image") nil "Welcome to" (concat proof-assistant " Proof General!") diff --git a/images/ProofGeneral-image.gif b/images/ProofGeneral-image.gif new file mode 100644 index 00000000..4f83fb95 Binary files /dev/null and b/images/ProofGeneral-image.gif differ diff --git a/images/ProofGeneral-image.jpg b/images/ProofGeneral-image.jpg new file mode 100644 index 00000000..d2c430cd Binary files /dev/null and b/images/ProofGeneral-image.jpg differ diff --git a/images/ProofGeneral.gif b/images/ProofGeneral.gif deleted file mode 100644 index 4f83fb95..00000000 Binary files a/images/ProofGeneral.gif and /dev/null differ diff --git a/images/ProofGeneral.jpg b/images/ProofGeneral.jpg deleted file mode 100644 index d2c430cd..00000000 Binary files a/images/ProofGeneral.jpg and /dev/null differ -- cgit v1.2.3