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

Improve handling of lists #14

Closed
bwl21 opened this issue May 9, 2013 · 1 comment
Closed

Improve handling of lists #14

bwl21 opened this issue May 9, 2013 · 1 comment
Milestone

Comments

@bwl21
Copy link
Owner

bwl21 commented May 9, 2013

List bullets should be the same on every level
Possible Depth of list should be more than 3

@bwl21
Copy link
Owner Author

bwl21 commented May 9, 2013

%
%http://stackoverflow.com/questions/1935952/maximum-nesting-level-of-lists-in-latex
%
\usepackage{enumitem}
\setlistdepth{9}
\setlist[itemize,1]{label=$$\bullet$$}
\setlist[itemize,2]{label=$$\bullet$$}
\setlist[itemize,3]{label=$$\bullet$$}
\setlist[itemize,4]{label=$$\bullet$$}
\setlist[itemize,5]{label=$$\bullet$$}
\setlist[itemize,6]{label=$$\bullet$$}
\setlist[itemize,7]{label=$$\bullet$$}
\setlist[itemize,8]{label=$$\bullet$$}
\setlist[itemize,9]{label=$$\bullet$$}
\renewlist{itemize}{itemize}{9}

@bwl21 bwl21 closed this as completed in 609714a May 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant