[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] generating chicken.pdf
From: |
Mario Domenech Goulart |
Subject: |
Re: [Chicken-users] generating chicken.pdf |
Date: |
16 May 2006 09:33:29 -0300 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
On Tue, 16 May 2006 07:25:46 +0200 "felix winkelmann" <address@hidden> wrote:
> On 15 May 2006 22:41:08 -0300, Mario Domenech Goulart <address@hidden>
> > I guess the pdf generation can be done with something like:
> >
> > $ texi2dvi chicken.texi
> > $ dvipdf chicken.dvi
> >
> > (Some systems have texi2pdf, so the pdf file can be generated with one
> > command).
>
> Yes, but that still needs tetex, right?
Yes. But I think you can just copy texinfo.tex and chicken.texi to a
machine which has texinfo and it's dependencies installed and generate
the pdf file.
Best wishes,
Mario