Hi all,

Great idea, i now have a working sample (What i want is to control the right margin distance for both parts and chapters - Here i can control only the left margin distance which is 1.7cm for chapters)

\setupoutput[pdftex]

\setuphead [part] [align=left,page=right,placehead=yes,before={\hbox{}\vfill},after={\vfill}]
\setuphead [chapter][before=,after=\blank]


\setuplist [chapter][alternative=d,margin=1.7cm,left=(,right=),pagestyle=slanted,depth=2cm,before=\blank,after=\blank]
\setuplist [part] [before={\blank[big]},after=\blank]



\starttext \placecontent

\part{first part}
\chapter{Chapter one}
\chapter{Chapter two}
\chapter{Chapter three}
\chapter{Chapter four}
\chapter{Chapter five}

\part{second part}
\chapter{Chapter one}
\chapter{Chapter two}
\chapter{Chapter three}
\chapter{Chapter four}
\chapter{Chapter five}

\part{Third part}
\chapter{Chapter one}
\chapter{Chapter two}
\chapter{Chapter three}
\chapter{Chapter four}
\chapter{Chapter five}
\stoptext


_______________________________________________ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to