Gnus development mailing list
 help / color / mirror / Atom feed
* Manualitis
@ 1999-12-05  1:20 Lars Magne Ingebrigtsen
  1999-12-05  3:28 ` Manualitis Alan Shutko
  1999-12-05 14:33 ` Manualitis Kim-Minh Kaplan
  0 siblings, 2 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-05  1:20 UTC (permalink / raw)


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

loError: /limitcheck in --%op_show_continue--

after processing two megs or so.  Hm.  Perhaps I should get a new
version or something...

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Manualitis
  1999-12-05  1:20 Manualitis Lars Magne Ingebrigtsen
@ 1999-12-05  3:28 ` Alan Shutko
  1999-12-05  4:16   ` Manualitis Lars Magne Ingebrigtsen
  1999-12-05 14:33 ` Manualitis Kim-Minh Kaplan
  1 sibling, 1 reply; 9+ messages in thread
From: Alan Shutko @ 1999-12-05  3:28 UTC (permalink / raw)


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.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Manualitis
  1999-12-05  3:28 ` Manualitis Alan Shutko
@ 1999-12-05  4:16   ` Lars Magne Ingebrigtsen
  1999-12-05  4:23     ` Manualitis Shenghuo ZHU
  1999-12-05 15:32     ` Manualitis Alan Shutko
  0 siblings, 2 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-05  4:16 UTC (permalink / raw)


Alan Shutko <ats@acm.org> writes:

> 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. 

In what way?  It kinds looks ok to me...

> Now, pdftex, that's good. 

Do you have an URL for that?  I did some searches, but all I found was 
Windos sites...

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Manualitis
  1999-12-05  4:16   ` Manualitis Lars Magne Ingebrigtsen
@ 1999-12-05  4:23     ` Shenghuo ZHU
  2000-04-22  0:12       ` Manualitis Lars Magne Ingebrigtsen
  1999-12-05 15:32     ` Manualitis Alan Shutko
  1 sibling, 1 reply; 9+ messages in thread
From: Shenghuo ZHU @ 1999-12-05  4:23 UTC (permalink / raw)


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


[...]

>> Now, pdftex, that's good. 

LMI> Do you have an URL for that?  I did some searches, but all I found was 
LMI> Windos sites...

pdftex is a part of tetex 1.0.5.

-- 
Shenghuo


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Manualitis
  1999-12-05  1:20 Manualitis Lars Magne Ingebrigtsen
  1999-12-05  3:28 ` Manualitis Alan Shutko
@ 1999-12-05 14:33 ` Kim-Minh Kaplan
  1999-12-06  0:51   ` Manualitis Russ Allbery
  1 sibling, 1 reply; 9+ messages in thread
From: Kim-Minh Kaplan @ 1999-12-05 14:33 UTC (permalink / raw)


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?  :-)

What about plain text and info formats ?  I mean none of the formats
you cite are readable in a bare Emacs.  BTW does a texi2txt exist ?

Kim-Minh.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Manualitis
  1999-12-05  4:16   ` Manualitis Lars Magne Ingebrigtsen
  1999-12-05  4:23     ` Manualitis Shenghuo ZHU
@ 1999-12-05 15:32     ` Alan Shutko
  1 sibling, 0 replies; 9+ messages in thread
From: Alan Shutko @ 1999-12-05 15:32 UTC (permalink / raw)


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

> Alan Shutko <ats@acm.org> writes:
> 
> > 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. 
> 
> In what way?  It kinds looks ok to me...

If you use any fonts other than the base 13 which come with Acrobat
Reader, it'll convert them into Type 3 fonts, explode the file size,
make things look awful on Acrobat Reader, lose hinting, etc.  And the
texinfo manuals use Computer Modern, so they'll look icky.

> > Now, pdftex, that's good. 

> Do you have an URL for that?  I did some searches, but all I found was 
> Windos sites...

http://www.tug.org/applications/pdftex/

dvipdfm might also work well for this, but I can't remember the URL
offhand.

-- 
Alan Shutko <ats@acm.org> - In a variety of flavors!
Old hitchhikers never die-they just throw in the towel.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Manualitis
  1999-12-05 14:33 ` Manualitis Kim-Minh Kaplan
@ 1999-12-06  0:51   ` Russ Allbery
  1999-12-06  8:15     ` Manualitis Karl EICHWALDER
  0 siblings, 1 reply; 9+ messages in thread
From: Russ Allbery @ 1999-12-06  0:51 UTC (permalink / raw)


Kim-Minh Kaplan <kmkaplan@vocatex.fr> writes:

> What about plain text and info formats ?  I mean none of the formats you
> cite are readable in a bare Emacs.  BTW does a texi2txt exist ?

info (the standalone info browser program) is capable of dumping a fairly
readable plain text version from info files, just by redirecting it's
output to a file.  That's probably the best way of doing texi2txt.

-- 
Russ Allbery (rra@stanford.edu)         <URL:http://www.eyrie.org/~eagle/>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Manualitis
  1999-12-06  0:51   ` Manualitis Russ Allbery
@ 1999-12-06  8:15     ` Karl EICHWALDER
  0 siblings, 0 replies; 9+ messages in thread
From: Karl EICHWALDER @ 1999-12-06  8:15 UTC (permalink / raw)
  Cc: ding

Russ Allbery <rra@stanford.edu> writes:

|   That's probably the best way of doing texi2txt.

If you've access to the texi files, try

    makeinfo --no-headers FILE.texi

-- 
work    : ke@suse.de                          |
        : http://www.suse.de/~ke/             |       ------    ,__o
personal: ke@gnu.franken.de                   |      ------   _-\_<,
        : http://www.franken.de/users/gnu/ke/ |     ------   (*)/'(*)



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Manualitis
  1999-12-05  4:23     ` Manualitis Shenghuo ZHU
@ 2000-04-22  0:12       ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-22  0:12 UTC (permalink / raw)


Shenghuo ZHU <zsh@cs.rochester.edu> writes:

> LMI> Do you have an URL for that?  I did some searches, but all I found was 
> LMI> Windos sites...
> 
> pdftex is a part of tetex 1.0.5.

Hm.  Quimby (which is an OpenBSD box) didn't come with that, so I'm
pulling down a complete source tree over cvs to be able to compile the
new one.  After that's been done, I should, perhaps, be able to
generate nice-looking pdfs.

And, *whee*, that concludes my travel backwards through gnus.ding;
five months worth; 2.5k messages.  Didn't think I had it in me.

Now it's time to do the rest, then.  307 messages in gnus.gnus-bug and
1762 in gnu.emacs.gnus, and just 55 in nnml:misc.  Eeek.  I only have
three more days left, and then my holiday is over.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2000-04-22  0:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-05  1:20 Manualitis Lars Magne Ingebrigtsen
1999-12-05  3:28 ` Manualitis Alan Shutko
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

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).