ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Reverse numbering for enumerations?
@ 2011-12-09 17:32 Otared Kavian
  0 siblings, 0 replies; only message in thread
From: Otared Kavian @ 2011-12-09 17:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

When using 
	\startitemize[n,reverse]
one gets items numbered in reverse order. I wonder if this feature exists also for enumerations. An example is given below in which the last enumeration is written on top of the file and I wish it were possible to have the enumerations numbered in reverse order.

Thanks in advance for any insight: OK
PS: here is an example file:
%%%% enumeration-reverse.tex
\defineenumeration[Lecture]
	[location=hanging,
	text={Lecture n°}, 
	between=,
	before=, 
	stopper={.},
	after= {\hrule\blank}]

\setupenumerations[Lecture][number=yes]
% \setupenumerations[Lecture][numbering=reverse] % this has no effect though…

\starttext

\startLecture Tuesday December 6th: Banach spaces. 
\startitemize[n]
\item First subject.
\item Second subject.
\stopitemize
\stopLecture

\startLecture Tuesday November 29th: Norms. 
\startitemize[n]
\item First subject.
\item Second subject.
\stopitemize
\stopLecture

\startLecture Tuesday November 22nd: Topological Vector Spaces. 
\startitemize[n]
\item First subject.
\item Second subject.
\stopitemize
\stopLecture

\stoptext
%%% end enumeration-reverse.tex

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-09 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-09 17:32 Reverse numbering for enumerations? Otared Kavian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).