Pablo Rodriguez schrieb am 17.08.18 um 17:26:
On 08/17/2018 11:04 AM, Fabrice Couvreur wrote:
Hello,
I want to create a template with a header on the first page for student
testing. If the document contains text that is on more than one page, it
works perfectly. On the other hand, if the document has text on one
page, it does not work.
Hi Fabrice,

I think it works when you use:

   \definelayout
     [1]
     [firstpage]

I mean, "1" instead of "first". At least, it shows the header on the
first and only page on my computer.

This works because the check for the “1” layout comes before the check for the “first” layout.

The problem is that the check for the “first” layout happens in the same branch as the check for the “last” layout but context performs the check for the last page (which is in case of a single page document true for the first page) before it does
it for the first page.

\showframe

\definelayout
  [first]
  [header=0pt,
   height=middle]

\definelayout
  [last]
  [footer=0pt,
   height=middle]

\starttext
\samplefile{carrol}
%\page
%\samplefile{jojomayer}
\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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to