Dear gang,

Thanks Bill for your reply on my previous mail concerning struggles with the inmargin texts. As you can see I explicitely set the width of the margins.

In order to make things easier to see I attach a minimal test file.

Does anybody see the clue, how to tell Context to use the full marginwidth?

Cheers Willi
% Test file
% Problem: Enumeration: numbering sequence and reference to an element of the 
enumeration
% 20-09-2003

\setupoutput[pdftex]
\usemodule[units]

\usetypescript[palatino]
\definetypeface[Myfont] [rm] [serif] [palatino][default] [encoding=texnansi]
\definetypeface[Myfont] [ss] [sans] [helvetica][default] [encoding=texnansi]
\definetypeface[Myfont] [tt] [mono] [courier][default] [encoding=texnansi]
\switchtotypeface[Myfont]
\setupbodyfont[Myfont,rm,10pt]

\definepapersize[MyPaper][height=18cm, width=12.6cm]
\setuppapersize[MyPaper,portrait][A4,portrait]
\setuppagenumbering[alternative=doublesided, location={footer,middle}] %doublesided 
singlesided

\setuplayout
  [topspace=14mm,
   header=0pt,
   headerdistance=0pt,
   backspace=16mm,
   footerdistance=10mm,
   footer=1.1\bodyfontsize,
   veroffset=5mm,
   leftmargin=8mm,
   rightmargin=18mm,
   height=149mm,
   width=90mm,
   location={middle,doublesided},
   marking=on]

\showframe
\starttext
    \dorecurse{10}{\inmargin{\bf Let op!} \input tufte \blank}
\stoptext

Reply via email to