My aim is to place the qed symbol in the same line in which the last item statement within a egin{enumerate} block with enumitem is placed. Viewed 2k times. Yes but I want to change the color for all list levels without affecting other list features. You can't load it a second time with conflicting options. Apr 18, 2020 at 15:58. documentclass {article} usepackage {lipsum} % for dummy text usepackage {enumitem} setlist {nosep} % or setlist {noitemsep} to leave space around whole list egin {document} lipsum [1] egin {enumerate} item foo item bar end {enumerate} lipsum [2] end. This example demonstrates the use of setitemize (from enumitem) with beamer templates, restoring font, color and template of the current beamer theme: documentclass [12pt] {beamer} usepackage {enumitem}. The package’s prime purpose is to. The enumitem package also implements inline lists for all of the three list types. documentclass{article} usepackage{enumitem} egin{document} egin{enumerate} item First item. This works with me. The package enumitem is useful for customizing lists. tk0miya mentioned this issue on Jun 9, 2016. That way, changeitem will operate each time on the standard LaTeX item. egin{itemize}[topsep=0pt] item Item 1 item Item 2 end{itemize} I don't like the lack of vertical space between the end of the previous list and the. I want them to be able to share levels (i. Text between items of enumerate without using enumitem. \setitemize [0] {leftmargin=*} enumitem – Control layout of itemize, enumerate, description. It provides powerful and easy control over all types of list formatting. With the enumerate package, I was able to do egin{enumerate}[{Case} :1] item something. an enumerate* environment nested inside an enumerate environment is recognised to be. The package adds an optional argument to the enumerate environment which determines the style in which the counter is printed. 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. egin {enumerate} [label*=arabic*. The parameter passed to the widthof{} should be the widest element in the description list and also note that since the label is set in bold font, we need to ensure that the measurements are done with fseries applied:. Mar 25, 2014 at 7:54. Occasionally, packages are removed from TeX live (often for legal/license reasons), but I wouldn't have thought that that would create such an issue (as many of those packages don't seem to be used all that much. Improve this answer. 2 Answers. e. Currently, with. B)thisistheitem myList{B}(asyou’dhaveexpected. If you place it in the preamble it applies to all itemize lists of the corresponding level. The formatting of description labels is controlled by the command descriptionlabel. :) See What is the difference between Fragile and Robust commands? for some explanation. (I changed the accents though) \documentclass{report} \begin{document} \begin{enumerate} \item La soluzione per $\theta$ da' la conferma che il moto si svolge su un piano; \item La soluzione per $\phi$ restituisce la conservazione della velocit\`a aerolare; \item La soluzione per r \`e la nota equazione dell'ellisse. To make a really compact list, enumitem provides an option nosep which removes all spacing before and after the list as well as between the items. documentclass [12pt,a4paper] {exam} usepackage {graphicx} usepackage {enumitem} usepackage {lipsum} egin. This works with me. setitemize [0] {leftmargin=*}34. The package is part of the latex-tools bundle in the LaTX required. 8. You need to postpone setcounter{beginitems}{arabic{enumi}} to after the enumerate environment was initiated, so essentially after egin{enumerate} or egin{enumerate}[resume] respectively. Lamport’s book lists various parameters for the layout of list (things like \topsep , \itemsep and \parsep ), but fails to mention that they’re set automatically within the standard (LaTeX-defined) lists. I'm trying to create an enumerated list, where each list element is multi-lined. the counter will not increased again. Stopping hang into left margin with enumitem. In this case, \documentclass {beamer} \usepackage {enumitem} \setlist [itemize] {noitemsep, nolistsep} \begin {document} \begin {frame} \begin {itemize} \item Item 1 \item. Use the enumitem package; a little example: documentclass{report} usepackage{enumitem} usepackage{bbding} usepackage{tikz} ewcommand*circled[1]{ ikz[baseline. If inline lists are required, use usepackage [inline] {enumitem} and the enumerate* environment. Follow. usepackage[inline]{enumitem} and egin{enumerate*}end{enumerate*} (with asterisks) should do your work. Sorry @KevinM but it would be best if you draw a clear picture of what you really want to achieve. The command ewlist in combination with setlist are the relavant commands. Of course this warning isn't helpful if you don't know what it means. Use default overlays of lists locally (parameter [<+->]) I use enumitem for 1. in the label option of the enumerate environment. % +-----+ % | Typeset enumitem. item [foo]label {foo} will not place a correct label, neither for the reference itself nor the linking if hyperref is used, since no counter is involved with the item [] version of item. To do so, you need to use enumitem package. When creating cross-references to items in roman. 4 Answers. Except for cases when a list breaks across a page. egin {itemize} item [$checkmark$] This will give a checkmark bullet. 4 Answers. , ) can be arbitrary, you can escape the special characters. If you just want to alter attributes of the default lists, you can instead specify enumerate, for example. g. Note that this is a bit hackish, but it works. 0. The solution also employs the machinery of the amsthm package to streamline the definition of the problem environment. . LaTeX. One possible way to accomplish it is. 1. } etc. 1 Answer. Sorted by: 99. A per- item change of colour is possible using the optional argument of item [. This package provides user control over the layout of the three basic list environments: enumerate, itemize and description. You just have to put this setlist [itemize] {leftmargin=*} in the preamble. Post by diazdeus » Mon Apr 22, 2019 10:39 am . and is resumed with the third item. 4 Answers. documentclass{article} usepackage{lipsum} usepackage{enumitem}. , } ewlist {inlinelist} {enumerate*} {1} setlist. Now in standard LaTeX leftmargin is meant to be positive. If that works, you probably want to move the file to a. documentclass {article} usepackage {enumitem} setlist [enumerate,1] {% label=arabic*. It avoids some of the limitations of the solution described in Gonzalo Medina's answer (see the bottom of this post) because it doesn't typeset the entire list twice. 1 Answer. 2. First, include amssymb package by adding the line \usepackage {amssymb} in the preamble of your document. You can use the enumitem package. 1 Answer. The value of label is a moving argument, so fragile commands need to be protected using protect (warning p. This package provides user control over the layout of the three basic list environments: enumerate, itemize and description. 18pt is not an allowed class option. and. documentclass{article} usepackage[shortlabels]{enumitem} egin{document} A numeric list: egin{enumerate} item First item item Second item item Third item end{enumerate} An alphabetic list with capital English list-labels: egin{enumerate}[A. If you want to make a global setting to your list (rather than the optional argument on a per-list basis), you can use. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. レイアウトをユーザーが制御できるようにします.. By default, lists contain quite a lot of vertical space. Perhaps you should delete the before end and add usepackage[shortlabels]{enumitem} to your tex document. – JPi. For example, if you write a document in the Arabic language, you will see right. 6. }}. More text. I am not sure whether this is, what you want to achieve, but you can explicitly set the label of an item. 调整 LaTeX 中的列表环境时,使用 enumitem 宏包可以方便的调整间距。. 更新版:2017/04/15 (旧題:enumitem. I want an environment with a counter that resumes. 22. errors too). I have a package which creates some lists using enumitem. テクノロジー. The above MWE provides itemize* that takes a single optional argument (<num>), setting a "list" inline (like enumitem 's [inline] option). 22. Fix #777 partially: Latex output "too deeply nested" #2624. 1 Answer. From the documentation of enumitem: \usepackage{enumitem} % if you want to create a new list from scratch ewlist{alphalist}{enumerate}{1} % in that case, at least label must be specified using \setlist \setlist[alphalist,1]{label=\textbf{\alph*. I was to align the entire list element about 0. egin{enumerate}[align=left] item Item 1 item Item 2 item[3--5. 2 Text. So in your particular case, you defined the list using: ewlist{issue}{enumerate}{2} This means that enumitem creates two counters: issuei and issueii. However, in the second enumerate, it fails to even form a valid list (I get ! I have the latest version of the enumitem package and I'm trying to use different labels for enumerate lists which are set as normal lists and enumerate lists which are set inline. use resume*, a bit anoying yes, it has something to do with backwards compatibility with earlier enumitem versions. 3 Answers. This doesn't seem to work properly if the environment is itself within an itemize environment. }1 Answer. ideally if you had a small project exhibiting the issue and which can be made public, I can examine via git bisect the problem. You can reset the value after the list either by using a tex group or simply subtracting the value after the list finishes. If this does not fix your issue, post a compilable, full document, not just. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. I outdent the question numbers to help questions standout from the text. documentclass{article} usepackage{enumitem} egin{document} Some text. The idea is this allows you to use ef and cref independently -- their outputs will differ only in whether or not a label ("Thm. enumitem – Control layout of itemize, enumerate, description. Here labelindent is a new parameter introduced by enumitem, described below. It can say a lot about what the problem is. ) This can only work together with enumitem, if. 3. You can use leftmargin=* locally, \begin {itemize} [leftmargin=*] \item one \item two \item three \end {itemize} or else you use. The paralist package provides very compact lists: compactitem, compactenum and even lists within paragraphs like inparaenum and inparaitem. The "section" parts I get, but I can't seem to get my numbering looking good using enumerate. Here labelindent is a new parameter introduced by enumitem, described below. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value. 1} ef {th2}. item extbf {gen} item extbf {assets} item extbf {bin} end {itemize} Furthermore, another option which gives you a new environment for bold prefixes ( bolditemize ), while keeping the bulleted. 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. The settings are persistent after a setlist has been. add [leftmargin=1cm] follow \begin {enumerate} does NOT work for me, but add [\hspace {1pt} (1)] works. documentclass{article} usepackage{enumitem} ewlist{myromanumerate}{enumerate}{2}. end {description} item Et on termine par un second élément. However, this will only work if the two enumerate environments follow each other (maybe separated by some text). See section '3. You can compile them online right on this web page by pressing the Typeset / Compile button. The enumitem package has A LOT of functionality to customize your list environments, and the documentation is very good. So despite latex's protestations, it does seem to be setting the counter right in the first enumerate (though in fact it should be (b), since I haven't decremented the counter by one; and it also prints out extra. item [$lacksquare$] This will give a filled square bullet. Most popular option to solve this problem is leftmargin. I already used: the solution proposed here: itemize, removing natural indent. 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. Set the first-level bullet-point to -- only in one itemize environment: egin {itemize} enewcommandlabelitemi {--} item asdasd item dsfsdf end {itemize} Note that there's no reason that it would have to be two dashes instead of one; this would work equally well as item [-]. You can combine enumitem with beamer features and templates. The enumitem package is my favourite way to do this sort of thing; it has many options and parameters that can be varied, either for all lists or for each list individually. The enumitem package supersedes—it provides the same facilities in a well-structured way. This gives LaTeX’s default for the format at each nesting level, where 1 is the top level, the outermost level. @JairoADelRio what if I already have. . Enumitem 3. To begin with, I had to employ some trickery to not have enumtitle overwrite the selected slide style. The rest are those in standard LATEX. The enumitem package is newer has many more facilities than the lighter weight paralist. It provides the means for use a starter value (start=0) and the label=. How can I align the left hand side of both the enumerate and the itemize environments to be the same? That is, I want to set the lengths such that the blue. In a few of these sections, we have enumerate d environments. But actually your linked post pretty much says all you need to solve the problem. However, you can clone the existing enumerate environment and increase the depth with the enumitem pacakge: ewlist {myEnumerate} {enumerate} {6} You then need to use setlist to set up the counters for each depth, and use setlistdepth {} to increase the default depth limit of 6. tex. egin{legal} item First subitem. Here are the Code examples of this chapter. Using \item [Xxx] will get you the first level list. enumitem tries to guess the width of the widest possible label by measuring the width of the label with value. 9. If you use the enumitem package, you can easily change the style of the counters. It’s way more flexible and (in some cases) easier to use. Note that none of the package inclusions are needed to make this method work. ) Whenever you're customizing a list, the enumitem is your best friend. I was to align the entire list element about 0. Enumitem package does not control it. 2 Answers. For instance, this first level list. Unfortunately, it conflicts with beamer. This is how it looks for me: This is the code to reproduce: \documentclass [letterpaper, 12pt] {article} \usepackage [utf8] {inputenc} \usepackage [margin=1. 8 2019-02-04 - Fix - calc stopped working if loaded after. I have the following MWE that I am currently working on. \usepackage{enumitem} \begin{frame} \begin{itemize}[noitemsep] \item Apples \item Oranges \item Bananas \end{itemize} \end{frame} Output (the bullets have disappeared): Any hints regarding what settings I should use with enumitem when using Beamer, or what other alternative packages I can use (which is more compatible with Beamer) which can. To indent the first line of the items equally to the indentation of paragraphs, you can use wide=parindent or just wide. Use setbeamercolor {enumerate item} {fg=green} for enumerate lists. arabic*}} to set the enumeration label for the depth of <n>:1. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value. I've got the nested lists and the label names, its the alignment of the label inline with the main text and the alignment of the item body that I can't do. It only takes a minute to sign up. Depending on how much "non-sequential" your numbers are, and how much you need a quick & dirty solution instead of something with polish and automatism, you might get along with addtocounter and some ad-hoc-ery involving the enumitem package: documentclass{article} usepackage{enumitem} egin{document}. 0. More text. Package enumitem provides you a simple interface to customize the appearance of lists. With the help of enumitem package, we can define the reference to an item to be hethm (Roman*) so to incorporate the theorem number. 1. More text. To get enumerated and itemized lists that have the same amounts of left-hand and right-hand indentation, I'd recommend using the enumitem package -- which provides many extensions to and improvements over LaTeX's list environments -- and its leftmargin and rightmargin options. The following MWE illustrates this. @RandyRanderson: Please see my updated answer. For enumerate and itemize lists, any label argument is ignored and therefore you should not use an arbitrarily specified label with those sorts of list. Since version 3. . 9. It only takes a minute to sign up. I use the exam class for various exercises. enumerate – Enumerate with redefinable labels. EDIT 2017-01-24: My original example used. documentclass{article} usepackage{enumitem} setlist{noitemsep} egin{document} I like the lack of vertical space between the end of this paragraph and the beginning of the following list. the surrounding text: this makes vertical spacings a little tighter than [itemsep=0pt, topsep=0pt]. The simplest way to solve this is to simply add the line. The question How to have the same counter in two enumerate lists? was closed as a duplicate of this one but introduced a slight difference: one of the pieces of the enumeration was inside a theorem environment. Sorted by: 238. Using item [Xxx] will get you the first level list. I also tried label = {Case} : 1 and label = {Case :} as optional arguments. 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. It only takes a minute to sign up. documentclass{article} usepackage{enumitem} egin{document} egin{itemize}. 33. Indeed source2e says: \leftmargin: space between left margin of enclosing environment (or of page if top level list) and left margin of this list. Now in standard LaTeX \leftmargin is meant to be positive. The enumitem package provides just the kind of commands that can help. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. Skip a level in nested list. \itemindent: extra indentation added right BEFORE an item label. 4. egin {itemize} [leftmargin=*] item one item two item three end {itemize} But it seems that with IEEE format I can not add : usepackage {enumitem}With enumitem, here are four very simple possibilities to recover as much as possible of textwidth for equations. itemsep is the length you'll want to change. See my updated answer. In the setlist should be declared length units, for example: For reducing vertical space between itemize and text in the row before it, you can insert vspace {-aselineskip} start with itemize in above row: usepackage {enumitem} setlist [itemize] {topsep=3pt, parsep=0pt, leftmargin=1em} egin {document} egin {longtable} {lp. If you need it to be zero, just choose the [leftmargin=*] option. The idea for both is to use the font= key for enumitem. The enumerate Package wants you to put those brackets into a group. enumerate is quite old and you should probably use enumitem but you can use enumerate but you are misusing it egin {enumerate} [ (b)] should be egin {enumerate} [ (a)]setcounter {enumii} {2} Only a is a special value to set the counter format you can not use b to set the start value. 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. 9 2019-06-20 - \DrawEnumitemLabel rewritten 3. In the proofs I've developed I got three different results: Using amsmath, the qed symol is placed in a next line. For the second level list you can use egin {enumerate} [label=arabic*] and for subsequent lists where you want the numbering to continue you need to indicate that the numbering is to continue: egin {enumerate} [label=arabic*, resume*]. , the end user of the package doesn't. Note that you can define some custom commands like ewcommand {savecounteri} {setcounter {saveenumi} {value {enumi}}} and the corresponding estorecounteri to make these solutions prettier. item [$square$] This will give a hollow square bullet. However, note that this package does not work well with the beamer package which is used to make presentations in Latex. An example from TeXblog documentclass{article}. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. You can extent this by switching to the extarticle class which has the 17pt option: --- documentclass: extarticle output: pdf_document: latex_engine: xelatex # linestretch: 1. This can be used for doing the necessary arithmetic with the help of getrefnumber. A big plus point is also the resuming of enumerate counters after a break. Para crear listas y enumeraciones en LaTeX tenemos los comandos itemize y enumerate. If you must use enumerate, you can start the optional argument of the enumerated list with an hspace to push the whole list farther to the right: documentclass[leqno]{article} usepackage{amsmath,enumerate} egin{document} Some text before the list. an enumeration, that is long 2. The starred form \setlist* adds the settings to previous ones. As the manual states: Traditional Spanish typography discourages the use of lowercase Roman numerals. More text. In particular, it will effect all list environments (such as enumerate d lists). The only thing i did not manage to achieve is to change the font size and the font itself of the label. documentclass {article} usepackage {enumitem} egin {document} Here is some document text. There are two different solutions, one local and one global, using the enumitem package. As you can see, you can control the indentation value by specifying an option [leftmargin=<length>]. This is a good thing. A combination of the itemsep and after options, along with stretchable space (my document uses flushbottom) does this perfectly. To apply the desired setting to a particular description, you may use [style=nextline] appended to \begin {description} \usepackage {enumitem} \begin {description} [style=nextline] \item [foo] bar \item [baz] bang \end {description} This will apply your style only to that particular description. El funcionamiento de estos dos comandos es muy simple. 1 etc. . So, if you set label=(alph*), enumitem will measure the width of (m) and set labelwidth to. In the following example I define the environment enumdescript with the depth 2. usepackage{enumitem} usepackage{blindtext} egin{document} lindtext egin{enumerate}[label=Counter arabic*] item lindtext item lindtext. parsep controls the amount of space between paragraphs, itemsep that between items: see other page on this site. documentclass {article} usepackage [inline] {enumitem. Here's the dependencies between the relevant horizontal parameters: leftmargin + itemindent = labelindent + labelwidth + labelsep. Improve this answer. Have a look into the enumitem package manual, but personally, I don't like this alignment -- it does not improve readability – user31729. , labelindent=parindent or labelindent=0pt. – Peter Grill. In particular, I think you don't need the adjustwidth environment here, as enumitem provides theFor 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,. The rest are those in standard LATEX. Lists can be nested and will be aligned and enumerated properly. e. Since time immemorial, the way to format counters in LaTeX has been by redefining the he<counter> command. Use label* instead of label on the 2nd enumerate. Sign up to join this community. \item [$\blacksquare$] This will give a filled square bullet. As Bernard mentioned, if the list is a new one, you need to set at least the label because, in this case, you are creating a new list from scratch. \usepackage{enumitem} \setlist[itemize]{leftmargin=*} \setlist[description]{leftmargin=*} But apparently enumerate has some issues determining the width of its labels. Ideally the bullets would be one indent to the left (if that makes any sense). Here is a solution that uses the eqparbox package to measure item label widths. . The enumitem package provides a lot of features to customize bullets, numbering and lengths. 1 Answer. You can tweak the leftmargin value to get the desired indent on the 2nd level. Using the before key for this is wrong - the changed font size will affect the baselineskip of previous paragraph. e. For example, the following has the desired spacing:Enumerate box environment. It’s way more flexible and (in some cases) easier to use. Sorted by: 205. Note: I remove [label=(alph*)] and [resume*], this all works perfectly. option. option can be used. I'm trying to configure aligning of lists and sublists using enumitem. 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. I cleaned and simplified your code, removed any package loading which has nothing to do with your problem. As well as allowing all the customizations I could possibly need, enumitem has two very useful built-in options. The code in the preamble defines a new command namedlabel which produces the name when cross-referencing the item. enum. setlist {leftmargin=10pt} Full example:3. end {document} I hat to do setcounter {enumi} {value {theenumTemp}} or I would. 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. Enumitem 3. 2cm}item Second Line end {itemize} the ~ is needed because space at the end of the page might won't show. enewcommand { heenumi} {alph {enumi}} Regarding the scope of this redefinition: If you want the scope to be global, provide the instruction in the preamble. documentclass[11pt]{article} usepackage{enumitem} egin{document} Some text here. First, include amssymb package by adding the line usepackage {amssymb} in the preamble of your document. Sorted by: 8. Note the spacing in the paralist and enumitem examples is different, as there are some slightly different package defaults. For list items, use the nosep key of enumitem instead to control list spacing. Set defaults with setlist[ names , levels ]{ keys/values } to inherit existing (theme?) attributes or setlist*[ names , levels ]{ keys/values } to fully reset. end{itemize} I want to continue the pararaph, and. I'm trying to create an enumerated list, where each list element is multi-lined. documentclass{report}. @[email protected] enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. You can use the enumitem package: documentclass{article} usepackage{enumitem} usepackage{lipsum}% just to generate text for the example egin{document}. Sorted by: 4. Note that you have to change hethm to the counter you're using for your theorems. ",. 2cm] {geometry} usepackage {enumitem. egin {itemize} vspace {-0. Suppose, it's necessary to change the most of itemize or enumerate parameters globally (it's not elegant to change the parameters inside every itemize or enumerate environment). I present three examples: \documentclass [12pt] {article} \usepackage {enumitem} \usepackage {showframe} % just. | % +-----+ % % Copyright (c) 2003-2011 by Javier Bezos. 12. . 5. Add a comment. You can use setlist[enumerate]{itemsep=0mm} to change enumerate globally, and something like egin{enumerate}[itemsep=5mm] to change locally. Complementing the answer provided by Stefan, we can use the enumitem to create a compact list using the setlist{nolistsep} or parametrizing each component of setlist, as following: setlist{ topsep=0pt, partopsep=0pt, itemsep=0pt, parsep=0pt } Where topsep and partopsep are the vertical space between the list and the paragraphs, itemsep is the. beamer offers some predefined symbols ( triangle, square, ball and circle) but you can of course also use a different symbol of your own choice. enumitem パッケージは,3つの基本的なリスト環境(enumerate、itemize、およびdescription)の. As mentioned by cfr, one shouldn't load two packages which. labelsep increases extra distance from the. 2 Answers. I have trouble combining two things for a set of slides: Adjust item separation globally. Here's a minimal document. Trivlist correction (e) Enumitem is the more advanced package, for example the trivlist correction leaves the spacing environmens such as quote unchanged and the keyvalue arguments makes on the fly changes to the lables and refs easy. This is an old post, but all of the existing answers define some new commands and then require additional massaging to get the (2') label to work. The ultimate in compaction (of every sort) is offered by the savetrees package; compaction of lists is included. \setenumerate {label= (\roman*),itemsep=3pt,topsep=3pt} If you downloaded the last version, you probably haven't put it in a place where the TeX system can find it and it uses the default one; I guess you installed the TeX distribution with. The easiest way to do this is to use the enumitem package. Here labelindent is a new parameter introduced by enumitem, described below. This used in combination with labelsep gives you a result that I think is what you want: Where labelsep is the distance from the counter mark. \documentclass [11pt] {article} \usepackage {enumitem} \begin {document} Some text here. A complete MWE follows. For the second level list you can use \begin {enumerate} [label=\arabic*] and for subsequent lists where you want the numbering to continue you need to indicate that the numbering is to continue: \begin {enumerate} [label=\arabic*, resume*]. sty in the same folder as your . Beware of using label*={(\Alph*)} however. Solo tenemos que crear el entorno e indicar cada elemento de una lista con el comando item. I have the latest version of the enumitem package and I'm trying to use different labels for enumerate lists which are set as normal lists and enumerate lists which are set inline. and longer has some explaining text inbetween 3. Defaults lists in LaTeX are managed as lists, where each item is either numbered (in enumerate) or bulleted (in itemize). documentclass {article} usepackage {enumerate} egin {document} egin {enumerate} [ { [}1 {]} ] item first item second end {enumerate} end {document.