On Thu, Mar 8, 2012 at 10:41 AM, Marco
<netuse@lavabit.com> wrote:
On 2012-03-08 Emmanuel Asante <
emmanuela.asante@gmail.com> wrote:
> I want to indent all text in a document except the chapter header
> text by a given amount.
That's a strange way of doing things, if I get it right what you
mean. If you want to have the number in the margin, you can use
\setupheads [alternative=inmargin]
or you can provide a negative indent for the heads
\setupheads [margin=-2cm]
which has the same effect as indenting everything else.
> Secondly, how do I control the space around headers?
\setuphead [chapter]
[
after=, % To remove the space
%after={\blank[1cm]},
%after={\blank[2cm]},
]
Marco
Marco,
No, I don't want the number in the margin. As you and Wolfgang have suggested, it is easier to move the headers to the left than to move the text to the right. I will play around with it and see what I get.
Thanks