On 8/19/24 17:11, Felix wrote:
> Hello mikail, I would send a picture to be more clear with what I
> want but it seems to not be possible
Hi Felix,

attachments to the list should be less than 100kb.

If you generate your image as a PNG file, it should fit in that file size.

I attach sample image (from the next minimal sample).

> 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,

Well, the extra half inch is taken from the text body, not from the
bottom margin.

I mean, when you set up topspace and height to mmiddle, bottomspace will
have the same value as topspace.

Here you have a stupid sample:

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

  \starttext
  \null
  \stoptext

Now some comments (just for your info):

> \setuppapersize
>    [letter]
>    [letter]

When both papersizes are the same, I’d say the second one is redundant.

> \setupbodyfont [TimesNewRoman,12pt]

The default value for font size is 12pt, so this isn’t really required.

> \mainlanguage[en-us]

The default language is US English, so this isn’t really required.

I hope it helps,

Pablo
___________________________________________________________________________________
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