Johannes Graumann wrote:
> Hello,
>
> I read out figures from my XML source by the following code:
>
> \defineXMLenvironment 
>   [figure]
>   [width=\textwidth]
>   [location=here]
>   {
>     \bgroup
>     \defineXMLsave[floattitle]
>     \defineXMLsave[caption]
>     \defineXMLsave[graphic]
>   }
>   {
>   
\expanded{%
>     \placefigure
>       [\XMLpar{figure}{location}{}]
>       [\XMLpar{figure}{label}{unknown}]
>       {{\bf\XMLflush{floattitle}} \XMLflush{caption}}
>   
}
> %      {\externalfigure[\XMLflush{graphic}][width=\XMLval{figure:width
> {\XMLop{width}}{}]}
>       {\externalfigure[\XMLflush{graphic}][width=\XMLpar{figure}{width}{}]}
>     \egroup
>   }
>   

best keep the \bf out and configure that at the style level
> My problem now is, that when calling '\defineXMLargument  [listoffigures]  
> {\completelistoffigures[criterium=text]}' I get figure numbers and pages,
> but no text. 
>
> How can I show 'floattitle' in the TOF?
>
> Thanks, Joh
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>   


-- 

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

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

Reply via email to