ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Custom chapter footer
@ 2012-01-01 21:39 Andreas Harder
  2012-01-01 22:06 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Harder @ 2012-01-01 21:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Hans,

the following used to work. Has the syntax changed?

\definetext[chapter][footer][pagenumber]
\setuphead [chapter][footer=chapter]

\starttext
  \chapter{test}
\stoptext

! Undefined control sequence.

Regards
	Andreas
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Custom chapter footer
  2012-01-01 21:39 Custom chapter footer Andreas Harder
@ 2012-01-01 22:06 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2012-01-01 22:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


Am 01.01.2012 um 22:39 schrieb Andreas Harder:

> Hi Hans,
> 
> the following used to work. Has the syntax changed?

This has to be changed in page-txt.mkvi:

\def\resetlayouttextlines % public
  {\csname\??layouttextsreset\v!top   \endcsname
   \csname\??layouttextsreset\v!header\endcsname
   \csname\??layouttextsreset\v!text  \endcsname
   \csname\??layouttextsreset\v!footer\endcsname
   \csname\??layouttextsreset\v!bottom\endcsname
   \ifconditional\resyncaftertextline
     \calculateglobalvsizes
    %\recalculatebackgrounds
     \page_backgrounds_recalculate
     \global\setfalse\resyncaftertextline
   \fi}

The user interface hasn’t changed but Hans is changing the names of all internal commands.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-01 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-01 21:39 Custom chapter footer Andreas Harder
2012-01-01 22:06 ` Wolfgang Schuster

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).