Vyatcheslav Yatskovsky wrote:
> Hello,
> 
> 1) I use \setupindenting[yes, big]. How to make the first paragraph
> (after the section title) to be indented too?

\setuphead[section][indentnext=yes]

> 2) I made a command for abstracts (a few lines in the beginning of the
> paper, one paragraph only). Please, look at my definition, i'd like to
> know how to implement it in more elegant, ConTeXt way.

\startsetups abstract:before
  \startalignment[middle]
  \switchtobodyfont[11pt]
  \bgroup\it
\stopsetups

\startsetups abstract:after
  \egroup
  \stopalignment
  \blank[big]
\stopsetups

\definestartstop
  [Abstract]
  [before=\directsetup{abstract:before},
   after=\directsetup{abstract:after}]

\startAbstract
...
\stopAbstract

Best wishes,
Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to