Date Редакция Категория comp Теги LaTeX

Из M. Goossens, F. Mittelbach, A. Samarin. Customizing LATEX lists. Параметры списка все равно англоязычные, так что перевод показался ненужным.

list_length1.png

Вертикальные размеры

All the vertical spaces below are rubber lengths with a value depending on the type size and the level of the list.

  • \topsep — space between first item and preceding paragraph.
  • \partopsep — extra space added to \topsep when environment starts a new paragraph.
  • \itemsep — space between successive items.
  • \parsep — space between paragraphs within an item.

Горизонтальные размеры

  • \leftmargin — space between left margin of enclosing environment (or of page if top level list) and left margin of this list. Must be nonnegative. Its value depends on the list level.
  • \rightmargin — similar to \leftmargin but for the right margin. Its value is usually 0pt.
  • \listparindent — extra indentation at beginning of every paragraph of a list except the one started by \item. Can be negative! Its value is usually 0pt.
  • \itemindent — extra indentation added in front of an item label (not shown). Its value is usually 0pt.
  • \labelwidth — the nominal width of the box containing the label. If the natural width of the label is \labelwidth, then the label is typeset flush right inside a box of width \labelwidth. Otherwise, a box of the natural width is employed, which causes an indentation of the text on that line.
  • \labelsep — the space between the end of the label box and the text of the first item. Its default value is 0.5em.

Еще одна полезная картинка

list_length2.png

отсюда



Комментарии

comments powered by Disqus