Re: [NTG-context] Compile problem after update

2018-07-15 Thread Hans Hagen

On 7/15/2018 10:05 AM, Fabrice Couvreur wrote:

I just updated context standalone and this file does not compile 
anymore, but I do not see why.



     \setuppagenumbering
     [alternative=,
  location={footer,right]


missing a } ... so are you sure it ever compiled?

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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
___

[NTG-context] Compile problem after update

2018-07-15 Thread Fabrice Couvreur
Hello,
I just updated context standalone and this file does not compile anymore,
but I do not see why.
Thank you
Fabrice

\switchtobodyfont[11pt]

\definelayout
  [noheader]
  [header=26pt,
   headerdistance=25pt,
   backspace=2cm,
   width=middle,
   topspace=\dimexpr 2cm-\headerheight-\headerdistance\relax,
   footer=16pt,
   height=middle]

\setuplayout
  [header=\zeropoint,
   headerdistance=25pt,
   backspace=2cm,
   width=middle,
   topspace=\dimexpr 2cm-\headerheight-\headerdistance\relax,
   footer=16pt,
   height=middle]

\definelayout[1][noheader]

\setuppagenumbering
[alternative=,
 location={footer,right]

\setupbackgrounds[header][text]
 [frame=off,
  bottomframe=on,
  framecolor=gray,
  rulethickness=2pt]

\defineframed[headerframed]
 [frame=off,
  location=depth,
  bottomoffset=\lineheight,
  align=middle,
  width=fit]

\setupheadertexts[\headerframed{\ss\sc\bf\red Contrôle n\high{o}\,1 \\
}]

\setupheadertexts
[\headerframed{\tfx\ss Lycée JANSON DE SAILLY\\ 31 juillet
2017}]
[\headerframed{\tfx\ss T\high{le} ES 2 \\ Durée 1 heure 30}]

\starttext
\dorecurse{10}{\input knuth}
\stoptext
___
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
___