Re: [racket] Help generating PDF documents with Scribble

2013-03-28 Thread George Rudolph
: [racket] Help generating PDF documents with Scribble It sounds like Scribble itself isn't really getting stuck, but it creates Latex that your pdflatex doesn't like. Assuming that your "example-paper2.tex" is the same as the "ex.tex" that I've enclosed, then ther

Re: [racket] Help generating PDF documents with Scribble

2013-03-23 Thread Jos Koot
racket-lang.org > [mailto:users-boun...@racket-lang.org] On Behalf Of George Rudolph > Sent: sábado, 23 de marzo de 2013 3:09 > To: Matthew Flatt > Cc: users@racket-lang.org > Subject: Re: [racket] Help generating PDF documents with Scribble > > Matt, > I am beginning to t

Re: [racket] Help generating PDF documents with Scribble

2013-03-22 Thread George Rudolph
-lang.org Subject: RE: [racket] Help generating PDF documents with Scribble It sounds like Scribble itself isn't really getting stuck, but it creates Latex that your pdflatex doesn't like. Assuming that your "example-paper2.tex" is the same as the "ex.tex" that I&#

Re: [racket] Help generating PDF documents with Scribble

2013-03-22 Thread Matthew Flatt
> I am running Racket 5.3.1 on Windows 7. > > > > When I include the style parameter as you have shown, either in your > > document or mine: > > 1. command line > > scribble example_paper2.scrbl > > generates the expected html document. > > 2

Re: [racket] Help generating PDF documents with Scribble

2013-03-22 Thread George Rudolph
al Message- From: Matthew Flatt [mailto:mfl...@cs.utah.edu] Sent: Thursday, March 21, 2013 4:38 PM To: George Rudolph Cc: users@racket-lang.org Subject: Re: [racket] Help generating PDF documents with Scribble I guess that `scribble --pdf' normally works for you, and scribble --l

Re: [racket] Help generating PDF documents with Scribble

2013-03-21 Thread Matthew Flatt
t; hangs. > > George > > -Original Message- > From: Matthew Flatt [mailto:mfl...@cs.utah.edu] > Sent: Tuesday, March 19, 2013 7:17 PM > To: George Rudolph > Cc: users@racket-lang.org > Subject: Re: [racket] Help generating PDF documents with Scribble > >

Re: [racket] Help generating PDF documents with Scribble

2013-03-21 Thread George Rudolph
. George -Original Message- From: Matthew Flatt [mailto:mfl...@cs.utah.edu] Sent: Tuesday, March 19, 2013 7:17 PM To: George Rudolph Cc: users@racket-lang.org Subject: Re: [racket] Help generating PDF documents with Scribble At Thu, 14 Mar 2013 16:52:20 -0400, "George Rudolph"

Re: [racket] Help generating PDF documents with Scribble

2013-03-19 Thread Matthew Flatt
At Thu, 14 Mar 2013 16:52:20 -0400, "George Rudolph" wrote: > 2. Where/how can I set the option to use number-style in the bibliography? > I assumed it was an option in (define-cite), but I cannot figure out how > to specify it correctly. Yes, it's an option in `define-cite'. Here's an exampl

Re: [racket] Help generating PDF documents with Scribble

2013-03-18 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-03-13 15:18, George Rudolph wrote: > I use LaTeX for scientific papers, but I am playing with > > generating HTML and PDF papers with Scribble. > > Also, I'd like to introduce my students to how to write technical > papers > > in something oth

Re: [racket] Help generating PDF documents with Scribble

2013-03-15 Thread George Rudolph
Thanks, Ryan, That worked! -Original Message- From: Ryan Culpepper [mailto:ry...@ccs.neu.edu] Sent: Thursday, March 14, 2013 5:15 PM To: George Rudolph Cc: users@racket-lang.org Subject: Re: [racket] Help generating PDF documents with Scribble On 03/14/2013 04:52 PM, George Rudolph

Re: [racket] Help generating PDF documents with Scribble

2013-03-14 Thread Ryan Culpepper
On 03/14/2013 04:52 PM, George Rudolph wrote: Thank you for the answers below. I have four follow-up questions to the answers below: 1. it appears to me that scribble/base does not support a section* command. I found on github a file named "unnumbered.rkt", which looks it defines a section* com

Re: [racket] Help generating PDF documents with Scribble

2013-03-14 Thread George Rudolph
Thank you for the answers below. I have four follow-up questions to the answers below: 1. it appears to me that scribble/base does not support a section* command. I found on github a file named "unnumbered.rkt", which looks it defines a section* command. Is this what is meant by "[*] It is po

[racket] Help generating PDF documents with Scribble

2013-03-14 Thread George Rudolph
I use LaTeX for scientific papers, but I am playing with generating HTML and PDF papers with Scribble. Also, I'd like to introduce my students to how to write technical papers in something other than Word. I have three questions: 1. Is there a way to specify an Abstract in Scribble wit