Jeroen schrieb am 29.09.2019 um 20:36:
This is the main file.
Neither minimal nor complete and \stopdocument is also missing.
\environment mkivcnotesenv
\startdocument
 [metadata:subject={MkIV Context},
   affiliation=Context]
\starttext
\startfrontmatter
\input{frontpage.tex}
\stopfrontmatter
\startbodymatter
\section{Introduction}
\dorecurse{10}{input knuth}
\stopbodymatter
\startappendices
%\input{a1.tex}
\stopappendices
\stoptext

Are you looking for something like this (I need more information for a better answer):

\definetext [sectionfooter] [footer] [section]
%\definetext [sectionfooter] [footer] [text] [section] []

\setupfootertexts [I'm a footer text!] [pagenumber]

\setuppagenumbering
  [location=,
   style=bolditalic]

\setuphead
  [section]
  [page=yes, % needed for the footer setting
   footer=sectionfooter]

\starttext

\section{Introduction}

\dorecurse{10}{\input knuth}

\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