Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Списки не по СТБ. #18

Open
IRus opened this issue Jun 5, 2014 · 4 comments
Open

Списки не по СТБ. #18

IRus opened this issue Jun 5, 2014 · 4 comments

Comments

@IRus
Copy link
Contributor

IRus commented Jun 5, 2014

Если пункт списока занимает больше одной строки, то он должет начинаться при переносе от края, а не с абзаца.

Я вот так фиксил:

%создание и автоматическая нумерация списков
\RequirePackage{enumitem}
\renewcommand{\alph}[1]{\asbuk{#1}} % костыль для кирилической нумерации вместо
%латинской

\setlist{nolistsep} % убираем дополнительные вертикальные отступы вокруг списков
\setenumerate[1]{label=\alph*), fullwidth, itemindent=\parindent,
listparindent=\parindent}
\setenumerate[2]{label=\arabic*), fullwidth, itemindent=\doubleparindent,
listparindent=\parindent}

Плюс переопределил маркер:
{label=\alph*) на {label=\labelitemii

В итоги списки делаются так:

\begin{enumerate}
  \item ненапряженная; 
  \item малонапряженная; 
  \item напряженная; 
  \item очень напряженная.
\end{enumerate}

Наверняка не лучший вариант, но мою проблему решило.

@shurph
Copy link
Contributor

shurph commented Jun 20, 2015

Если пункт списока занимает больше одной строки, то он должет начинаться при переносе от края, а не с абзаца.

Сейчас так и происходит:
image-part-2015-06-20-17-41-57

Если у @IRus нет возражений, то предлагаю @mstyura закрыть данный issue.

@IRus
Copy link
Contributor Author

IRus commented Jun 20, 2015

@sir-shurph а можешь проверить нумерованный список?

@shurph
Copy link
Contributor

shurph commented Jun 20, 2015

@IRus вот эти "а)", "б)", что на верхнем скриншоте, это и есть нумерованный список, enumerate.

@IRus
Copy link
Contributor Author

IRus commented Jun 21, 2015

@sir-shurph Тогда окей

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants