Re: [NTG-context] list of figures

2018-09-14 Thread Andrea Valle
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.va...@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  wrote:
> 
> On Fri, 14 Sep 2018 11:20:27 +0200
> Andrea Valle  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
___

Re: [NTG-context] list of figures

2018-09-14 Thread Alan Braslau
On Fri, 14 Sep 2018 11:20:27 +0200
Andrea Valle  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
___

Re: [NTG-context] list of figures

2018-09-14 Thread cryo shock
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 :
> 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.va...@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  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.va...@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 
>> ___
>
>
___
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
___

Re: [NTG-context] list of figures

2018-09-14 Thread Andrea Valle
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.va...@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  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.va...@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 
> ___

___
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
___

Re: [NTG-context] list of figures

2018-09-14 Thread Henri Menke
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.va...@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
___

[NTG-context] list of figures

2018-09-14 Thread Andrea Valle
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.va...@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
___

[NTG-context] list of figures (bug?)

2010-06-02 Thread Rogutės Sparnuotos
Hello,

What is the correct way to set 'alternative=c' for the
\completelistoffigures?

This works:

  \starttext
\completelistoffigures[alternative=c]
\placefigure[here]{x}{}
\placefigure[here]{y}{}
  \stoptext

But this doesn't:

  \setupcombinedlist[listoffigures][alternative=c]
  \starttext
\completelistoffigures
\placefigure[here]{x}{}
\placefigure[here]{y}{}
  \stoptext

Why? If I add \definecombinedlist[listoffigures][figure], it starts
working, but the list is printed without the title... This seems
inconsistent, so either I have something wrong or there is a bug, no?

-- 
--  Rogutės Sparnuotos
___
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
___


[NTG-context] List of Figures by chapter?

2009-08-05 Thread epsilon cygni
Hi,

I'm working on my thesis essay. I've been asked to present a list of figures
divided by chapters, that is, one single list of figures splitted by
chapters:

Chapter 1

fig. 1.1  Figure a
fig. 1.2  Figure b

Chapter 2

fig.  2.1  Figure c
fig.  2.2  Figure d

   ...

you get the idea. At my first attempt I thought *
\completelistoffigures[criterium=chapter]* might do the trick, unluckily It
didn't work out. Then I figured I could make up a specific list of
figures for each chapter by defining a float:

\definefloat [ChapOnefigure] [ChapOnefigures] [figure]

and use \placeChapOnefigure at chapter one whenever I would put up a figure.
The list would be listed where appropiate by:

\completelistofChapOnefigures

and so on for as many chapters I got. This actually works :D !

What I have not been able to achive is to customize each list, i.e.
change attributes like number style, page number style, add labels.. I
thought that would be the easiest after getting the lists running.. I tried
with *\setupfloats*, *\setuplist* and nothing yet. How can I change the
apperance of these lists?

I would very much appreciate any help.

- Ana Hdz
___
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
___


[NTG-context] List of figures

2007-06-26 Thread Horacio Suarez

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/


___
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
___


Re: [NTG-context] List of figures with shorter captions

2005-05-30 Thread Michael Fuchs
Hi!

You can use the \nolist{} command within the caption for parts, that shouldn't 
go in the list of figures:

f.ex:

 \placefigure [here][fig:Res_FlussSkalierungsfaktor]
{This is a caption. \nolist{This part of the caption will not be
  listed in the list of figures.}}
{\externalfigure[ResDat32_PhiProton2][width=100mm]}

Instead the part within \nolist will be replaced by ... (3 dots).
If you want to change this default behaviour use the limittext-option as 
shown in the following example.

\placelistoffigures[before=\blank,criterium=all,limittext={}]


Best Regards

Michael

 Hello all,

 I'm busy with writing a paper for university and the teachers ordered me
 to include a List of Figures. So now I'm using \completelistoffigures to get
 the list of figures.

 However, my captions with the figures are quite long so I was wondering if
 it's possible to let ConTeXt write a different text to the List of Figures.
 I thought something similar was possible with the Table of Contents and the
 \chapter command, but I cannot remember how...maybe I imagined.

 So is it possible to write a different text to the LoF? I use
 \placefigure[here]{This is my very long caption} {\externalfigure[myfigure]}
 to place my figures in the text.

 I've experimented with using \writetolist[figure]{1}{short caption} to write
 a text to the LoF, but there are some problems with that method. (the figure
 can be placed on a different page than the \writetolist, and I'll need a way
 to stop ConTeXt writing the caption text to the list as well).

 Any ideas?

 My best,
 Tim


 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context



-- 
Mit freundlichen Grüßen
Michael Fuchs
mailto:[EMAIL PROTECTED]

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] List of figures with shorter captions

2005-05-30 Thread Nikolai Weibull
Tim 't Hart wrote:

  I was wondering if it's possible to let ConTeXt write a different
 text to the List of Figures.

See http://www.pragma-ade.com/general/magazines/mag-0001.pdf,
nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(linux[\021%six\012\0],(linux)[have]+fun-97);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context