Thank you Wolfgang.
With LuaLaTeX, for my header, I use the commands "\footnotesize\itshape" and "\Large\scshape".
Is there an equivalent with ConTeXt ?


2014/1/22 Wolfgang Schuster <schuster.wolfgang@gmail.com>
You have to disable the header and footer by setting the values to 0pt.

\setuplayout
  [backspace=15mm,
   width=middle,
   topspace=15mm,
   height=middle,
   header=0pt,
   footer=0pt]

\showframe

\starttext
\input knuth
\stoptext

You can also use the fullpage module when you equal margins for your document.

\usemodule[fullpage][style={margin,empty},margin=15mm]

\showframe

\starttext
\input knuth
\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________