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

Add [nosep] option to the list command and ability to include a table of contents in the news class. #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

AlbertJBurton
Copy link

@AlbertJBurton AlbertJBurton commented Nov 12, 2024

Users sometimes want to remove the line spacing between the items in a list for compactness. The enumitem package provides this functionality via an option passed to the list. This pull request allows passing an optional [nosep] option when defining a list that removes the line spacing between items. Advanced users could use this to pass additional options to the list.

Added the ability to include a table of contents in the news class. Users may adjust the depth of the headings included in the table of contents with the \tocdepth{} command, where is the heading level to include in the contents. For example, \tocdepth{hhh} sets the table of contents to include all headings down to the \hhh level. The default is \tocdepth{hh}.

@AlbertJBurton AlbertJBurton changed the title Add [nosep] option to the list command to remove the line spacing between items. Add [nosep] option to the list command and ability to include a table of contents in the news class. Nov 14, 2024
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

Successfully merging this pull request may close these issues.

1 participant