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

Outlines package #17

Open
stephenll opened this issue Mar 15, 2019 · 1 comment
Open

Outlines package #17

stephenll opened this issue Mar 15, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@stephenll
Copy link

stephenll commented Mar 15, 2019

The Outlines package lets a use format an outline like this:

\begin{outline}
\1 blah blah
\1 more blah blah
    \2 a second level of blah blah
\1 even more blah blah
\end{outline}

Rather than have nested itemize environments, the \1 is much more appealing.

Out of the box the outlines package works with your enumitem package, but after inspecting the source of the outlines package I found it is fixed at 4 levels deep. I can easily expand it to more than 4 levels, but it isn't arbitrary. I'm happy to share how I changed the source to handle 6 nested levels.

Would you consider adding the ability to use the \1 way of creating outlines to the enumitem package so users can take full advantage of your package?

@jbezos jbezos added the enhancement New feature or request label Mar 17, 2019
@jbezos
Copy link
Owner

jbezos commented Mar 17, 2019

Unfortunately, I have no plans to update enumitem in the short term (except serious bugs), but if you post here the code or make a pull request (or even fork it), I can consider it, indeed.

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

No branches or pull requests

2 participants