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

Allowing inline lists (\RequirePackage[inline]{enumitem}) #170

Closed
neuschaefer opened this issue Jun 6, 2024 · 1 comment
Closed

Allowing inline lists (\RequirePackage[inline]{enumitem}) #170

neuschaefer opened this issue Jun 6, 2024 · 1 comment

Comments

@neuschaefer
Copy link

Currently, lni.cls imports enumitem without any options. This makes it impossible for users of lni to import enumitem again with different options. Therefore environments such as enumerate* are unavailable.

Technically, it would be simple to allow inline lists:

-\RequirePackage{enumitem}
+\RequirePackage[inline]{enumitem}

Is there interest in allowing inline lists?

@sieversMartin
Copy link
Member

You should be able to do the following:

\PassOptionsToPackage{inline}{enumitem}
\documentclass[]{lni}
...

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