On Sat, 30 May 2009, Xan wrote:
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.
That is right. titlestyle (and possibly others are missing in the two copyparameters in the definition of dododefineenumeration in core-des.tex. Hans, I can send you a patch in about 10 days (travelling until then), unless you end up correcting this sooner. Aditya