[NTG-context] How to exclude certain figures from list of figures in ConTeXt?
Geert Verhaag
verhaaggchm at ziggo.nl
Fri Apr 17 09:44:01 CEST 2015
Hi Wolfgang,
Thank you very much for your clarification!
It just does the job very well, and this list completes my book (written
in Dutch!) entirely typeset using ConTeXt!
And this is of course mentioned in the colophon of the book.
Regards,
Gerard
On 16-04-15 22:33, Wolfgang Schuster wrote:
>> Am 15.04.2015 um 22:12 schrieb Geert Verhaag <verhaaggchm at ziggo.nl>:
>>
>> Hi Wolfgang,
>>
>> Thank you very much for your suggestion!
>>
>> Can you explain a bit the trick behind this mechanism?
> I created only a new float environment which copies all values from the figure environment
> but it saves all caption entries in its own nofigure list and when you show only the figure
> entries in the list the others are hidden.
>
> \setupexternalfigures[location=default]
>
> \definefloat[nofigure][nofigures][figure]
>
> \starttext
>
> \subject{Figure entries}
>
> \placelist[figure]
>
> \subject{Figure and nofigure entries}
>
> \placelist[figure,nofigure]
>
> \blank[4*line]
>
> \startplacefloat[figure][title=A dutch cow]
> \externalfigure[cow][width=6cm]
> \stopplacefloat
>
> \startplacefloat[nofigure][title=A dutch mill]
> \externalfigure[mill][width=6cm]
> \stopplacefloat
>
> \stoptext
>
> Wolfgang
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context at 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
> ___________________________________________________________________________________
More information about the ntg-context
mailing list