From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/7613 Path: main.gmane.org!not-for-mail From: "Peter Jander" Newsgroups: gmane.comp.tex.context Subject: Re: Howto ... reference of sources Date: Thu, 11 Apr 2002 07:52:05 GMT Sender: owner-ntg-context@let.uu.nl Message-ID: <3CB55045.16007.27367A@localhost> References: <3CB5485C.24482.84DDE@localhost> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1035398065 20691 80.91.224.250 (23 Oct 2002 18:34:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:34:25 +0000 (UTC) Original-To: honzahon@centrum.cz, "ntg-context@ntg.nl" Xref: main.gmane.org gmane.comp.tex.context:7613 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:7613 From: Jan Hon Send reply to: honzahon@centrum.cz To: "Peter Jander" , "ntg-context@ntg.nl" Subject: Re: Howto ... reference of sources Date sent: Thu, 11 Apr 2002 09:50:11 +0200 > Dne t 11. duben 2002 09:18 Peter Jander napsal(a): > > > Earlier I tryed to put this reference into captions, but after > > > generatin list of floats, this references appeared and the list was too > > > long. Is there any way to state text in caption but not in list of > > > float? > > > > \nolist{ This text will only show in the caption, but not in the list of > > figures.} > This is fine but in the list are dots, they normaly shows that captions > continue. But the reference is not a part of the name of float. Is there > any way to force this dots not to appear. You can redefine \nolist in the setup of your document: \def\nolist#1{} Peter NB Hans, if you have spare time on your hands :-), I think a \setupnolist command to avoid this low-level stuff would be helpful.