Re: Diag box with IncludeGraphic
[email protected] (Ludovic Courtès)
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
Hello, "Daniel Ajoy" <[email protected]> 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 {@IncludeGraphic 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.