[NTG-context] Problem with \setuplayout parameters being ignored

Wolfgang Schuster wolfgang.schuster.lists at gmail.com
Sun Mar 5 17:58:26 CET 2023


Keith McKay via ntg-context schrieb am 05.03.2023 um 17:54:
>
> Hi
>
> I'm having a strange problem with the \setuplayout command with the 
> parameters being ignored. In the code below the only parameter which 
> does get setup is the backspace parameter, the header, footer, width, 
> and margin parameters are setup differently according to the log. I'm 
> probably missing something fairly obvious so hints would be helpful. 
> The document I'm trying to setup will probably be a maximum of 50 
> pages and I would like to reduce the space at the top and bottom of 
> the page.
>
> Best Wishes
>
> Keith McKay
>
> %%%%%%%%% Code so far %%%%%%%%%%%
>
> \setuppapersize[A4]
>
> \setuplayout[
>
> backspace = 2.5cm,
>
> margin = 0.5cm,
>
> width = 16cm,
>
> header = 1cm,
>
> footer = 1cm,
>
> ]
>
Remove the spaces before and after = in the settings. While LaTeX 
ignores spaces around = ConTeXt doesn't.

Wolfgang

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ntg.nl/pipermail/ntg-context/attachments/20230305/fd6bb2e0/attachment.htm>


More information about the ntg-context mailing list