] item some egin. Here labelindent is a new parameter introduced by enumitem, described below. I have the following MWE that I am currently working on. 3. I believe the solution is somewhere in the enumitem package but I can't figure it out. The enumitem package is my favourite way to do this sort of thing; it has many options and parameters that can be varied,. beamer offers its own mechanism for enumerate lists. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value. You can continue with: \begin{enumerate}[label=\arabic*(b), resume*=l_after] % or [label=\arabic*(b), l_after] \item A \item B \end{enumerate} You get: 3(b) 4(b). It needs to be before egin {enumerate} not after as the. – user193767. It only takes a minute to sign up. 水平间距. Maybe I've misunderstood what you want, but you just need to set your mycount counter to 1 in your preamble. It only takes a minute to sign up. 1 Answer. tex to get the documentation. You can use setlist[enumerate]{itemsep=0mm} to change enumerate globally, and something like egin{enumerate}[itemsep=5mm] to change locally. You can use the enumitem package that also frees you from manually adding the separators. The command ewlist in combination with setlist are the relavant commands. Here's an example. In particular, I've changed the label using. . Other description s will work with default behavior. . Sorted by: 8. The wide option, used as in. 4 Answers. documentclass{book} usepackage{listings} usepackage{enumitem} % This begins the document: egin{document} % This line effectively turns off "Underfull vbox" and. 2 of enumitem used a different way to setup the standard lists; for your needs it should be. Also, FYI: the global options look like: setlist [enumerate,1] {label=arabic*. 2cm}\item First Line \vspace {-0. In this case, the. The rest are those in standard LATEX. 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. 2. 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. If you need it to be zero, just choose the [leftmargin=*] option. What I mean by enumerated paragraphs is that, in a particular section/subsection, a list of short paragraphs which are enumerated but prefixed with the concerned section/subsection number. 51. Use label* instead of label on the 2nd enumerate. 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. You can combine enumitem with beamer features and templates. For. To keep a list item on the same page you could put it inside a minipage. As mentioned by cfr, one shouldn't load two packages which tackles the same problems, like enumerate and enumitem. I have trouble combining two things for a set of slides: Adjust item separation globally. Follow. The enumitem package provides a lot of features to customize bullets, numbering and lengths. It only takes a minute to sign up. LaTeX Error: Something's wrong--perhaps a missing \item. Location: CTAN tex-archive macros latex contrib enumitem Directory macros/latex/contrib/enumitem README. (iii) Item 3. ] \item This is the first \item This is the second \end {enumerate} \end {document} but. The moderncv class, however, only includes the second code line, i. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. In the first try, the case didn't increase from. The numbering style for the enumeration is determined by the commands, labelenumi, labelenumii, etc. 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. In the code below I've used the \setlist command to customize the enumerate environment. Of course this warning isn't helpful if you don't know what it means. You have created an environment (using egin{…} and end{…} commands) which is not recognized. I also tried label = {Case} : 1 and label = {Case :} as optional arguments. 6. Anybody can. With enumitem, here are four very simple possibilities to recover as much as possible of textwidth for equations. But actually your linked post pretty much says all you need to solve the problem. Topic is solved. , for example. For example, to use upper case letters for the first level and lower case letters for the second level of enumeration: \renewcommand {\labelenumi} {\Alph {enumi. tex ): egin {description} item [A)] Data are facts, events or transactions and so on which have been recorded. Version 2. I use vspace, gives you full control on the amount of space. Counter values can be printed in as Roman numerals using oman {<counter>} (lowercase) and Roman {<counter>} (uppercase). the counter will not increased again. 1 Answer. This requires to know how to work with the LaTeX list environment. One must use \list directly to fully control the situation (or possibly a package such as enumitem). A complete MWE follows. With the enumerate package, I was able to do egin{enumerate}[{Case} :1] item something. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value. Note that you can also use negative lengths for it to decrease the whitespace, if you like. Thank you for your help! enumitem offers ready-made options for eliminating the space between items and paragraphs within the list (noitemsep) or all vertical spacing (nosep): \documentclass[11pt]{article} \usepackage{enumitem, kantlipsum} \begin{document} \paragraph{List without vertical spacing between items and paragraphs:} \kant[2] \begin{enumerate}[noitemsep] \item a \item b \item c \end{enumerate} Something. ここで紹介する enumitem を使うと,これら3つの標準. LaTeX has a limit of depth of lists to save counters. If you use the enumitem package you can easily reset the label via [label=$star$] option. 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. Edit: Note that item will indent anything that is after it. Since time immemorial, the way to format counters in LaTeX has been by redefining the he<counter> command. As mentioned by cfr, one shouldn't load two packages which tackles the same problems, like enumerate and enumitem. is to be used, i. (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. 9 This package provides. an enumerate* environment nested inside an enumerate environment is recognised to be. option as well, meant for the label font (which can be 'any'. 1 etc. A possible solution is define an explicit @currentlabel, then apply label, thereby faking the usage of some counter. 6, it offers a key called left, with which one can set two tabstops one for the start of label and another for the start of the text. egin. Here's the dependencies between the relevant horizontal parameters: leftmargin + itemindent = labelindent + labelwidth + labelsep. The following sets indentation for the first four levels of nested lists as well as explicitly. The rest are those in standard LATEX. LaTeX Error: Something's wrong--perhaps a missing item. 6. 2. errors too). Could you please help me. 2cm}item First Line vspace {-0. As a minimal working example, consider the following LaTeX code, saved in ~/Test. Must be nonnegative. Here is a paragraph. If you need to label {} and ef {} items in your list, the first option gives a bad ef (the enumi part appears twice). Solution using enumitem package. One of the environments could look like: egin {enumerate} item label {one} item end {enumerate} referring back to cref {one} Now if I reference this item later, it will say: referring back to item 1. , the end user of the package doesn't. enumitem packages have many options for completing the same task. But the dot shouldn't be visible in the text, if we do a reference). e. The problem is that the notes won't fit. While you should not use subitem, you can use a different name like SubItem to achieve the desired results with some small hackery. begin {itemize} itemsep -5pt item foo item bar end {itemize} and that will only affect the current list. You may also set it per-environment. Here is a solution that uses the eqparbox package to measure item label widths. 6. 1 Answer. 0. That means that if they get longer they stick out to the left. The following MWE illustrates this. Postby Borgia » Sun Nov 05, 2023 8:55 pm. The accepted answer is not up to date as mentioned in the comments. From the documentation of enumitem: usepackage{enumitem} % if you want to create a new list from scratch ewlist{alphalist}{enumerate}{1} % in that. Similarly, there is the rightmargin option, which is used when page’s alignment is right. – Johannes_B. If you don't want to do so, here's a hack, but it is somehow maintainable: Use the enumitem package and do the following: egin{description}[font=$ullet$scshapefseries] That is, you encode the special stuff in the thing that should be your font, but it works fine, as long as the $ullet (or equivalent). . Now in standard LaTeX leftmargin is meant to be positive. lacktriangleright is a math symbol and needs math mode. documentclass [12pt] {article} %% (I've simplified the. It seems to be a general theme from Does enumitem conflict with beamer for lists that you need to use setlist to get beamer and enumitem to play well together. With enumitem: documentclass[]{article} usepackage{enumitem} egin{document} egin{enumerate}[label=1. egin {itemize} item [$checkmark$] This will give a checkmark bullet. You can make two shortcut commands. Note: I remove [label=(alph*)] and [resume*], this all works perfectly. 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. 後半は enumitem パッケージを用いた拡張的な方法について解説します。. The package enumitem provides a simple way to define you own list environments. See full list on overleaf. 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 [-]. This can easily be done using the enumitem package, for example: \documentclass[12pt]{article} \usepackage{enumitem} \begin{document} \begin{enumerate} \item One \item Two \end{enumerate} Some text \begin{enumerate}[resume] \item Three \end{enumerate} \end{document} Mar 25, 2014 at 7:54. テクノロジー. I'm trying to create an enumerated list, where each list element is multi-lined. A per- item change of colour is possible using the optional argument of item [. 25in, right=1. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. e. 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. For example, one might. 5. Yes you can; but you will have to alter either the enumerate and itemize environments from your class file (by copying them and adding your parskip ), or by redefining @listi, which works for. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. . 5mm} In this case, enumerate d lists will not also be effected. 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. If you just want to alter attributes of the default lists, you can instead specify enumerate, for example. 1 Answer. One of these is the enumitem package that simplifies the formatting of itemized lists, description lists, and enumerated lists. You can use the enumitem package to customise lists. can be enumi, enumii, enumiii or enumiv, if a standard enumeration list is used. 152 2. Here's a solution that doesn't require loading a separate package (such as enumerate or enumitem ): Just issue the command. g. 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). This is what i got so far. and. 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. enumitem should be installed in a full TeX live (and it should be possible to install it with tlmgr if it is not present already). If you need the enumerate package style, then use usepackage [shortlabels] {enumitem} however. That way, changeitem will operate each time on the standard LaTeX item. In the code below, assume that the custom list test is defined in the package, i. 3. \documentclass{article} \usepackage{enumitem} \begin{document} \begin{enumerate}[label=(\alph*)] \item The first item \begin{enumerate}[label*=\arabic*. Here's an implementation of the counter using your xslalph command. have you checked enumitem package? Welcome to TeX SX! egin {enumerate} [label=Step Roman*] with package enumitem will do the tricks. These may be redefined with the \renewcommand command. documentclass{article} usepackage{enumitem} egin{document} egin{itemize}. It only takes a minute to sign up. This is how it looks for me: This is the code to reproduce: \documentclass [letterpaper, 12pt] {article} \usepackage [utf8] {inputenc} \usepackage [margin=1. As defined, the two environments share labels, settings, etc. In particular, it will effect all list environments (such as enumerate d lists). 9. documentclass {article} usepackage {mathtools} usepackage [inline] {enumitem} egin {document} Determine which of the following. Share. enumitem package is included. The package is part of the latex-tools bundle in the LaTX required. 後半は enumitem パッケージを用いた拡張的な方法について解説します。. enumitem can be used together or as enumerate using the shortlabels option. If you need it to be zero, just choose the [leftmargin=*] option. For ultimate flexibility (including manipulation of opsep ), the enumitem package permits adjustment of list parameters using a “ key =‹ value ›” format. 3 Answers. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value. It only takes a minute to sign up. e. Here is the first list: 1. Below, I used the enumitem package's resume feature to continue the list and place the second item within its own. For instance, the "s" of "sectetur" should be right under the "L" of. , labelindent=parindent or labelindent=0pt. I know about {setlengthitemindent{25pt} item Text}, but this fail when the content of the item breaks into a new line:. Mathjax specific questions are off topic, but I'll. item extbf {gen} item extbf {assets} item extbf {bin} end. Edit: Here is what I have tried,I have documentclass[11pt, twoside]{article} usepackage[top=1in, bottom=1in, left=1. documentclass [11pt] {article} % This is a helpful package that puts math inside length specifications usepackage {calc} % Layout: Puts. It’s way more flexible and (in some cases) easier to use. Use enumitem for example and set the list parameters. the surrounding text: this makes vertical spacings a little tighter than [itemsep=0pt, topsep=0pt]. You should create a ewlist instead and there is no more need to put the inline option unless you want to use the predefined lists. sty manually and place it into your project's folder. I recommend using the enumitem package whenever you want to customise list environments. aaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaa aaaaaaaaaaaaa aaaaaaa aaaaaa a aaaaaaaaa aaaaaaaa aaa aaaaaaaaa. Resume bullet point incorrectly aligned in between two lines. documentclass[11pt]{article} usepackage{enumitem} egin{document} Some text here. Here is an example using small letters, capital letters, and Roman numbers as counters: documentclass{article} usepackage{enumitem} egin{document} egin{enumerate}[label=(alph*)] item an apple item a banana item a carrot item a. (To make the scope of enewcommandlabelenumi { ( heenumi)} global, place the instruction in the preamble. 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. {enumerate} then naturally LaTeX will. This is my first post, so hopefully I'm clear, and posting this to the right place. if the item should start with 3, use start=3, not start=2, i. 4 of the enumitem manual). The standard repository of LaTeX (and other TeX-related) packages is CTAN, the Comprehensive TeX Archive Network, so you can see similar packages. egin {enumerate} item First item of enumerated list. However, note that this package does not work well with the beamer package which is used to make presentations in Latex. LaTeX LATEX における, enumerate, itemize, description といった箇条書きの環境について,その使い方を徹底的に解説しましょう。. Remove indentation of itemize globally. 2 Answers. enumitem provides some nice macros to tailor your own customized list:To apply the desired setting to a particular description, you may use [style=nextline] appended to egin {description} usepackage {enumitem} egin {description} [style=nextline] item [foo] bar item [baz] bang end {description} This will apply your style only to that particular description. The package I am using is enumitem. Whenever you're customizing a list, the enumitem is your best friend. } in a later enumerate environment with a reference to the label of the previous item. (a) Unicorns don't exist. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. 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. Undefined control sequence. So, to undo the three settings you made, you can add this: setlist [enumerate,1] {}% setlist [enumerate,2] {}% setlist [enumerate,3] {}%. It only takes a minute to sign up. Also consider package paralist which adds the possibility of having in-line enumeration. The package adds an optional argument to the enumerate environment which determines the style in which the counter is printed. Here labelindent is a new parameter introduced by enumitem, described below. 1 Answer. The space between items is determined by parsep and itemsep so they should also be 0pt. ] Zero item One item Two end {enumerate} NB The OP is aware of this solution ("I know item [ (0)] will work") and is looking for an automatic implementation of the zero-based counting. Apr 18, 2020 at 15:58. It provides powerful and easy control over all types of list formatting. It only takes a minute to sign up. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. 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. The code in the preamble defines a new command namedlabel which produces the name when cross-referencing the item. 1 Answer. 2cm}item Second Line end {itemize} the ~ is needed because space at the end of the page might won't show. Currently, with. The nosep option, used as in. Else the picture will give false hopes. Choose the indentation of the whole list by the value of the key labelindent, e. 26. produces lists whose entries have zero indentation. (a) Unicorns don't exist. TeXnicCenter is just the editor, and doesn't really have. In the example, the enumitem package is loaded for a correct alignment of multiline items (see documentation for details). enumitem package is a convenient tool. However, when I use the parskip package, the behaviour changes dramatically. It supersedes both enumerate and mdwlist (providing well-structured replacements for all their funtionality), and in addition provides functions to compute the layout of labels, and to ‘clone’ the standard. 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). setitemize [0] {leftmargin=*}LaTeX. Using \item [Xxx] will get you the first level list. The paralist package provides very compact lists: compactitem, compactenum and even lists within paragraphs like inparaenum and inparaitem. documentclass {article} usepackage {amsthm} usepackage {enumitem}. which simplified writing lists in the first column. Follow. documentclass{article}. documentclass [11pt, letter] {article} usepackage [utf8] {inputenc} usepackage [T1] {fontenc} usepackage {enumitem. If you want the number to be bold, you can do it by using the enumitem package and setting: egin {enumerate} [label= extbf {arabic*})] item The firs item item The second item end {enumerate} Check the enumitem package documentation for more info. The enumitem package allows you to customize the numbering and bullets of the lists. I was to align the entire list element about 0. It only takes a minute to sign up. You should set leftmargin=0pt for the inner list. \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. 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. Using the enumitem package in combination with the beamer class is therefore not recommended. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. egin {itemize} setlengthitemsep {1em} item one item two item three end {itemize} Don't do that. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. 54 bronze badges. A big plus point is also the resuming of enumerate counters after a break. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. It only takes a minute to sign up. 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>]. Latest changes 3. Pifont ,enumitem and table do not go together well. The command ewlist in combination with setlist are the relavant commands. Improve this answer. documentclass [12pt,a4paper] {exam} usepackage {graphicx} usepackage {enumitem} usepackage {lipsum} egin. A per- \item change of colour is possible using the optional argument of \item [. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. I've also changed the ref using. Maybe there is another useful package for page breaks within long tables or a complete other package. , the end user of the package doesn't. usepackage{enumitem} usepackage{blindtext} egin{document} lindtext egin{enumerate}[label=Counter arabic*] item lindtext item lindtext. Add a comment. The enumitem package provides just the kind of commands that can help. The enumitem package is a good one to load for all kinds of customisation of list environments: documentclass{article} usepackage[showframe]{geometry} usepackage{enumitem} egin{document} egin{enumerate}[leftmargin=3cm] item sometext item sometext item sometext end{enumerate}. item Some text that goes onto. Using cleveref doesn't change. When using enumitem this needs special handling. egin{itemize} item This is an item; and% item this is another one. You can get the customization you want by setting the [key=value] option for a number of keys. Segletes. 25em, parsep=0pt] item Example Example. EXAMPLE Consider: egin{enumerate}[label=arabic*(a), leftmargin=1cm, series=l_after] item A item B end{enumerate} You get: 1(a) 2(a). 9. 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. The rest are those in standard LATEX. Para crear listas y enumeraciones en LaTeX tenemos los comandos itemize y enumerate. ) This can only work together with enumitem, if. 5 Answers. etaremune is customizable similarly to enumitem. The only thing i did not manage to achieve is to change the font size and the font itself of the label. 3. 37. 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. 5cm]{geometry} usepackage{enumitem} usepackage{lipsum} egin{document} lipsum[11]. 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} setitemize {label. The package I am using is enumitem. The easiest way to do this is to use the enumitem package. 1. setlistdepth for enumitem. end {description} item Et on termine par un second élément. For. The settings are persistent after a setlist has been. Feb 15, 2016 at 18:52. This requires to know how to work with the LaTeX list environment. 2 Answers. From the next example, you can notice that three. Here labelindent is a new parameter introduced by enumitem, described below. Thank you for your help!enumitem offers ready-made options for eliminating the space between items and paragraphs within the list (noitemsep) or all vertical spacing (nosep): documentclass[11pt]{article} usepackage{enumitem, kantlipsum} egin{document} paragraph{List without vertical spacing between items and paragraphs:} kant[2]. It only takes a minute to sign up. end {enumerate} You can also put everything into your own macros for convenience. Enumitem. Stopping hang into left margin with enumitem. beamer offers some predefined symbols ( triangle, square, ball and circle) but you can of course also use a different symbol of your own choice. 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). 更新版:2017/04/15 (旧題:enumitem. }I'm using the latex package apa6e because the apa package isn't using APA style version 6 yet. 8 2019-02-04 - Fix - calc stopped working if loaded after. Note that this is a bit hackish, but it works. diazdeus Posts: 32 Joined: Fri Sep 28, 2018 7:34 pm. Improve this answer. \setitemize [0] {leftmargin=*} LaTeX. The enumitem package supersedes—it provides the same facilities in a well-structured way. md Enumitem 3. You can change the appearance of lists globally in the preamble, or just for single lists using the optional. \documentclass [a4paper,10pt] {article} \usepackage {enumitem} \begin {document} Foobar \begin {enumerate} [label= { (\arabic*)}] \item baz \item [\refstepcounter {enumi} (* umber\value {enumi. Improve this answer. Loading the enumitem package removes the sign. See the LaTeX manual or LaTeX Companion for. etc. You are using the enumitem package. It can say a lot about what the problem is. The underlying assumption is that you insist on using enumerate rather than enumitem. To completely eliminate that space without changing \parskip, you can use. I agree that case of long lists general solution like enumitem are better. To make it work, load the babel package with this option: usepackage[spanish,es-lcroman]{babel} Explanation:. stefanbschneider. – egreg. . e. Solution. It only takes a minute to sign up. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value. Here's an emulation. usepackage{setspace} usepackage{enumitem} setlist{nosep} setlist[itemize]{topsep=-parskip} egin{document} section{List embedded in paragraph} A paragraph to demonstrate full parskip. g. and. The rest are those in standard LATEX.