On Fri, 19 Feb 2016 11:54:12 +0100
Nicola <nvitacolo...@gmail.com> wrote:

> How do I setup the slide command to do that by default? I have tried
> putting {before,after,beforesection,aftersection}=\vfill in various
> combinations in \setuphead, but I cannot obtain the desired effect.

\setuphead[slide][
  style=\ssb,
  command=\MySlide,
  color=white,
  insidesection=\vfill,
  aftersection=\vfill,
  page=yes]

> if I remove the comma after page=yes, slides are not split into
> different pages. Is it normal that a comma is required at the end
> of an argument list?

The missing comma is not the issue, it's the space. Works:

\setuphead[slide]
  [page=yes,
  ]

\setuphead[slide]
  [page=yes%%
  ]

\setuphead[slide]
  [page=yes%%
  ]

Marco
___________________________________________________________________________________
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