[REBOL] Re: ANN: make-doc-pro-107
From: robert:muench:robertmuench at: 24-Feb-2003 8:07
> -----Original Message-----
> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]
> On Behalf Of Ashley Truter
> Sent: Monday, February 24, 2003 7:00 AM
> To: [rebol-list--rebol--com]
> Subject: [REBOL] Re: ANN: make-doc-pro-107
> *** PDF test ***
>
> ;html: true
> html: false
> pdf: true
> ;pdf: false
>
> Parsing done correct: true
> Input chars skipped: 0
> ** Script Error: precalc-textbox has no value
> ** Where: pif
> ** Near: tmp: precalc-textbox 200 item append
Hi, this is a function from pdf-maker. IIRC Gabriele sent me a version
that included it, I don't know if he released it already.
> *** Light test ***
>
> light_mode: true
> ;light_mode: false
>
> File: none doesn't exist.
;-) Light mode is intended to be used from other programs, not through
the user:
; save and use MDP to create HTML file
write %report.txt _output
do/args %../make-doc-pro/make-doc-pro.r %../framework/report.txt
Robert