Hans,

I have the following sample:

    \setuppapersize[A5]
    \setupinterlinespace[line=4em]
    \startsetups[interlinesp:section]
        \setupinterlinespace[line=3em]
    \stopsetups
    \startsetups[interlinesp:subsection]
        \setupinterlinespace[line=2.8em]
    \stopsetups
    \setuplist[section][style=\scb, setups=interlinesp:section]
    \setuplist[subsection]
        [style=\itx, alternative=d, pagenumber=no, headnumber=no,
        setups=interlinesp:subsection]
    \starttext
    \completecontent
    \section{Zweites Hauptstück. Von der Deduction der reinen
    Verstandesbegriffe}\dorecurse{5}{\subsection{Erster Abschnitt. Von
    den Principien einer transscendentalen Deduction überhaupt}}
    \stoptext

I’m afraid interlinespace for \setuplist cannot be set even using setups
(no matter which alternative \setuplist uses).

As you did with \setupnote, would it be possible to implement a
interlinespace key in \setuplist?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to