In ConTeXt, I have text that is say 5cm wide. Once in a while I'd like to have a table or an image that sticks out of the right margin and is for example 10 cm wide. My idea is to have something like \startnarrower, just the opposite way. So what is the best approach to that? I have not specified my layout yet, so I am open to any clean solution.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
I think that the details manual has lots of ideas on how to "bleed" an image to margins. Also see pack-box.mkiv for examples (search for bleed). You can also use \startnarrower[-left] \stopnarrower for text. |
||||
|
|
|
This is what I do now:
It's exactly what I want. Thanks Aditya and Taco! |
|||

\startnarrower? – Taco Hoekwater Sep 22 '10 at 5:55