ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to manipulate interlinespace in doubly spaced document?
@ 2006-04-09 20:43 Johannes Graumann
  0 siblings, 0 replies; only message in thread
From: Johannes Graumann @ 2006-04-09 20:43 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-09 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-09 20:43 How to manipulate interlinespace in doubly spaced document? Johannes Graumann

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