Gnus development mailing list
 help / color / mirror / Atom feed
From: Alan Shutko <ats@acm.org>
Subject: Re: Manualitis
Date: 04 Dec 1999 22:28:30 -0500	[thread overview]
Message-ID: <m3so1i83s1.fsf@acm.org> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "05 Dec 1999 02:20:41 +0100"

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> I'm adding more formats to
> <URL:http://quimby.gnus.org/gnus/manual.html>.  Split HTML,
> monolithic HTML, PS, pdf..  Anything else?  Macromedia Flash?  :-)
> 
> Actually, I'm having some difficulties with ps2pdf.  It bugs out with

Don't use ps2pdf.  It's evil.  Broken.  In terrible shape.  It might
work someday (sounds like it might be OK by 6.0) but now, it's bad. 

Now, pdftex, that's good.  Here's a patch to the makefile to make
them.  I also have PDFs of all of them (including really happy
hyperlinks) if anyone wants them.

The only problem I found (in the brief look I had) is the logo in the
refcard.  It would take me a while to get it to work... I played with
it, and it wasn't quite happy with my regular methods.

*** Makefile.in.orig	Wed Dec  1 11:30:59 1999
--- Makefile.in	Sat Dec  4 22:18:28 1999
***************
*** 6,16 ****
--- 6,18 ----
  
  VPATH=$(srcdir)
  TEXI2DVI=texi2dvi
+ TEXI2PDF=texi2pdf
  EMACS=emacs
  MAKEINFO=@MAKEINFO@
  EMACSINFO=$(EMACS) -batch -q -no-site-file
  INFOSWI=-l texinfmt -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer
  XINFOSWI=-l texinfmt -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer
+ PDFLATEX=pdflatex
  LATEX=latex
  DVIPS=dvips
  PERL=perl
***************
*** 23,29 ****
  
  most: texi2latex.elc latex latexps
  
! .SUFFIXES: .texi .dvi .ps
  
  .texi:
  	if test -x $(MAKEINFO); then \
--- 25,31 ----
  
  most: texi2latex.elc latex latexps
  
! .SUFFIXES: .texi .dvi .ps .pdf
  
  .texi:
  	if test -x $(MAKEINFO); then \
***************
*** 34,47 ****
--- 36,62 ----
  
  dvi: gnus.dvi message.dvi refcard.dvi emacs-mime.dvi
  
+ pdf: gnus.pdf message.pdf refcard.pdf emacs-mime.pdf
+ 
  .texi.dvi :
  	$(PERL) -n -e 'print unless (/\@iflatex/ .. /\@end iflatex/)' $< > gnustmp.texi
  	$(TEXI2DVI) gnustmp.texi
  	cp gnustmp.dvi $*.dvi
  	rm gnustmp.*
  
+ .texi.pdf :
+ 	$(PERL) -n -e 'print unless (/\@iflatex/ .. /\@end iflatex/)' $< > gnustmp.texi
+ 	$(TEXI2PDF) gnustmp.texi
+ 	cp gnustmp.pdf $*.pdf
+ 	rm gnustmp.*
+ 
+ 
  refcard.dvi: refcard.tex gnuslogo.refcard gnusref.tex
  	$(LATEX) refcard.tex
+ 
+ refcard.pdf: refcard.tex gnuslogo.refcard gnusref.tex
+ 	epstopdf gnuslogo.refcard --outfile=gnuslogo.refcard.pdf
+ 	$(PDFLATEX) refcard.tex
  
  clean:
  	rm -f gnus.*.bak *.ky *.cp *.fn *.cps *.kys *.log *.aux *.dvi *.vr \


-- 
Alan Shutko <ats@acm.org> - In a variety of flavors!
To err is human; to admit it, a blunder.


  reply	other threads:[~1999-12-05  3:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-05  1:20 Manualitis Lars Magne Ingebrigtsen
1999-12-05  3:28 ` Alan Shutko [this message]
1999-12-05  4:16   ` Manualitis Lars Magne Ingebrigtsen
1999-12-05  4:23     ` Manualitis Shenghuo ZHU
2000-04-22  0:12       ` Manualitis Lars Magne Ingebrigtsen
1999-12-05 15:32     ` Manualitis Alan Shutko
1999-12-05 14:33 ` Manualitis Kim-Minh Kaplan
1999-12-06  0:51   ` Manualitis Russ Allbery
1999-12-06  8:15     ` Manualitis Karl EICHWALDER

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3so1i83s1.fsf@acm.org \
    --to=ats@acm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).