2001-10-10 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 10 Oct 2001 13:01:41 +0000 (13:01 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 10 Oct 2001 13:01:41 +0000 (13:01 +0000)
* gnusref.tex, refcard.tex: Use epsfig.

* gnuslogo-refcard.eps: Rename from gnuslog.refcard, and set a
suitable bounding box.

* Makefile.in (.dvi.ps): New rule.
(refcard.pdf): Use gnuslogo-refcard.eps.

texi/ChangeLog
texi/Makefile.in
texi/gnuslogo-refcard.eps [moved from texi/gnuslogo.refcard with 99% similarity]
texi/gnusref.tex
texi/refcard.tex

index bb51295..f3f1af4 100644 (file)
@@ -1,3 +1,13 @@
+2001-10-10 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnusref.tex, refcard.tex: Use epsfig.
+
+       * gnuslogo-refcard.eps: Rename from gnuslog.refcard, and set a
+       suitable bounding box.
+       
+       * Makefile.in (.dvi.ps): New rule.
+       (refcard.pdf): Use gnuslogo-refcard.eps.
+
 2001-10-09 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi: Add href and bookmarks for pdf version.
index d46bdc0..7f175b7 100644 (file)
@@ -44,18 +44,20 @@ pdf: gnus.pdf message.pdf refcard.pdf emacs-mime.pdf
        cp gnustmp.dvi $*.dvi
        rm -f gnustmp.*
 
+.dvi.ps :
+       TEXINPUTS=$(srcdir):$$TEXINPUTS $(DVIPS) -t $(PAPERTYPE) -f $< > $@
+
 .texi.pdf :
        sed -e '/@iflatex/,/@end iflatex/d' $< > gnustmp.texi 
        $(TEXI2PDF) -I $(srcdir) gnustmp.texi
        cp gnustmp.pdf $*.pdf
        rm -f gnustmp.*
 
-refcard.dvi: refcard.tex gnuslogo.refcard gnusref.tex
+refcard.dvi: refcard.tex gnuslogo-refcard.eps gnusref.tex
        TEXINPUTS=$(srcdir):$$TEXINPUTS $(LATEX) refcard.tex
 
-
-refcard.pdf: refcard.tex gnuslogo.refcard gnusref.tex
-       epstopdf $(srcdir)/gnuslogo.refcard --outfile=gnuslogo.refcard.pdf
+refcard.pdf: refcard.tex gnuslogo-refcard.eps gnusref.tex
+       epstopdf $(srcdir)/gnuslogo-refcard.eps --outfile=gnuslogo-refcard.pdf
        TEXINPUTS=$(srcdir):$$TEXINPUTS $(PDFLATEX) refcard.tex
 
 clean:
similarity index 99%
rename from texi/gnuslogo.refcard
rename to texi/gnuslogo-refcard.eps
index aacf40e..44c64a6 100644 (file)
@@ -1,11 +1,11 @@
 %!PS-Adobe-2.0 EPSF-1.2
 %%Creator: Adobe Illustrator 88(TM) format generated by CorelTRACE Version 2.0C
 %%Title:  /home/menja/c/larsi/gnus.eps
-%%BoundingBox: 0 0 924.5 907.2
+%%BoundingBox: 17 11 127 122
 %%CreationDate: Tue Feb 20 01:51:37 1996
 %%DocumentFonts:
 %%ColorUsage: B & W
-%%TileBox: 0 0 924.5 907.2
+%%TileBox: 17 11 127 122
 %%EndComments
 %%BeginProcSet:Adobe_Illustrator_1.1 0 0
 % Copyright 1992 Corel Corporation.
index b8e863d..bd151ce 100644 (file)
@@ -24,7 +24,7 @@
 
 \newcommand*{\Logo}[1]{\centerline{%
     \makebox[\logoscale\logowidth][l]{\vbox to \logoscale\logoheight
-      {\vfill\special{psfile=gnuslogo.#1}}\vspace{-\baselineskip}}}}
+      {\vfill\epsfig{figure=gnuslogo-#1}}\vspace{-\baselineskip}}}}
 
 \newcommand{\Copyright}{%
   \begin{center}
index 5e5731f..5bc2281 100644 (file)
@@ -8,6 +8,8 @@
 % top and bottom of the page. 
 \oddsidemargin -0.5in \evensidemargin -0.5in
 
+\usepackage{epsfig}
+
 % README:
 % *** purpose
 % this was originally thought of as a reference card, but as it is now 5+
@@ -15,8 +17,8 @@
 % to get an overview for the Gnus-functionality.
 %
 % *** files
-% refcard.tex (this file), gnusref.tex ("include"-file) and gnuslogo.refcard
-% (Gnus logo).
+% refcard.tex (this file), gnusref.tex ("include"-file) and
+% gnuslogo-refcard.eps (Gnus logo).
 %
 % *** printing (about 5 pages now: write me if you can make it shorter..)
 % if you are using latex-mode, you do C-c C-f (process with latex),