[cl-pdf-devel] Fw: [cl-typesetting-devel] *print-base*

Marc Battyani marc.battyani at fractalconcept.com
Thu Feb 5 08:05:59 UTC 2004


I'm forwarding this email from the cl-typesetting-devel mailing list as it
is more about cl-pdf than cl-typesetting.
(Though cl-pdf-devel subscribers have probably also subscribed to
cl-typesetting-devel)

Marc

From: "Marc Battyani" <marc.battyani at fractalconcept.com>
To: <cl-typesetting-devel at common-lisp.net>; "Frode Vatvedt Fjeld"
<ffjeld at common-lisp.net>


> > I just checked out cl-typesetting, and it does look quite
> > nice. However, at first it produced PDF-files unnacceptable to acrobat
> > or ghostview. After a while I remembered my previous attempt at
> > running cl-pdf and there being a problem with my having *print-base*
> > and *print-radix* not 10 and nil. So is the case with cl-typesetting,
> > apparently. Or it's still a cl-pdf problem. Anyway, while
> >
> > CL-USER(249): (typeset::ex #p"ex.pdf")
> >
> > doesn't work for me,
> >
> > CL-USER(250): (let ((*print-radix* nil)
> >     (*print-base* 10))
> >   (typeset::ex #p"ex.pdf"))
> >
> > does work. I'd suggest replacing some generic writes with (format
> > .. "~D" ..), or wrapping some strategic functions in
> > with-standard-io-syntax.
>
> Corrected. It was cl-pdf issue. I thought I corrected it already but it
was
> not the case.
> Can you check it again ?
> You need to recompile cl-typesetting after cl-pdf.
>
> Marc
>
> _______________________________________________
> cl-typesetting-devel site list
> cl-typesetting-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/cl-typesetting-devel





More information about the cl-pdf-devel mailing list