* Makefile.in (.latexi.pdf-x): Use thumbpdf.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 5 Jan 2002 20:49:01 +0000 (20:49 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 5 Jan 2002 20:49:01 +0000 (20:49 +0000)
* gnus.texi (Advanced Formatting): Double @'s. Use thumbpdf.

texi/.cvsignore
texi/ChangeLog
texi/Makefile.in
texi/gnus.texi

index f091e83..b323d1e 100644 (file)
@@ -32,3 +32,4 @@ xface.tex
 smiley.tex
 gnusconfig.tex
 old
+thumb*
index 7b25955..57bb454 100644 (file)
@@ -1,3 +1,10 @@
+2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * Makefile.in (.latexi.pdf-x): Use thumbpdf.
+
+       * gnus.texi (Advanced Formatting): Double @'s. Use thumbpdf.
+       
+
 2002-01-05  Norman Walsh  <ndw@nwalsh.com>
 
        * gnus-faq.texi: Fix typo.
index dd4d951..f946099 100644 (file)
@@ -114,6 +114,7 @@ gnus.latexi gnus-faq.latexi message.latexi emacs-mime.latexi sieve.latexi: $(src
        egrep -v "end\{document\}" $< > gnus.tmplatexi
        cat $(srcdir)/postamble.tex >> gnus.tmplatexi
        TEXINPUTS=$(srcdir):$$TEXINPUTS $(PDFLATEX) gnus.tmplatexi
+       thumbpdf gnus.pdf
        TEXINPUTS=$(srcdir):$$TEXINPUTS $(PDFLATEX) gnus.tmplatexi
        mv gnus.pdf $@
 
index 3377b33..d167da5 100644 (file)
@@ -26,6 +26,7 @@
 \ifx\pdfoutput\undefined
 \else
 \usepackage[pdftex,bookmarks]{hyperref}
+\usepackage{thumbpdf}
 \pdfcompresslevel=9
 \fi
 
@@ -18698,7 +18699,7 @@ used.
 Here's an example:
 
 @lisp
-"~(form (current-time-string))@"
+"~(form (current-time-string))@@"
 @end lisp
 
 @end table