Re: [racket] scribble ++xref-in and PDF

2012-01-12 Thread Matthew Flatt
At Thu, 12 Jan 2012 18:48:04 +0100, nitralime wrote: > Ihad a similar problem while generating the LaTeX version of Guide. > > />> That worked, and I've pushed the change./ > > Does it mean that I have to install the latest version? > Currently I have Racket 5.2 on my PC. You would have to insta

Re: [racket] scribble ++xref-in and PDF

2012-01-12 Thread nitralime
Ihad a similar problem while generating the LaTeX version of Guide. />> That worked, and I've pushed the change./ Does it mean that I have to install the latest version? Currently I have Racket 5.2 on my PC. On 01/12/2012 01:43 AM, Matthew Flatt wrote: At Wed, 11 Jan 2012 15:09:50 -0700, Matth

Re: [racket] scribble ++xref-in and PDF

2012-01-11 Thread David Van Horn
On 1/11/12 7:43 PM, Matthew Flatt wrote: At Wed, 11 Jan 2012 15:09:50 -0700, Matthew Flatt wrote: I think it might be easier and better for the renders to collude so that the Latex renderer can use the HTML renderer's cross-reference files. That worked, and I've pushed the change. Awesome!

Re: [racket] scribble ++xref-in and PDF

2012-01-11 Thread Matthew Flatt
At Wed, 11 Jan 2012 15:09:50 -0700, Matthew Flatt wrote: > I think it might be easier and better for > the renders to collude so that the Latex renderer can use the HTML > renderer's cross-reference files. That worked, and I've pushed the change. Racket Users list: http:/

Re: [racket] scribble ++xref-in and PDF

2012-01-11 Thread Matthew Flatt
Cross-reference information is somewhat renderer-specific. The information about whether `lambda' is a syntax or variable binding turns out to be the same for HTML and Latex, which is why `raco scribble ++xref-in setup/xref load-collections-xref --pdf' often works, but section links are different f