ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster via ntg-context <ntg-context@ntg.nl>
To: Fabrice Couvreur <fabrice1.couvreur@gmail.com>
Cc: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>,
	mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Test for displaying a header
Date: Fri, 27 Aug 2021 18:05:25 +0200	[thread overview]
Message-ID: <7b58ae30-92f7-4f3b-366d-84f8c32ca102@gmail.com> (raw)
In-Reply-To: <CACyK-eryA8rxnsbOXbU7aOW0=PHFKsLSchU-J5vn7CsjOpJT2A@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1332 bytes --]



Fabrice Couvreur schrieb am 27.08.2021 um 10:04:
> Hi Wolfgang,
> This may not be nicest but seems to work
> Fabrice
>
> %%%%%%%%%%%%%%%%%%%%%%
>
> \definelayout
> [1]
>   [header=10mm]
>
> \setuplayout
>   [header=0pt,
>  height=middle]
>
> \setuppagenumbering
> [alternative=doublesided,location=]
>
> \setupbackgrounds
> [header]
>   [text]
>   [frame=off,bottomframe=on,
>  framecolor=lightgray,rulethickness=1pt]
>
> \startsetups[header]
> \doifelse{\totalnumberofpages}{1}
>     {\setuplayout[1]}
> {\setuplayout[reset]}
> \stopsetups
>
>
> \starttext
> \input knuth
> %\dorecurse{10}{\input knuth\par}
> \stoptext

I have no idea what you try to achieve but the check for the number of 
pages in your document is never used. The layout on the first page is 
different from the following pages but this is just how \definelayout 
work when you use a number as first argument.


What you have to understand is that a setups-environment is just a macro 
definition where you provide the names as argument to the start command. 
This means

     \startsetups [header]
     ...
     \stopsetups

works the same way as

     \def\internalname_header
       {...}

but you have to use

     \setups [header]

rather than

     \internalname_header

to get the content of the environment.


Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 3030 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2021-08-27 16:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26 14:07 Fabrice Couvreur via ntg-context
2021-08-26 14:34 ` Taco Hoekwater via ntg-context
2021-08-26 15:56   ` Wolfgang Schuster via ntg-context
2021-08-26 17:06     ` Fabrice Couvreur via ntg-context
2021-08-26 17:56       ` Wolfgang Schuster via ntg-context
     [not found]         ` <CACyK-eryA8rxnsbOXbU7aOW0=PHFKsLSchU-J5vn7CsjOpJT2A@mail.gmail.com>
2021-08-27 16:05           ` Wolfgang Schuster via ntg-context [this message]
     [not found]             ` <CACyK-eqnhx1dAAVBe3HK_OVR+e+HZ6han1enQkx_GukTd9cG-Q@mail.gmail.com>
     [not found]               ` <38a9bada-8507-ef96-c09a-7c48c865049b@gmail.com>
     [not found]                 ` <CACyK-eoL6uhusTErcq+P0HQ8_O9EN+ZV-MXtEOKo-iby4BHBVA@mail.gmail.com>
     [not found]                   ` <CACyK-epiR+X+r_TRJOH+0rz8v_FKAFH7ooR3xqkp1hPdNNm4dg@mail.gmail.com>
2021-08-28 12:24                     ` Wolfgang Schuster via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7b58ae30-92f7-4f3b-366d-84f8c32ca102@gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=fabrice1.couvreur@gmail.com \
    --cc=wolfgang.schuster.lists@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).