Hello mikail, I would send a picture to be more clear with what I want but it 
seems to not be possible, what adding the footer=.5in code does is simply take 
away .5in from the bottom margin, what I mean is that The bottom margin really 
just becomes 1in because the footer takes up .5in from the margin setting, 

```
\setuppapersize
   [letter]
   [letter]

\setuplayout[
     backspace=0.5in,
     topspace=0.5in,
     header=0in, % No headers
     footer=.5in, % Space for the footer
     width=middle,
     height=middle,
]

\setuppagenumbering
  [location=footer]

\showframe


\definefontfeature [default] [default] [trep=yes]

\definefontfamily [TimesNewRoman] [rm]        [Times New Roman]
\definetypeface   [TimesNewRoman] [mm] [math] [stixtwo]

\setupbodyfont [TimesNewRoman,12pt]

\mainlanguage[en-us]

\setupindenting[yes,0.5in]

\setupheads[indentnext=yes] % To get indentation after section numbers, use this

\startsetups document:start
     \centerline{\documentvariable{title}}
     \centerline{\documentvariable{author}}
     \centerline{\documentvariable{date}}
     \blank[line]
\stopsetups

\startdocument[title=Title,author=Author,date=Date]



\stopdocument 
```

I hope this better explains what I am trying to achieve
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to