Le 30/11/15 15:57, Henning Bumann a écrit :
Unfortunately the vertical space between the items in the UI is quite
large, so it takes up too much space and is a little confusing to look
at. **Is there any way to reduce the amount of vertical space between
these items in the UI?** (preferably to a single space)

Hello,

This can be done using for example a module. The description of an itemize layout is as follows by default:

Style Itemize
        Category              List
        Margin                Static
        LatexType             Item_Environment
        LatexName             itemize
        NextNoIndent          1
        ToggleIndent          Never
        LeftMargin            MMN
        LabelSep              xx
        ItemSep               0.2
        TopSep                0.7
        BottomSep             0.7
        ParSep                0.3
        Align                 Block
        AlignPossible         Block, Left
        LabelType             Itemize
        HTMLTag               ul
        HTMLItem              li
        HTMLLabel             NONE
        Argument item:1
                LabelString   "Custom Item|s"
                Tooltip       "A customized item string"
        EndArgument
End

It is possible in a module to redefine only some aspects of a layout, like for example:

Style Itemize
        TopSep                0.0
        BottomSep             0.0
        ParSep                0.0
End

The declaration of modules should be described in the Customization Manual.

JMarc

Reply via email to