[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Diag box with IncludeGraphic
From: |
Ludovic Courtès |
Subject: |
Re: Diag box with IncludeGraphic |
Date: |
Thu, 13 Jan 2011 14:21:40 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) |
Hello,
"Daniel Ajoy" <address@hidden> writes:
> I'm getting a block of white space to the right of the included graphic in
> the dice.ps file attached.
>
> I don't know where it is coming from or how to avoid it.
Your document does:
--8<---------------cut here---------------start------------->8---
@Diag {
@Box margin { 0.1c } outlinewidth { 0.1c } 5c @Wide {} @Scale address@hidden
bang.eps}
}
--8<---------------cut here---------------end--------------->8---
Extra space to the right of the included graphic is likely to come from
@Wide, which widen its right parameter by adding extra space until it is
5c long.
Hope this helps,
Ludo’.
PS: Please keep examples in-line in your message.