From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/71280 Path: news.gmane.org!not-for-mail From: Felix Ingram Newsgroups: gmane.comp.tex.context Subject: Captions Date: Thu, 22 Sep 2011 23:10:33 +0100 Message-ID: <-2182527469493806826@unknownmsgid> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (iPhone Mail 8L1) Content-Type: multipart/mixed; boundary="===============0982588536==" X-Trace: dough.gmane.org 1316729457 9583 80.91.229.12 (22 Sep 2011 22:10:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2011 22:10:57 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 23 00:10:49 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R6rTl-0007vk-Gj for gctc-ntg-context-518@m.gmane.org; Fri, 23 Sep 2011 00:10:49 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E04C0CAFC5; Fri, 23 Sep 2011 00:10:48 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xCgF3H-3H9qZ; Fri, 23 Sep 2011 00:10:36 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4E470CAFB3; Fri, 23 Sep 2011 00:10:36 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 995C6CAFB3 for ; Fri, 23 Sep 2011 00:10:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4LHdCdzheL1T for ; Fri, 23 Sep 2011 00:10:33 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id CF69BCAFB2 for ; Fri, 23 Sep 2011 00:10:33 +0200 (CEST) Original-Received: from mail-vw0-f41.google.com (mail-vw0-f41.google.com [209.85.212.41]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p8MMAWwV029712 for ; Fri, 23 Sep 2011 00:10:33 +0200 Original-Received: by vws16 with SMTP id 16so4598037vws.14 for ; Thu, 22 Sep 2011 15:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:mime-version:date:message-id:subject:to:content-type; bh=//+LozoXofS4pZiR2WUx2Kx31JcgNDk82VBk6Q7nBAI=; b=tsqdQQJ4A6m5oo4493Pu+0mHucyRsUZETJpJS0QSHEbkVv3rr01Te3vez/2LBqRt7C Qy1S5+JZ9d9+wRqKIGDjwpvtXyuJAw20tN6KbYSlpBtYqykc252V3vuwoaD+EU3aivcO wDEAcqjsS8mIPerdS8AYPUrBivtgnLzbrfpig= Original-Received: by 10.52.115.4 with SMTP id jk4mr2528084vdb.488.1316729432086; Thu, 22 Sep 2011 15:10:32 -0700 (PDT) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=209.85.212.41; country=US; region=CA; city=Mountain View; postalcode=94043; latitude=37.4192; longitude=-122.0574; metrocode=807; areacode=650; http://maps.google.com/maps?q=37.4192,-122.0574&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03FzWawty - 3d2f62ac7f63 - 20110923 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:71280 Archived-At: --===============0982588536== Content-Type: multipart/alternative; boundary=bcaec547c933109e2404ad8ef6c3 --bcaec547c933109e2404ad8ef6c3 Content-Type: text/plain; charset=ISO-8859-1 (apologies if you see this twice - posted from wrong account earlier) I'm defining a new float that I'd like to caption with its own label. Something like: \definefloat[picture][pictures] I'd then like the caption to read: Picture 1 - my caption text Picture 2 - etc At the moment I've used \setupcaption[picture][way=bytext] to sort out the numbering but I cannot figure out how to do the label. Any ideas? (Apologies for lack of minimal - afk atm) Felix Felix --bcaec547c933109e2404ad8ef6c3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
= (apologies if you see this twice - posted from wrong account earlier)

I'm defining a new = float that I'd like to caption with its own label.
Something like:

\definefloat[picture][pictures]

I'd then like the caption to read:

Picture 1 - my caption text=
Picture 2 - etc

At the moment I've used \setupcaption= [picture][way=3Dbytext] to sort out
the numbering but I cannot figure out how= to do the label.

Any ideas?

(Apologies for lack of minimal - afk atm)=

Felix


Felix
--bcaec547c933109e2404ad8ef6c3-- --===============0982588536== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0982588536==--