Am 17.07.2012 um 18:08 schrieb Alan Bowen:

> This used to work in earlier versions of MKIV, but does no longer—the page 
> sets without complaint but the footer does not appear.
> 
> A minimal example:
> 
>               \definehead[BookTitle][title]
>               \setuphead[BookTitle][header=high,footer=BookTitlePage]
>               \definetext[BookTitlePage][footer]
>                       [\vbox{\tfx
>                       \centerline{Some text}\par
>                                       }
>                       ]
> 
> 
> \starttext
> \BookTitle{Title}
> \input knuth\footnote{\input ward}
> \stoptext
> 
> Is there a problem with \definetext?

strc-sec.mkiv:

\def\strc_sectioning_check_layout_yes
  {\page[\p_page]%
   \expandcheckedcsname\??headmarkyes{\headparameter\c!marking}\s!unknown
   \edef\p_header{\headparameter\c!header}%
   \ifx\p_header\empty \else
     
\doifelselayouttextline\v!header{\normalexpanded{\setuplayouttext[\v!header][\c!state=\p_header]}}\donothing
   \fi
   \edef\p_text{\headparameter\c!text}%
   \ifx\p_text\empty \else
     \doifelselayouttextline\v!text  {\normalexpanded{\setuplayouttext[\v!text  
][\c!state=\p_text  ]}}\donothing
   \fi
-  \edef\p_header{\headparameter\c!footer}%
-  \ifx\p_header\empty \else
+  \edef\p_footer{\headparameter\c!footer}%
+  \ifx\p_footer\empty \else
     
\doifelselayouttextline\v!footer{\normalexpanded{\setuplayouttext[\v!footer][\c!state=\p_footer]}}\donothing
   \fi}

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to