ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* List of figures
@ 2000-02-09  6:11 Dan Seracu
  0 siblings, 0 replies; 8+ messages in thread
From: Dan Seracu @ 2000-02-09  6:11 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] 8+ messages in thread

* Re: list of figures
  2018-09-14 12:40     ` Alan Braslau
@ 2018-09-14 13:24       ` Andrea Valle
  0 siblings, 0 replies; 8+ messages in thread
From: Andrea Valle @ 2018-09-14 13:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1883 bytes --]

Thanks to all, yes, \placelistoffigures works fine

Concerning structure: yeah, thanks Alan, I used it. I think I had some issues I was not able to solve so switched to raw input.

Best

-a-


--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - StudiUm
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.fonurgia.unito.it/andrea/
--> http://www.flickr.com/photos/vanderaalle/sets/
--> http://vimeo.com/vanderaalle
--> http://andreavalle.bandcamp.com
--> andrea.valle@unito.it
--------------------------------------------------

"This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)

> On 14 Sep 2018, at 14:40, Alan Braslau <braslau.list@comcast.net> wrote:
> 
> On Fri, 14 Sep 2018 11:20:27 +0200
> Andrea Valle <valle@di.unito.it> wrote:
> 
>> Thanks Henri
>> 
>> actually this works in my chapter but I have a book made up of various chapters coordinate by a main.tex file 
>> containing general setting and  e.g.
>> 
>> \input c_1_semiotics.tex % chapter
>> 
>> \input c_2_conceptions.tex
>> 
>> etc
> 
> The ConTeXt way of doing this is:
> 
> \component c_1_semiotics
> 
> \component c_2_conceptions
> 
> also putting
> 
> \startcomponent c_1_semiotics
> ...
> \stopcomponent
> 
> at the beginning and end in each component file.
> 
> This project/product scheme is handled more coherently than a raw \input. Note, however, that this has nothing to do directly with the question about generating a list of figures; as already answered \placelistoffigures[criterium=chapter], for example, gives a list of figures limited to the present chapter. One can also use criterium=part, section, etc. as well as criterium=all.
> 
> Alan
> 


[-- Attachment #1.2: Type: text/html, Size: 3915 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: list of figures
  2018-09-14  9:20   ` Andrea Valle
  2018-09-14  9:35     ` cryo shock
@ 2018-09-14 12:40     ` Alan Braslau
  2018-09-14 13:24       ` Andrea Valle
  1 sibling, 1 reply; 8+ messages in thread
From: Alan Braslau @ 2018-09-14 12:40 UTC (permalink / raw)
  To: Andrea Valle; +Cc: mailing list for ConTeXt users

On Fri, 14 Sep 2018 11:20:27 +0200
Andrea Valle <valle@di.unito.it> wrote:

> Thanks Henri
> 
> actually this works in my chapter but I have a book made up of various chapters coordinate by a main.tex file 
> containing general setting and  e.g.
> 
> \input c_1_semiotics.tex % chapter
> 
> \input c_2_conceptions.tex
> 
> etc

The ConTeXt way of doing this is:

\component c_1_semiotics

\component c_2_conceptions

also putting

\startcomponent c_1_semiotics
...
\stopcomponent

at the beginning and end in each component file.

This project/product scheme is handled more coherently than a raw \input. Note, however, that this has nothing to do directly with the question about generating a list of figures; as already answered \placelistoffigures[criterium=chapter], for example, gives a list of figures limited to the present chapter. One can also use criterium=part, section, etc. as well as criterium=all.

Alan

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: list of figures
  2018-09-14  9:20   ` Andrea Valle
@ 2018-09-14  9:35     ` cryo shock
  2018-09-14 12:40     ` Alan Braslau
  1 sibling, 0 replies; 8+ messages in thread
From: cryo shock @ 2018-09-14  9:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I tried \completelist[figure] and it doesn't work for me either. Could
you please try this one instead:

\placelistoffigures[criterium=text]

Cheers, Lars

2018-09-14 11:20 GMT+02:00, Andrea Valle <valle@di.unito.it>:
> Thanks Henri
>
> actually this works in my chapter but I have a book made up of various
> chapters coordinate by a main.tex file
> containing general setting and  e.g.
>
> \input c_1_semiotics.tex % chapter
>
> \input c_2_conceptions.tex
>
> etc
>
> if I place
>
> \completelist[figure]
>
> in the main
> it does not work
>
> Best
> -a-
>
>
>
> --------------------------------------------------
> Andrea Valle
> --------------------------------------------------
> CIRMA - StudiUm
> Università degli Studi di Torino
> --> http://www.cirma.unito.it/andrea/
> --> http://www.fonurgia.unito.it/andrea/
> --> http://www.flickr.com/photos/vanderaalle/sets/
> --> http://vimeo.com/vanderaalle
> --> http://andreavalle.bandcamp.com
> --> andrea.valle@unito.it
> --------------------------------------------------
>
> "This is a very complicated case, Maude. You know, a lotta ins, a lotta
> outs, a lotta what-have-yous."
> (Jeffrey 'The Dude' Lebowski)
>
>> On 14 Sep 2018, at 10:58, Henri Menke <henrimenke@gmail.com> wrote:
>>
>> On 14/09/18 20:50, Andrea Valle wrote:
>>> Dear all,
>>>
>>> I have a very simple question.
>>>
>>> How do I get a list of figures?
>>
>> \starttext
>>
>> \completelist[figure]
>>
>> \startplacefigure[title={S. Reich, {\em Piano Phase}.}]
>>  \externalfigure[img/chap01/2][width=\textwidth]
>> \stopplacefigure
>>
>> \stoptext
>>
>>> I have figures placed with e.g.
>>>
>>> \placefigure{S. Reich, {\em Piano Phase}.}{
>>> \externalfigure[img/chap01/2][width=\textwidth]}
>>>
>>>
>>> I tried \showexternalfigures[alternative=a]
>>>
>>> it gives me back no list and this on the body text
>>> [alternative=a]
>>>
>>> Thanks
>>>
>>> Best
>>> -a-
>>>
>>>
>>>
>>> --------------------------------------------------
>>> Andrea Valle
>>> --------------------------------------------------
>>> CIRMA - StudiUm
>>> Università degli Studi di Torino
>>> --> http://www.cirma.unito.it/andrea/
>>> --> http://www.fonurgia.unito.it/andrea/
>>> --> http://www.flickr.com/photos/vanderaalle/sets/
>>> --> http://vimeo.com/vanderaalle
>>> --> http://andreavalle.bandcamp.com
>>> --> andrea.valle@unito.it
>>> --------------------------------------------------
>>>
>>> "This is a very complicated case, Maude. You know, a lotta ins, a lotta
>>> outs, a lotta what-have-yous."
>>> (Jeffrey 'The Dude' Lebowski)
>>>
>>>
>>>
>>>
>>> ___________________________________________________________________________________
>>> 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://context.aanhet.net
>>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>>> wiki     : http://contextgarden.net
>>> ___________________________________________________________________________________
>>>
>>
>> ___________________________________________________________________________________
>> If your question is of interest to others as well, please add an entry to
>> the Wiki!
>>
>> maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> /
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>> <http://www.ntg.nl/mailman/listinfo/ntg-context>
>> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> /
>> http://context.aanhet.net <http://context.aanhet.net/>
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> <https://bitbucket.org/phg/context-mirror/commits/>
>> wiki     : http://contextgarden.net <http://contextgarden.net/>
>> ___________________________________________________________________________________
>
>
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: list of figures
  2018-09-14  8:58 ` Henri Menke
@ 2018-09-14  9:20   ` Andrea Valle
  2018-09-14  9:35     ` cryo shock
  2018-09-14 12:40     ` Alan Braslau
  0 siblings, 2 replies; 8+ messages in thread
From: Andrea Valle @ 2018-09-14  9:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 3598 bytes --]

Thanks Henri

actually this works in my chapter but I have a book made up of various chapters coordinate by a main.tex file 
containing general setting and  e.g.

\input c_1_semiotics.tex % chapter

\input c_2_conceptions.tex

etc

if I place 

\completelist[figure]

in the main
it does not work

Best
-a-



--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - StudiUm
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.fonurgia.unito.it/andrea/
--> http://www.flickr.com/photos/vanderaalle/sets/
--> http://vimeo.com/vanderaalle
--> http://andreavalle.bandcamp.com
--> andrea.valle@unito.it
--------------------------------------------------

"This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)

> On 14 Sep 2018, at 10:58, Henri Menke <henrimenke@gmail.com> wrote:
> 
> On 14/09/18 20:50, Andrea Valle wrote:
>> Dear all, 
>> 
>> I have a very simple question.
>> 
>> How do I get a list of figures?
> 
> \starttext
> 
> \completelist[figure]
> 
> \startplacefigure[title={S. Reich, {\em Piano Phase}.}]
>  \externalfigure[img/chap01/2][width=\textwidth]
> \stopplacefigure
> 
> \stoptext
> 
>> I have figures placed with e.g.
>> 
>> \placefigure{S. Reich, {\em Piano Phase}.}{
>> \externalfigure[img/chap01/2][width=\textwidth]}
>> 
>> 
>> I tried \showexternalfigures[alternative=a]
>> 
>> it gives me back no list and this on the body text
>> [alternative=a]
>> 
>> Thanks
>> 
>> Best
>> -a-
>> 
>> 
>> 
>> --------------------------------------------------
>> Andrea Valle
>> --------------------------------------------------
>> CIRMA - StudiUm
>> Università degli Studi di Torino
>> --> http://www.cirma.unito.it/andrea/
>> --> http://www.fonurgia.unito.it/andrea/
>> --> http://www.flickr.com/photos/vanderaalle/sets/
>> --> http://vimeo.com/vanderaalle
>> --> http://andreavalle.bandcamp.com
>> --> andrea.valle@unito.it
>> --------------------------------------------------
>> 
>> "This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
>> (Jeffrey 'The Dude' Lebowski)
>> 
>> 
>> 
>> 
>> ___________________________________________________________________________________
>> 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://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>> ___________________________________________________________________________________
>> 
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
> wiki     : http://contextgarden.net <http://contextgarden.net/>
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 21122 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: list of figures
  2018-09-14  8:50 list " Andrea Valle
@ 2018-09-14  8:58 ` Henri Menke
  2018-09-14  9:20   ` Andrea Valle
  0 siblings, 1 reply; 8+ messages in thread
From: Henri Menke @ 2018-09-14  8:58 UTC (permalink / raw)
  To: ntg-context

On 14/09/18 20:50, Andrea Valle wrote:
> Dear all, 
> 
> I have a very simple question.
> 
> How do I get a list of figures?

\starttext

\completelist[figure]

\startplacefigure[title={S. Reich, {\em Piano Phase}.}]
  \externalfigure[img/chap01/2][width=\textwidth]
\stopplacefigure

\stoptext

> I have figures placed with e.g.
> 
> \placefigure{S. Reich, {\em Piano Phase}.}{
> \externalfigure[img/chap01/2][width=\textwidth]}
> 
> 
> I tried \showexternalfigures[alternative=a]
> 
> it gives me back no list and this on the body text
> [alternative=a]
> 
> Thanks
> 
> Best
> -a-
> 
> 
> 
> --------------------------------------------------
> Andrea Valle
> --------------------------------------------------
> CIRMA - StudiUm
> Università degli Studi di Torino
> --> http://www.cirma.unito.it/andrea/
> --> http://www.fonurgia.unito.it/andrea/
> --> http://www.flickr.com/photos/vanderaalle/sets/
> --> http://vimeo.com/vanderaalle
> --> http://andreavalle.bandcamp.com
> --> andrea.valle@unito.it
> --------------------------------------------------
> 
> "This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
> (Jeffrey 'The Dude' Lebowski)
> 
> 
> 
> 
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* list of figures
@ 2018-09-14  8:50 Andrea Valle
  2018-09-14  8:58 ` Henri Menke
  0 siblings, 1 reply; 8+ messages in thread
From: Andrea Valle @ 2018-09-14  8:50 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 953 bytes --]

Dear all, 

I have a very simple question.

How do I get a list of figures?
I have figures placed with e.g.

\placefigure{S. Reich, {\em Piano Phase}.}{
\externalfigure[img/chap01/2][width=\textwidth]}


I tried \showexternalfigures[alternative=a]

it gives me back no list and this on the body text
[alternative=a]

Thanks

Best
-a-



--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - StudiUm
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.fonurgia.unito.it/andrea/
--> http://www.flickr.com/photos/vanderaalle/sets/
--> http://vimeo.com/vanderaalle
--> http://andreavalle.bandcamp.com
--> andrea.valle@unito.it
--------------------------------------------------

"This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)


[-- Attachment #1.2: Type: text/html, Size: 2725 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* List of figures
       [not found] <4676D805.4050405@wxs.nl>
@ 2007-06-26 15:07 ` Horacio Suarez
  0 siblings, 0 replies; 8+ messages in thread
From: Horacio Suarez @ 2007-06-26 15:07 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 708 bytes --]

Hello all:

I have a chapter with 36 images this way:

\placefigure[here][1]{Mapa de la provincia de Corrientes y de localización 
de la
  escuela.}{\externalfigure[gandulfo][width=11.9cm]}

At the beggining of the chapter I have:

\completelistoffigures[alternative=c,criterium=chapter,interaction=all]

But only the head is shown (Ilustraciones)

If I use

\placelistoffigures[alternative=c,criterium=chapter,interaction=all]

not even the head is shown.

What is wrong?

Thankyou in advance.

_________________________________________________________________
Don’t miss your chance to WIN $10,000 and other great prizes from Microsoft 
Office Live http://clk.atdmt.com/MRT/go/aub0540003042mrt/direct/01/


[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-09-14 13:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-09  6:11 List of figures Dan Seracu
     [not found] <4676D805.4050405@wxs.nl>
2007-06-26 15:07 ` Horacio Suarez
2018-09-14  8:50 list " Andrea Valle
2018-09-14  8:58 ` Henri Menke
2018-09-14  9:20   ` Andrea Valle
2018-09-14  9:35     ` cryo shock
2018-09-14 12:40     ` Alan Braslau
2018-09-14 13:24       ` Andrea Valle

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