ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* List of floats
@ 2000-02-22 10:07 Dan Seracu
  2000-02-22 13:22 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Seracu @ 2000-02-22 10:07 UTC (permalink / raw)


Hello everyone!

I tried to create a list of placed floats. The code was something like
this:

\definefloat[procedura]

%.....%

\definelist[procedura] \setuplist[procedura][alternative=c]
            %% lista procedurilor
\definecombinedlist[lof][procedura][level=procedura]

%%%

And when typesetting the \placelof

I get interesting error messages: missing \endcsname and so on.

Is there any problems in the code? Have I missed something?
How can I make a list of floats on the beginning of the document?

Dan Seracu
dans@sintezis.rdsor.ro


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: List of floats
  2000-02-22 10:07 List of floats Dan Seracu
@ 2000-02-22 13:22 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-02-22 13:22 UTC (permalink / raw)
  Cc: NTG ConTeXt

At 12:07 PM 2/22/2000 +0200, Dan Seracu wrote:

>\definefloat[procedura]
>
>%.....%
>
>\definelist[procedura] \setuplist[procedura][alternative=c]
>            %% lista procedurilor
>\definecombinedlist[lof][procedura][level=procedura]
>
>%%%
>
>And when typesetting the \placelof
>
>I get interesting error messages: missing \endcsname and so on.
>
>Is there any problems in the code? Have I missed something?
>How can I make a list of floats on the beginning of the document?

\definefloat[yourname]

\placelist[yourname]

(or \placeyourname or \completeyourname)

Floats and sectioning commands already define lists. Also, there is no need
to define a combined list here. 

if needed, say: \placeyourname[criterium=all] to get them all, otherwise, a
local list is placed (which in this case is not what you want).  

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-02-22 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-22 10:07 List of floats Dan Seracu
2000-02-22 13:22 ` Hans Hagen

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).