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] A bit of wiki news

2018-09-14 Thread Taco Hoekwater
Hi all,

At the ConTeXt Group Meeting in Sibřina, we have given quite a lot
of thought to the ConTeXt wiki at wiki.contextgarden.net. 

Main points from those deliberations:

* We plan to remove all mkii content from the wiki. Mkiv has been around
  for a long time now, and the few die-hard mkii users we have left can
  find their documentation in the old mkii ConTeXt manuals. There is no
  need any longer to keep all that outdated information in the wiki, 
  especially since it is likely to confuse new users.

* Various people already offered to help improve both structure and content
  of the wiki. Current plans include: rewriting the installation pages,
  creating a Document Topics overview page, testing the examples, adding
  a ‘for dummies’ template at the top of typesetting-related pages, and 
creating 
  new pages with helpful hints for specific font(-families).

* The mediawiki software will be updated soon(-ish) to the latest version,
  and we plan to develop a new theme at the same time. The current theme
  will probably not work any more after the update anyway.

To make all of that go smoothly, a new mailing list has been created
for people willing to help make the wiki be (even) better than it is today. 
If you are willing and able to help with those improvements, then please
subscribe to the ‘wiki’ mailing list here:

  http://lists.contextgarden.net/mailman/listinfo/wiki 

Best wishes,

Taco

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