Johannes Graumann wrote:
> Hans Hagen wrote:
>   
>>> How would I add singlespacedness to the command above?
>>>       
>> i dunno what that is
>>     
> Serves me right ... coming up with my own lingo ... my document is doubly
> spaced (\setupinterlinespace[line=2\bodyfontsize]) and I was trying to get
> the float captions singly spaced. Have stuffed commands
> like '\setupinterlinespace[small]' (which I believe is the ConTeXt default)
> pretty much anywhere I can think of
> into '\setupcaptions[style=smallbodyfont,width=\textwidth]', but can't
> figure it out. Was hoping you could toss me another bone ...
>   
\starttext

\setupinterlinespace[line=4.2ex]
\setupcaptions[style={\setupinterlinespace[line=2.8ex]}]

\input tufte

\placefigure{\input tufte\relax}{}

\input tufte

\stoptext


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