Hi,

My university requires doubly spaced Theses (brrrr ... but hey - it get's a
lot thicker ;0), so the preamble has:
\setupinterlinespace[line=2\bodyfontsize]

I'd like to typeset tables, figure/table captions and footnotes with normal
spacing and have experimented with things like

\setupcaptions[style=small,width=\textwidth,setuplinespace[small]]

and

\defineXMLnested
  [table]
  {
    \bgroup
    \defineXMLsave[caption]
    \defineXMLsave[content]
  }
  {
    \placetable
      [\XMLpar{table}{location}{here}]
      [\XMLpar{table}{label}{unknown}]
      {\XMLflush{caption}}
      {\ix\setupinterlinespace[reset,small]
      \expanded{\bTABLE\XMLflush{content}}\eTABLE
      \x}
    \egroup
  }

But can get neither to work. Any insight into the right syntax is highly
appreciated.

Thanks, Joh

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

Reply via email to