Mikael P. Sundqvist <mailto:mic...@gmail.com>
11. Oktober 2016 um 11:21

Thank you, the notjoinedup works well, but I cannot see any difference
using any of the keys unpacked or notpacked.

Is there any chance to have the before, after and inbetween keys to
set the space manually?
The before should be usable when you add the "notjoinedup" but inbetween will never be supported
for horizontal items because all entries are in a single paragraph.


To increase the distance between the lines you can change the interlinespace, e.g.

\starttext

\startitemize[a,horizontal][inner={\setupinterlinespace[line=6ex]}]
    \startitem First \stopitem
    \startitem Second \stopitem
    \startitem Third \stopitem
    \startitem Fourth \stopitem
\stopitemize

\stoptext


or add a invisible symbol with increased height/depth at the begin of each item, e.g.

\define\HorizontalItem
  {\phantombox[height=\strutht,depth=\dimexpr\strutdp+\lineheight\relax]}

\starttext

\startitemize[a,horizontal][command=\HorizontalItem]
    \startitem First \stopitem
    \startitem Second \stopitem
    \startitem Third \stopitem
    \startitem Fourth \stopitem
\stopitemize

\stoptext

Wolfgang
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to