Re: [NTG-context] Entries in \completelistoffigures - HOWTO?

2006-04-25 Thread Hans Hagen
Johannes Graumann wrote: > Hans Hagen wrote: > > >> \expanded{% >> >>> \placefigure >>> [\XMLpar{figure}{location}{}] >>> [\XMLpar{figure}{label}{unknown}] >>> {{\bf\XMLflush{floattitle}} \XMLflush{caption}} >>> >>> >> } >> > > Thank you so much once aga

Re: [NTG-context] Entries in \completelistoffigures - HOWTO?

2006-04-25 Thread Hans Hagen
Johannes Graumann wrote: > Hans Hagen wrote: > > >> Johannes Graumann wrote: >> \expanded{% >> >>> \placefigure >>> [\XMLpar{figure}{location}{}] >>> [\XMLpar{figure}{label}{unknown}] >>> {{\bf\XMLflush{floattitle}} \XMLflush{caption}} >>> >>> >> } >> >

Re: [NTG-context] Entries in \completelistoffigures - HOWTO?

2006-04-25 Thread Johannes Graumann
Hans Hagen wrote: > Johannes Graumann wrote: > \expanded{% >> \placefigure >> [\XMLpar{figure}{location}{}] >> [\XMLpar{figure}{label}{unknown}] >> {{\bf\XMLflush{floattitle}} \XMLflush{caption}} >> > } Some of my captions are REALLY long. So the TOF looks somewhat funny

Re: [NTG-context] Entries in \completelistoffigures - HOWTO?

2006-04-25 Thread Johannes Graumann
Hans Hagen wrote: > \expanded{% >> \placefigure >> [\XMLpar{figure}{location}{}] >> [\XMLpar{figure}{label}{unknown}] >> {{\bf\XMLflush{floattitle}} \XMLflush{caption}} >> > } Thank you so much once again. Works now. I fail, however to grasp where to apply the '\expanded'

Re: [NTG-context] Entries in \completelistoffigures - HOWTO?

2006-04-25 Thread Hans Hagen
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] >

[NTG-context] Entries in \completelistoffigures - HOWTO?

2006-04-25 Thread Johannes Graumann
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}{locat