Sat, 30 May 2009, Xan wrote:

>/ Thinking about spaces.... anyone knows how to put less space between />/ text "Demostració" and the text itself in this environment?:
/
width=fit, distance=0.5em (or whatever you want the distance to be)

Thanks, Aditya.

For the other hand, I possibly discover a bug:

I have that (sorry for the comments in catalan):

\defineenumeration
 [lemma]
 [text={Lemma}, % Què es mostra
  before={\blank[big]}, % abans de lemma, un bigskip
  after={\blank[big]}, % després de lemma, un bigskip
  headstyle=bold, % Negreta per la capçaleras
  %between=\blank, % Entre Lemmes una línia en blanc
  titledistance=.5em, % espai entre número i parèntesis.
  textdistance=.5em, % espai entre ) i text
  stopper={.\space}, % Com acaba. Després de parèntesis un '.'
  location=serried,
  width=fit, % que ocupi tot l'espai
  style=italic, % estil del text
  title=yes, % si puc posar o no arguments opcionals
  titlestyle=sc, % estil del títol
  way=bytext, % enumerar en tot el document
  conversion=numbers] % enumera amb arabic


\defineenumeration
 [definition]
 [lemma]
 [text={Definició},style=tf,titlestyle=sc]

\defineenumeration
 [notation]
 [definition]
 [text={Notació},style=tf,titlestyle=sc]

I have to specify the titlestyle in notation and in definition. If notation inherits style from definition and this inherits from lemma, so it should have the same style. So

\defineenumeration
 [notation]
 [definition]
 [text={Notació}]

should have all the same style as definition, but it isn't.

Xan.
___________________________________________________________________________________
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