Bad format in output
Francis J. Lacoste
flacoste at logreport.org
Thu Apr 24 02:56:02 CEST 2003
On mar, 2003-04-22 at 13:36, Lire wrote:
> hello:
>
> i have problems with reports in pdf. To this reports, the graphs
> appears out of the document. are there any ways to control the
> size of the graphs?
There is no way to control the size of the graph (except by modifying
the code which generates it), but another user reported that problem
and 'fixed' it by setting in his $HOME/.lire/etc/defaults
LR_IMAGE_STYLE=hq
(The default is 'web') I think there is some resolution magic played
with the graph which causes that problem when embedding them in a PDF.
Unfortunately, setting this variable will trigger a bug in
the lr_check_prereq script. (It will report that ghostscript isn't
available). It can be fixed by changing line 180 to:
if test -x "$LR_GHOSTSCRIPT" && "$LR_GHOSTSCRIPT" -v >/dev/null 2>&1
(The problem was the /dev/null argument to gs)
Hope this helps
Francis J. Lacoste
--
Francis J. Lacoste . . http://www.logreport.org
/^LogReport$/ . . flacoste at logreport.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.logreport.org/pipermail/development/attachments/20030423/bd5f0740/attachment.bin
More information about the Development
mailing list