[cl-typesetting-devel] *print-base*

Marc Battyani marc.battyani at fractalconcept.com
Thu Feb 5 07:57:05 UTC 2004


> 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





More information about the cl-typesetting-devel mailing list