If you need it to be zero, just choose the [leftmargin=*] option. You can change this with the align key: \documentclass [] {article}% \usepackage [shortlabels] {enumitem} \begin {document} Here's my first list, which has the label ``Note'', but the indentation is too far to the left: \begin {itemize. It only takes a minute to sign up. documentclass{article} usepackage{enumitem} egin{document} egin{enumerate}[label=Aarabic*] item First item item Second item end{enumerate}. 3. bib which went just fine before, while the catch is that the "%" has been there in another entry all the time without making any problems but it started to do after adding a. The problem is that the notes won't fit. (For example, it’s a bit tricky to obtain enumerations with _bold_ letters: (a), (b) etc with the enumerate package – try it! With enumitem, it’s much easier. Note that you have to change hethm to the counter you're using for your theorems. I think the enumitem package could be helpful here: documentclass{mwrep} usepackage{enumitem} egin{document} egin{itemize}[label= extbullet] item Item 1 item Item 2 end{itemize} end{document} If you'd like to make the change globally, you can use the setlist feature provided by enumitemWhat you probably want to do, is to set parsep to zero. To set all colors at once, use allcolors=black. Para crear listas y enumeraciones en LaTeX tenemos los comandos itemize y enumerate. documentclass [12pt,a4paper] {exam} usepackage {graphicx} usepackage {enumitem} usepackage {lipsum} egin. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. sty manually and place it into your project's folder. You should set leftmargin=0pt for the inner list. I know this could be achieved by defining a counter for each item, or even hard-coding the values, but I'd rather do this with labels and references if possible. ] \item This is the first \item This is the second \end {enumerate} \end {document} but. egin {itemize} [leftmargin=10pt] or globally for the whole document with. Here's a reimplementation of etaremune using enumitem. egin{enumerate}[hspace{18pt}(P1)] item Some text. If you need the enumerate package style, then use usepackage [shortlabels] {enumitem} however. bold, italic, enumerations,. Here labelindent is a new parameter introduced by enumitem, described below. Follow edited Aug 5, 2019 at 20:47. 34. Alternatively, \setlist allows you specify for which type of list the parameters values should apply: \setlist [itemize] {leftmargin=5. It starts with a shaky assumption, which pushes small labels too far to the right, and extends beyond the left margin if the enumeration gets big enough (I know the 10000 value. Aside from not mixing enumerate with enumitem, the latter is not compatible with beamer. r. Here's a solution defining a new list environment descenum with enumitem. Also, FYI: the global options look like: setlist [enumerate,1] {label=arabic*. Okay. What I tried to do was use setcounter {enmui} {. Bien sûr, il est possible d'imbriquer des listes de types différents : egin {enumerate} item On commence par expliquer quelques termes ; egin {description} item [élément 1 :] explication 1 ; item [élément 2 :] explication 2. For example, to use upper case letters for the first level and lower case letters for the second level of enumeration: enewcommand {labelenumi} {Alph {enumi. if you still get the "Too deeply nested" error, then the renewlist command is missing for the list type you use; if you get "Package enumitem Error: Undefined label. A big plus point is also the resuming of enumerate counters after a break. tex file and try to compile. I suggest to use enumitem with its full power (no shortlabels option), it is much more flexible and customizable; for alphabetic enumeration use alph*. Here is a method that wraps each matrix in. The package adds an optional argument to the enumerate environment which determines the style in which the counter is printed. documentclass [12pt] {article} %% (I've simplified the. Copy. 标签样式. . And Don’t forget to include the enumitem package otherwise the command will not work. Add a comment. . use resume*, a bit anoying yes, it has something to do with backwards compatibility with earlier enumitem versions. option can be used. Here labelindent is a new parameter introduced by enumitem, described below. 1 Answer. The wide option, used as in. You can use the enumitem package: documentclass{article} usepackage{enumitem} usepackage{lipsum}% just to generate text for the example egin{document}. documentclass{book} usepackage{listings} usepackage{enumitem} % This begins the document: egin{document} % This line effectively turns off "Underfull vbox" and. LaTeX has a limit of depth of lists to save counters. enumitem allows to do use other numbering systems in enumerate environments with the AddEnumerateCounter command. It only takes a minute to sign up. If you use the enumitem package you can easily reset the label via [label=$star$] option. egin {itemize} setlengthitemsep {1em} item one item two item three end {itemize} Don't do that. Put itemsep=-2pt after egin {enumerate} . The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. The code in the preamble defines a new command namedlabel which produces the name when cross-referencing the item. First, load the package: usepackage {enumitem} Then, for instance, if you like to set both left margin and item indentation to 10pt, for the first level (0): setitemize [0] {leftmargin=10pt,itemindent=10pt} For example, if the bulletpoints shall align with the left margin of the text, use. 0. I was able to solve the problem with enumitem package. Load the package enumitem and add the following lines to your preamble setlist[enumerate]{after={igskip}} setlist[itemize]{after={igskip}} MWELaTeX Text Formatting Graphics, Figures & Tables Math & Science Fonts & Character Sets Page Layout Document Classes General; LaTeX's Friends BibTeX, biblatex and biber MakeIndex, Nomenclature, Glossaries and Acronyms Conversion Tools Viewers for PDF, PS, and DVI XeTeX Others; LaTeX Distributions Decision Guidance MiKTeX. You can use the enumitem package that also frees you from manually adding the separators. resume continues from the number it got to last time, but using the default formatting! The format is stored but only activated using resume*. The solution is contained in Mark Meckes comment on Carl's answer above,. The package is part of the latex-tools bundle in the LaTX required. The enumerate Package wants you to put those brackets into a group. To enumerate the subitems with 2. It only takes a minute to sign up. You can tweak the leftmargin value to get the desired indent on the 2nd level. Share. As with other enumitem lists, labels and (horizontal) spacing can be set with key values as well as custom settings for the elements between the list items (typically punctuation). The package’s prime purpose is to save space at every touch and turn: don’t use it. You can make two shortcut commands. setlistdepth for enumitem. The enumitem package supersedes—it provides the same facilities in a well-structured way. A per- item change of colour is possible using the optional argument of item [. can be enumi, enumii, enumiii or enumiv, if a standard enumeration list is used. (iii) Item 3. setlistdepth to `8`) for. You don't mention mathjax but I note you tagged the question mathjax. 1. \itemindent: extra indentation added right BEFORE an item label. This will make ightlist do nothing, and the settings you set with enumitem will be respected. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. The descenum environment is basically the same as an enumerate environment, but in this environment (and only there) the item command is modified to take an argument, which is placed between parentheses after the number of the enumerated. In the example, the enumitem package is loaded for a correct alignment of multiline items (see documentation for details). , leftmargin=*, after=vspace* {-dimexpraselineskip + partopsep}} for resuming enumeration of list is used option resume=column, in enumerate list set up. You can get the customization you want by setting the [key=value] option for a number of keys. 1 etc. The solution also employs the machinery of the amsthm package to streamline the definition of the problem environment. 2 Answers. A nested list behaves actually the same. For example, with setlist[enumerate]{leftmargin=10mm, label=alph*)}. Must be nonnegative. You can set the labels to be like (1), (2), etc. 1 of the enumitem mahual, or a more-readable version in expl3. For. LaTeX will happily allow you to insert a list environment into an existing one (up to a depth of four, more levels are available using packages). The value of label is a moving argument, so fragile commands need to be protected using protect (warning p. e. setlist [enumerate] {resume} you can get a continuous numbering through a document. 调整间距的参数命令包括两类。. latex 使用 enumitem 宏包调整上下左右缩进间距,标签样式. setlist {leftmargin=10pt} Full example:the enumitem package adds another parameter labelindent for the blank space from the margin of the enclosing list/text to the left edge of the label box. But better is to use. Here's a solution that uses (a) cleveref's crefalias device and (b) two dedicated enumeration environments, named enumthm and enumcor, to be used inside the environments named thm and cor, respectively. I had hoped that I could then \addtocounter {enmui} {-1} so that the next \item would have the same label as the one I referenced. EXAMPLE Consider: egin{enumerate}[label=arabic*(a), leftmargin=1cm, series=l_after] item A item B end{enumerate} You get: 1(a) 2(a). documentclass {article} usepackage {mathtools} usepackage [inline] {enumitem} egin {document} Determine which of the following. 3. If you use an itemize environment along with the enumitem package, you can add the statements. MWE: documentclass[a4paper,12pt]{article} usepackage{lipsum} usepackage{amsmath} usepackage{enumitem} egin{document} egin{enumerate}. Below, I used the enumitem package's resume feature to continue the list and place the second item within its own. When I make a reference to an item in the sublist, I'm getting a dot ". The numbering style for the enumeration is determined by the commands, \labelenumi, \labelenumii, etc. 1 Answer. For instance, the "s" of "sectetur" should be right under the "L" of. enumitem provides a wealth of features so we can’t cover all of them but we can provide a few basic examples to help get you get started. and. As soon as say a list/paragraph goes over two pages, I would like to automatically force a page break (without having to manually add page break). You do not need to set addtolength {leftmargini} {3em} in the preamble it is a local declaration so can be set at any point before the special list. It needs to be before egin {enumerate} not after as the. end{enumerate} I tried this with enumitem but it didn't work. Text between items of enumerate without using enumitem. The labels aren't indented far enough when I do this. First, load the package: \usepackage {enumitem} Then, for instance, if you like to set both left margin and item indentation to 10pt, for the first level (0): \setitemize [0] {leftmargin=10pt,itemindent=10pt} For example, if the bulletpoints shall align with the left margin of the text, use. 9. For that one item, I want to remove the label and decrease the indent so that item is aligned with the labels of the previous items. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. Resetting for level two will set the fonts. It only takes a minute to sign up. Must be nonnegative. With the enumerate package, I was able to do egin{enumerate}[{Case} :1] item something. Since the labelindent command exists for legacy reasons in the IEEE template, you can simply "disable" it by adding the following before importing the enumitem package: let labelindent elax. , the end user of the package doesn't. 目次. Using the enumitem package with beamer is not a good idea; for example, just by loading enumitem, the default beamer font and color specifications for description are lost; moreover setbeamercolor and setbeamerfont will have no effect on description item; even worst, the enumitem package will also interfere with the beamer layout for. enumitem provides a wealth of features so we can’t cover all of them but we can provide a few basic examples to help get you get started. and. conflict between hyperref and enumitem packages (and efstepcounter) 3. , the end user of the package doesn't. I use vspace, gives you full control on the amount of space. 2cm}\item First Line \vspace {-0. It provides powerful and easy control over all types of list formatting. In the first try, the case didn't increase from. 26. You just have to put this setlist [itemize] {leftmargin=*} in the preamble. Share. documentclass{article} usepackage{enumitem} egin{document} egin{itemize}. Suppress left indentation in itemize environment. documentclass {article} usepackage {parskip} egin {document} We explain in this. Skip a level in nested list. Mar 25, 2014 at 7:54. It only takes a minute to sign up. The paralist package provides very compact lists: compactitem, compactenum and even lists within paragraphs like inparaenum and inparaitem. Follow. For example in the following MWE: documentclass{article} usepackage{enumitem} setlist[itemize]{align=parleft,left=0pt. It provides the means for use a starter value ( start=0 ) and the label=. It only takes a minute to sign up. Something like the following (untested, values may actually differ since I don’t know what reference point is used): ewenvironment {noindlist} {egin {list} {labelitemi} {leftmargin=0em itemindent=0em}} {end {list}} Share. Correct way to use "enumitem" (or its alternatives) for itemize in Latex Beamer. egin {enumerate} [label*=arabic. You need to take into account that egin{environment} may have one optional argument. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. Note that you can also use negative lengths for it to decrease the whitespace, if you like. This requires to know how to work with the LaTeX list environment. Sorted by: 7. Note that, by default, listparindent is set to 0pt because there is a non-zero parsep: documentclass [a4paper,11pt] {article} usepackage [showframe] {geometry} usepackage {enumitem} egin {document} egin {enumerate} [wide=0pt, listparindent=1. and. This does not change the way enumerate environments are numbered outside of theorem! Another way is to use a special enumtheo list with ewlist and the same. Just to complete the answer of Jukka with a copy/pastable example: documentclass{article} usepackage{enumitem} egin{document} egin{enumerate} item Hello item I am end{enumerate}. 75cm away from the left margin. With enumitem, here are four very simple possibilities to recover as much as possible of textwidth for equations. item Some text that goes onto. You are using the enumitem package. enumitem provides a wealth of features so we can’t cover all of them but we can provide a few basic examples to help get you get started. A few tips: to simply avoid any visual indication of links, use option hidelinks. beamer offers some predefined symbols ( triangle, square, ball and circle) but you can of course also use a different symbol of your own choice. But, when the custom settings are needed again, you will have to re-issue your three custom settings and so on. end {enumerate} Some explanatory text. Improve this answer. To add a . Enumitem package does not control it. (and similarly for enumerate) removes vertical spaces in the list. Here labelindent is a new parameter introduced by enumitem, described below. Follow. I am using the enumerate package and the environment " enumerate ", which is suposed to deal with up to 4 levels. Now in standard LaTeX leftmargin is meant to be positive. 25in, right=1. Use label* instead of label on the 2nd enumerate. These may be redefined with the enewcommand command. See this page for more details. In some documents say,a statement of some society byelaws they list out a range of short paragraphs (hardly three or four lines in each para). if my MWE doesn't work with with your documentclass, then it is probably somehow broken or have some own redefinition of itemize enviroment. 14. The rest are those in standard LATEX. egin {enumerate} item First item of enumerated list. One of these is the enumitem package that simplifies the formatting of itemized lists, description lists, and enumerated lists. Note that this package is much more powerful than paralist and offers several more bells and whistles. arabic*} Otherwise, simply load enumitem and use this code in the body of your document:The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. etc. Share. Hence from item[[1]]. The latter provides an optional argument where you can specify the item number format using a generic representation while the former provides a key-value interface where one can specify number format representation in addition to a host of other list-related settings (or perform these settings globally). 5cm]{geometry} usepackage{enumitem} usepackage{lipsum} egin{document} lipsum[11]. Of course this warning isn't helpful if you don't know what it means. The above MWE provides itemize* that takes a single optional argument (<num>), setting a "list" inline (like enumitem 's [inline] option). Anybody can. A complete MWE follows. For example, the following has the desired spacing:6 Answers. 1 Answer. Here is the code: documentclass {article} usepackage {enumitem} egin {document} section {Introduction} Lists: egin {itemize} [align=left, labelindent=0em, leftmargin=0em, itemindent=!, nosep, noitemsep] item Lorem ipsum dolor sit amet, consectetur. enumitem also has a start key which can be used to start any list at any number without. Because you already use enumitem you can use a third version: Version 3: egin{enumerate}[listparindent=enumerateparindent] % <===== item% lindtext lindtext end{enumerate} Here listparindent is set to enumerateparindent. {enumitem} egin{document} egin{enumerate*}[label=arabic)] item ohai item yes end{enumerate*} end{document} I see the following error: ERROR: Missing number, treated as zero. Add a options for the font used in the labels and the font used for the list of a whole which, in effect, means the item bodies since the font for the labels overrides the list-wide settings. If you do not have the version 3 of the enumitem. For changing the default settings, you can either supply an updated label to the itemize environment, or create your own using ewlist together with \setlist: This package provides user control over the layout of the three basic list environments: enumerate, itemize and description. egin{enumerate}[align=left] item Item 1 item Item 2 item[3--5. I know about {setlengthitemindent{25pt} item Text}, but this fail when the content of the item breaks into a new line:. You can customize those environments using package enumitem. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. 1 Answer. Here's a solution that doesn't require loading a separate package (such as enumerate or enumitem ): Just issue the command. The package I am using is enumitem. t. ] item This is the first item This is the second end {enumerate} end {document} but. The solution to your problem is not to load enumitem, because it's incompatible with beamer (see here and if you really want to risk it here). documentclass{article} usepackage{enumitem} egin{document} egin{enumerate}[label={(}arabic*{)},. If inline lists are required, use usepackage [inline] {enumitem} and the enumerate* environment. 5. I just experienced the same problem (with Texlive 2013 and the IEEE template V3). An example of how one can do things with enumitem: either with global settings or with optional arguments for each individual enumerate environments (these override the global settings): documentclass[12pt, a4paper]{article} usepackage[utf8]{inputenc} usepackage[T1]{fontenc} usepackage{lmodern} usepackage[shortlabels]{enumitem}. This package provides most of the flexibility you may want to customize the three basic list environments ( enumerate, itemize and description) and to design your own lists, with a <key>=<value> syntax. The enumitem package has an inline option which implements inline versions of the standard lists using starred versions of the basic list environments. Under the enumerate environment, the numbering style can be changed using the enumitem package. I am used to enumitem than enumerate as it is newer and offers much more customizations. You just have to put this setlist [itemize] {leftmargin=*} in the preamble. For example, one might. I am not totally sure, but I think,. This means you can either adjust the margins locally, e. g. Also, for the case of enumitem: documentclass{article} usepackage{enumitem} ewtheorem{thm}{Theorem} egin{document} egin{thm} Hello everyone. i. It only takes a minute to sign up. Share. 9 This package provides. if the item should start with 3, use start=3, not start=2, i. edited Sep 9, 2015 at 15:17. As well as allowing all the customizations I could possibly need, enumitem has two very useful built-in options. I looked up this answer, and adapted it : egin {enumerate} [label=fseries Step arabic*:] item Elliptic Key Creation : item Exchange of Public Elliptic keys item MasterSecret Computation end {enumerate}First: thanks! I just want to confirm to check up on things like this even if it seems unreasonable. setlist [enumerate,1] {label= { (arabic*)}} will use (1) for the first level, oman* will change to (i) etc. Hi. Thus, since A is wider than B, the left side of your alpha labels will not be exactly aligned. Using cleveref doesn't change. Since version 3. Note that you can define some custom commands like ewcommand {savecounteri} {setcounter {saveenumi} {value {enumi}}} and the corresponding estorecounteri to make these solutions prettier. The accepted answer is not up to date as mentioned in the comments. have you checked enumitem package? Welcome to TeX SX! egin {enumerate} [label=Step Roman*] with package enumitem will do the tricks. The numbering style for the enumeration is determined by the commands, labelenumi, labelenumii, etc. documentclass {article} usepackage {enumitem} setlist [enumerate,1] {% label=arabic*. The easy way is part of the paralist package (see page 3 of the manual). Segletes. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting. You need to use the shortlabels option to have compatibility with the enumerate -like scheme for labels: \documentclass [] {article} \usepackage {enumerate} \usepackage [shortlabels] {enumitem} \begin {document} \begin {enumerate} [1. tex to get the documentation. As mentioned by cfr, one shouldn't load two packages which tackles the same problems, like enumerate and enumitem. \documentclass{article} \usepackage{enumitem} \begin{document} \begin{enumerate}[label=(\alph*)] \item The first item \begin{enumerate}[label*=\arabic*. \begin {itemize} [leftmargin=10pt] or globally for the whole document with. leftmargin option. It's simpler using the wide= key. There are two things that you need to do in your org mode file to take advantage of that: 1) make sure that the enumitem package is loaded when your LaTeX file is processed by adding a usepackage {enumitem} using the org mode #+LATEX_HEADER: construct; 2) make sure that the itemize environment. 2 Answers. I have a package which creates some lists using enumitem. The enumitem package allows you to customize the numbering and bullets of the lists. Post by diazdeus » Mon Apr 22, 2019 10:39 am . A new command has been added for restarting the counter in the middle of the document: estartlist {<list-name>} It is based solely in the list name, not the list type, which means enumerate* as defined with the package. For example: usepackage{xcolor} usepackage{enumitem} egin{document} egin{enumerate}[label=alph*)] item Answer a item Answer b Stack Exchange Network Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge,. EXAMPLE Consider: \begin{enumerate}[label=\arabic*(a), leftmargin=1cm, series=l_after] \item A \item B \end{enumerate} You get: 1(a) 2(a). Sign up to join this community. Try customizing the list environment by providing appropriate values for leftmargin, and itemindent. 4 Answers. Follow. 26. documentclass {article} usepackage {enumitem}. I suggest defining your own environment also for the outer list. As with other enumitem lists, labels and (horizontal) spacing can be set with key values as well as custom settings for the elements between the list items (typically punctuation). Here is the code: \documentclass{article} \usepackage{enumitem} \begin{document} \section{Introduction} Lists: \begin{itemize}[align=left, labelindent=0em, leftmargin=0em, itemindent=!, nosep, noitemsep] \item Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. 9. g. Since the labelindent command exists for legacy reasons in the IEEE template, you can simply "disable" it by adding the following before importing the enumitem package:Here's a solution that doesn't use a multicols environment. The enumitem package is my favourite way to do this sort of thing; it has many options and parameters that can be varied,. 1} ef {th2}. @egreg Thanks!1 Answer. Sorted by: 2. I'm trying to customize my itemize list in a Beamer slide using the noitemsep. , they set @itempenalty to -51 and hereby encourage page breaks between list items. 1 Answer. , labelindent=parindent or labelindent=0pt. It only takes a minute to sign up. – TH. The rest are those in standard LATEX. LaTeX forum ⇒ Text Formatting ⇒ Attempts to set enumitem label lead to errors. I'm sure I've seen a nice way to interrupt and resume lists in this way (without explicitly setting some counter), but I can't reproduce it. 8. I believe the solution is somewhere in the enumitem package but I can't figure it out. enumerate – Enumerate with redefinable labels. . Optional arguments about the label of enumeration is offered by enumitem package. A code with enumitem: I define a steps environment: \documentclass{article} \usepackage{enumitem} ewlist{steps}{enumerate}{1} \setlist[steps, 1]{label = Step \arabic*:} \begin{document} \begin{steps} \item first thing to do \item Second thing to do \item Third thing to do \end{steps} \end{document} As you can see, you can control the indentation value by specifying an option [leftmargin=<length>]. begin {itemize} itemsep -5pt item foo item bar end {itemize} and that will only affect the current list. documentclass{article}. There are valid reasons for that, but the inability of enumitem to provide lists that are numbered by roman numerals is not one of them because enumitem can do that. egin. By the way, labeling theorems with their number is not a good idea; use descriptive names instead. 25in]{geometry} usepackage[inline]{enumitem} ewlist{choices. Just load the parskip package and don't change the parskip and parindent lengths manually. I recommend using the enumitem package whenever you want to customise list environments. )In a few of these sections, we have enumerate d environments. Counter values can be printed in as Roman numerals using oman {<counter>} (lowercase) and Roman {<counter>} (uppercase). I am creating a list in LaTeX using the enumitem package, and having trouble setting the alignment of one item in the list. As mentioned by cfr, one shouldn't load two packages which tackles the same problems, like enumerate and enumitem. . If you are using the enumitem package you can. The optional argument of enumitem can be used with label={large extbullet}, but this will not produce the best result always, perhaps, tiny bullets may have to be raised a little bit. Update. use resume*, a bit anoying yes, it has something to do with backwards compatibility with earlier enumitem versions. From the next example, you can notice that three. I am currently making a test that contains 10 questions for easy, average and difficult. 4 Answers. Just use the enumitem package as described in the answer this question is a duplicate of. All enumitem label possibilities such as \Alph*, \arabic* use the star to indicate, that the command \Alph{enum. Share. Here is the first list: 1. You can use only enumitem to define your customized list as a paralist's compactenum variation using the nolistsep key: \documentclass{article} \usepackage[utf8]{inputenc} \usepackage{enumitem} ewlist{compactenum}{enumerate}{4} \setlist[compactenum,1]{nolistsep} \begin{document} \begin{enumerate}[label=(\alph*)] \item an apple \item a banana \item a carrot \item a durian \end{enumerate. e. sty installed, then download enumitem. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. setlist {nosep,topsep=-parskip} to offset that space globally. documentclass{article} usepackage[inline]{enumitem} egin{document}. 152 2. @RandyRanderson: Please see my updated answer. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. usepackage{calc} usepackage{enumitem} egin{document} egin{description}[leftmargin=!,labelwidth=widthof{fseries The longest label}]. This is what I used to get a compact list: usepackage {enumitem} setlist {topsep=0pt, leftmargin=*} Then use egin {itemize} as usual to start a list. item extbf {gen} item extbf {assets} item extbf {bin} end. 1 Answer. 1 Answer. I'm going to use enumitem with nosep instead of instead of paralist and its compactitem because I want to use enumitem's after option. One possible way to accomplish it is. The settings are persistent after a setlist has been. This works with me. enumitem redefines beamer list features. I am sure one of packages mentionion by Christian Hupfer would do a much better job, but here is a quick solution to your specific problem. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value.