ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Entries in \completelistoffigures - HOWTO?
@ 2006-04-25  6:59 Johannes Graumann
  2006-04-25  8:02 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Graumann @ 2006-04-25  6:59 UTC (permalink / raw)


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]
  }
  {
    \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
  }

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

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

end of thread, other threads:[~2006-04-25 18:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-25  6:59 Entries in \completelistoffigures - HOWTO? Johannes Graumann
2006-04-25  8:02 ` Hans Hagen
2006-04-25 16:07   ` Johannes Graumann
2006-04-25 18:24     ` Hans Hagen
2006-04-25 16:35   ` Johannes Graumann
2006-04-25 18:23     ` Hans Hagen

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