From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31422 Path: news.gmane.org!not-for-mail From: =?iso-8859-15?q?=C1ngel_Luis_Garc=EDa_Fern=E1ndez?= Newsgroups: gmane.comp.tex.context Subject: Re: Lists Date: Thu, 19 Oct 2006 13:20:57 +0200 Organization: Universidad de =?iso-8859-15?q?Ja=E9n?= Message-ID: <200610191320.57552.algarcia@ujaen.es> References: <200610181003.52874.algarcia@ujaen.es> <115224fb0610190116u13ff253dsbf03fdfe78327327@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161256885 28242 80.91.229.2 (19 Oct 2006 11:21:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Oct 2006 11:21:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 19 13:21:22 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GaVxY-0003uQ-U0 for gctc-ntg-context-518@m.gmane.org; Thu, 19 Oct 2006 13:21:15 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 58EB41FEA3; Thu, 19 Oct 2006 13:21:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26376-02; Thu, 19 Oct 2006 13:21:05 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2EE291FE93; Thu, 19 Oct 2006 13:21:05 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 446081FE95 for ; Thu, 19 Oct 2006 13:21:02 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26375-02-3 for ; Thu, 19 Oct 2006 13:20:59 +0200 (CEST) Original-Received: from siles.ujaen.es (siles.ujaen.es [150.214.170.33]) by ronja.ntg.nl (Postfix) with SMTP id 327EB1FE8F for ; Thu, 19 Oct 2006 13:20:58 +0200 (CEST) Original-Received: from siles.ujaen.es (localhost.localdomain [127.0.0.1]) by localhost.ujaen.es (ESMTP/RIUJA6.0) with ESMTP id 3247511B7C5 for ; Thu, 19 Oct 2006 13:20:58 +0200 (CEST) Original-Received: from p178-024.ujaen.es (p178-024.ujaen.es [150.214.178.24]) by siles.ujaen.es (ESMTP/RIUJA6.0) with ESMTP id 27B7411B7C4 for ; Thu, 19 Oct 2006 13:20:58 +0200 (CEST) Original-To: mailing list for ConTeXt users User-Agent: KMail/1.8 In-Reply-To: <115224fb0610190116u13ff253dsbf03fdfe78327327@mail.gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31422 Archived-At: Hi again, > > List of algorithms: > > > > \definefloat[algorithm][algorithms] > > \starttext > > \placealgorithm > {First algorithm} > {write here your algorithm} > > \placealgorithm > {Second algorithm} > {write here another algorithm} > > \placelistofalgorithms % only index without heading > %\completelistofalgorithms % index with heading > > \stoptext > > > this worked OK. Thanks a lot. > > List of formulas: > > http://wiki.contextgarden.net/Math#List_of_Formulas > I tried this before writing to the list: this doesn't work, but I guess I can use the same as above to create my own \placenamedformula Angel-Luis