You are correct about the typo in the enumitem manual: If you added, say, itemjoin*= { {, and }} to your 4th example, then the following appears in the . 1 Answer. The surrounding formatting, e. . tex to get the documentation. Most of them are available in inline lists, where further keys are available (see 4). end {document} But how to make it using package enumitem. beamer already loads the xcolor package, not necessary to load it again. caption [] { Here I want the enumerate egin {enumerate*} item Item X item Item Y and item Item Z end {enumerate*} } Please elaborate on what you've done here and why it works. 1. Currently, with. 9. WARNING If the value is completely enclosed in braces, they are stripped off. 9 l_new:N l__gatherenum_itemformatHow can I fix the spacing in enumitem inline lists? 0. In the following screenshot, the alignment of the 2nd A) and the space between the label of the 2nd list and the fraction have been obtained empirically n: see hspace*{1. 1. el: Date: Wed, 16 Nov 2022 15:20:28 -0500 (EST). If you want to change the symbol for all items of the list, you should preferably use the enumitem environment, which I will explain using the example of ordered lists. 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. Horizontal enumitem, with images? 1. labelindent. Can the alignment be made to work as desired using built in enumitem options?Q&A for users of TeX, LaTeX, ConTeXt, and related typesetting systemsOK, I was clearly not entirely awake when I answered you yesterday xD The skeldoc package doesn't take any options to usepackage (partly because of some expansion issues that occur there that I'd rather not deal with). Sorry @KevinM but it would be best if you draw a clear picture of what you really want to achieve. I didn't see an easy way to use enumitem to make enumerate work this way (but Lucas was smarter!), so I thought that you had only two options:. Jan 21, 2017 at 21:46. You are correct about the typo in the enumitem manual: If you added, say, itemjoin*= { {, and }} to your 4th example, then the following appears in the . As was mentioned in the comments, you can also use the tcolorbox package for creating the box. English: LaTeX inline list generated by the enumitem package with inline option. The source of confusion was the fact that amsthm does not place a space after $ extbf{Fact. Since you're already loading the enumitem package, it makes sense to use the in-built command newlist that it provides for exactly this purpose ewlist{renumerate}{enumerate}{3} setlist[renumerate]{label=arabic*,before= aggedright} This sets up the renumerate environment to be based on the standard enumerate. 9 l_new:N l__gatherenum_itemformatIn the enumitem documentation there is an option afterlabel but that is only for inline lists. This section describes the keys in displayed lists. enumitem documentation. I didn't read the whole doc of enumitem, I plead guilty about the wide option. The problem seems to be due to the extra heights of the sigmas. Sure you need to add usepackage {enumitem} in the preamble. This is the default behavior of keyval, which enumitem just emulates. singlespacing affects a whole paragraph and when it is issued at the end of a. While we’re at it, we add a formatting command for the user to customize. Since enumitem inline enumerations are intended for pararaph-like enumerations, the item content is unpacked with unhbox even in boxed mode. The * is a special form defined by the enumitem package for use in its optional argument where * denotes the value of the current item label counter. I think the usage of protected did the trick. I couldn't figure out how to get the text to be flush with the edge. egin {enumerate}. 3. One possible way to accomplish it is. As you have formulated it, each new changeitem will be relative to the current definition of item. The correct answer there seems that I need to load enumitem before hyperref and put the label at the beginning of the caption. ) \documentclass {article} \usepackage [inline] {enumitem} \usepackage {tabto} ewenvironment. To begin with, I had to employ some trickery to not have enumtitle overwrite the selected slide style. Here is the code: documentclass {article} usepackage {enumitem} egin {document} section {Introduction} Lists: egin. \setlist [enumerate] {resume} you can get a continuous numbering through a document. \setlist {align=left,noitemsep,nosep,left=0pt} However, I also want to use the inline lists, but now they have a lot of horizontal spacing: For completeness, without the custom list settings, you get: \documentclass. I use inline enumerate to put multiple tables in a line and use forced linebreak when needed. 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. I should be able to reference it. It seems that using align* inside enumerate* results in PDFLaTeX hanging. 1 Answer. Best regards. It supersedes both enumerate and mdwlist (providing well-structured replacements for all their funtionality), and in addition provides functions to compute. Edit (After update with MWE by the O. While we’re at it, we add a formatting command for the user to customize. Item one A Item A 2. org admin. +O pacote exttt{enumitem}index{enumitem} permite formatar a lista de. This tag is used for inline mode. . Ideally the bullets would be one indent to the left (if that makes any sense). How would I do/implement inparaenum with enumitem? (Related is this question but it doesn't really answer my specific question about inparaenum . enumitem – Control layout of itemize, enumerate, description This package provides user control over the layout of the three basic list environments: enumerate,. The web suggested that adding a leftmargin flag like this would accomplish this, but it leaves things undiented. That’s not what we want, so we have to add another layer of boxing. If you want the braces, they must be duplicated. It does of course have a forced line break and some above and below. The first one is for an inline itemize and a second one is for a normal itemize. So maybe you start from scratch with a simple drawing to. Producing exams with exam class, I want to know if there is a command like inlineitem, for parts, where I can write parts of a question in the same line, something like part, inlinepart. It relies on putting some vertical space by way of a zero width ule at every instance of item. Code: documentclass{article} usepackage{enumitem} setlist{nosep,after=vspace{aselineskip}} egin{document} I like the lack of vertical space between the end of this paragraph and the beginning of the. There is an equivalent called »itemjoin« that separates items in in-line lists. , not across other numbered environments. Sorted by: 5. This is the default behavior of keyval, which enumitem just emulates. You can combine enumitem with beamer features and templates. log file: Without specifying itemjoin*=<string>, no warning messages are generated. Thanks for the customized environment, and the cleaner code. Ellett. documentclass [11pt] {article} usepackage {paralist} egin {document} This list includes the following : egin {inparaitem} item option A item option B item option C. 5in] Here's a MWE:I'm redoing my résumé and would like to produce a certain style of lists using enumitem, as shown in the image below. 2 The enumerate environment for numbered (ordered) lists 2. You just need to replace enumiitem settings in your initial MWE to this: % ENUMITEM SETTINGS setlist {labelsep=32. As you have formulated it, each new \changeitem will be relative to the current definition of \item. Because kao. While we’re at it, we add a formatting command for the user to customize. Have a look at the current version of the enumitem manual. setlist [enumerate] {resume} you can get a continuous numbering through a document. 375em} and label*={Alph*),,}. I couldn't figure out how to get the text to be flush with the edge. Classes and packages tuned to my usage. 3. That’s not what we want, so we have to add another layer of boxing. . If you want to auto fill the space, try setlist [itemize] {itemjoin=hspace* {fill},itemjoin*=hspace* {fill}} but this will not prevent the line break, if a line is full, it is full. 1. This problem largely seems to have been solved by Raphink in the thread Enumerated list with blue circles and number inside it, and their efforts are reproduced in the code below. . Near new men’s size 8 Fuel inline skates. In the code below, this is what I try to achieve with. Beamer inline itemize and enumeration. Enumerate and itemize undefined + captions not working. While we’re at it, we add a formatting command for the user to customize. . I removed all unnecessary packages; restore them, but don't load enumitem once with options and once without; also hyperref should go last; Insted of mathrm you want ext for the words “then” and “so”. This is the default behavior of keyval, which enumitem just emulates. Keep in-line equation inside page margin. end {enumerate*} Please post a short compilable code reproducing the problem. 1 Answer. The documentation for enumitem (on page 7 in Version 3. egin{itemize*}[leftmargin=-. 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). Item three 1 A 2. % \end{document} However, the output is then . item [$lacksquare$] This will give a filled square bullet. Can anyone explain the reason and/or suggest a workaround. This package provides user control over the layout of the three basic list environments: enumerate, itemize and description. +Mas as vezes queremos efetuar controle mais refinado ou controlar o rótulo de listas não enumeradas também. end {enumerate}. As the same alphabet, but you can always load a different font for both (although it would be strange to use both. Context: I want to treat lists (itemize, enumerate, and description) just like regular text for what regards vertical spacing. The key itemjoin sets the format for in between the items, while the key itemjoin* sets the format for before the last item, overriding the itemjoin setting. \documentclass [10pt] {amsart} \usepackage {amsmath, amssymb, amsfonts. My goal is to produce inline lists ( itemize and enumerate) in combination with the beamer document class. align* is not suitable for this. The [inline] option of enumitem isn't designed for lists aligned in columns, but for horizontals lists with a constant horizontal spacing between items, like the inparaenum and inparaitem environments from paralist. However, for labeling and formatting of lists in general, I recommend the more powerful enumitem package. The above MWE provides itemize* that takes a single optional argument (<num>), setting a "list" inline (like enumitem 's [inline] option). This section describes the keys in displayed lists. . \end{enumerate*} Text after list. . 2 Answers. 5. sty into ~/texmf and into /usr/local/share/texmf and into the directory containing my . I want to create an inline list. In order to keep the displayed list numeric while the inline list alphabetical, you would have to create a new list, as the \enumerate and \enumerate* environments share the same. Since enumitem inline enumerations are intended for pararaph-like enumerations, the item content is unpacked with unhbox even in boxed mode. If I load the necessary packages ( pifont, enumitem, and color) it seems to work. documentclass. 3. but this simply generated a list with no numbering. 25in, right=1. While we’re at it, we add a formatting command for the user to customize. That’s not what we want, so we have to add another layer of boxing. Post by mado » Mon May 02, 2016 9:01 am . Related. " The option itemjoin is used to specify what comes between the items, in this case the command ab comes in between each item. I didn't see an easy way to use enumitem to make enumerate work this way (but Lucas was smarter!), so I thought that you had only two options:. buy doesn't matter. 17. I want to remove newline in between each item and just add space instead. It works perfectly with text or enumerate* (inline list), but I cannot seam to figure out how to control some the remainder of the spacing created by the enumerate environment. txt","contentType":"file"},{"name":"README. Since enumitem inline enumerations are intended for pararaph-like enumerations, the item content is unpacked with unhbox even in boxed mode. sty. To do that I would like to know how the enumitem package places the labels. A big plus point is also the resuming of enumerate counters after a break. 11. While we’re at it, we add a formatting command for the user to customize. That’s not what we want, so we have to add another layer of boxing. Segletes. This package provides user control over the layout of the three basic list environments: enumerate, itemize and description. However, what I'd really like to do is have this in an inline list, and if I change enumerate to enumerate*, ef {A} prints 1 instead of A. You can use the enumitem package with the inline option. to your code wherever you want the original enumerate. Ordered lists Changing this environment is a little more tricky, because there’s a lot more logic involved and the easiest solution is probably using the enumerate or enumitem. Open School BC is British Columbia, Canadas foremost developer, publisher, and distributor of K-12 content, courses and educational resources. In the MWE, the numbers in the second environment are seemingly right-aligned with the numbers in the first, I would like to left. While we’re at it, we add a formatting command for the user to customize. While we’re at it, we add a formatting command for the user to customize. The other items come from an enumerate environment, belonging to the tobecont series, with suitable values of. ctor elax fi }color@endgroup egroup enit@outeritem. Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this siteThe second line keeps it's horizontal spacing without change. 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}. \usepackage [inline] {enumitem} and \begin {enumerate*}\end {enumerate*} (with asterisks) should do your work. The second solution does do this, but it is a little bit of a hack. documentclass {article} usepackage [inline] {enumitem. According to a comment to the original question, the purpose is to get description items numbered; in this case, you can use an enumerate environment (setting the label key appropriately to get the desired numbering) and a variant of \item to emulate the format of a description list; something along. I use \setlist{wide} with the package enumitem to unindent a subsequent line in an item in vertical (normal) lists. 4. WARNING If the value is completely enclosed in braces, they are stripped off. e. Since enumitem inline enumerations are intended for pararaph-like enumerations, the item content is unpacked with unhbox even in boxed mode. I can easily do this using enumerate* form the the enumitem package, but when I attempt to wrap this in a macro, I get: Extra }, or forgotten \endgroup. 3 answers. 他の箇条書きの例も試してみましょう.Enumitem パッケージには Enumitem. You can create a command that acts like item [description title]: You can remove the if you don’t want a line break. It should also be used for other structures that provide a similar distinction between its usage, like the {listings} package's environment and inline form. Through the enumitem package I've changed the label to [label=Caso arabic*)]. The [inline] option of enumitem isn't designed for lists aligned in columns, but for horizontals lists with a constant horizontal spacing between items, like the inparaenum and inparaitem environments from paralist. Basically, I want an inline list to be treated as one "item" in a normal itemized list. 1. Description lists don't admit a label in the sense of the label key of the enumitem package. 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. Most of them are available in inline lists, where further keys are available (see 4). ) documentclass {article} usepackage [inline] {enumitem} usepackage {tabto} ewenvironment. With a standard. which is exactly what I want. S1, Fig. Most of them are available in inline lists, where further keys are available (see 4). This is the default behavior of keyval, which enumitem just emulates. Starred enumerate environments will look like what you are asking for. 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, and build their careers. \end{itemize*} \end{document} However, it doesn't render exactly right. You are free: to share – to copy, distribute and transmit the work; to remix – to adapt the work; Under the following conditions: attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. The style of the title is easy to change. That’s not what we want, so we have to add another layer of boxing. you are missing the frame environment. sty loads enumitem with no options, It isn't able to load it with the inline option. It uses the metropolis theme. Q&A for users of TeX, LaTeX, ConTeXt, and related typesetting systemsSince enumitem inline enumerations are intended for pararaph-like enumerations, the item content is unpacked with unhbox even in boxed mode. egin {enumerate} descitem {Apples} Apples are red, and contain iron. Most of them are available in inline lists, where further keys are available (see 4). That’s not what we want, so we have to add another layer of boxing. | % +-----+ % % Copyright (c) 2003-2011 by Javier Bezos. After <num> entries, a paragraph break par is inserted. It seems that paralist and enumitem are incompatible to each other. This parameter is added in enumitem for the blank space from the margin of the enclosing list/text to the left edge of the label box. 5 Custom bullets using the enumitem package and MetaPost. However, for labeling and formatting of lists in general, I recommend the more powerful enumitem package. 3. an enumerate* environment nested inside an. If you want the braces, they must be duplicated. Since enumitem inline enumerations are intended for pararaph-like enumerations, the item content is unpacked with unhbox even in boxed mode. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or. (the * should serve to calculate the value of. Sorted by: 13. 1 The itemize environment for bulleted (unordered) lists 2. That’s not what we want, so we have to add another layer of boxing. Vertical spacing with enumitem inline. Usually I use \usepackage [inline] {enumitem} and. (and similarly for enumerate) removes vertical spaces in the list. The environment tabbedenum using paralist worked perfectly for my needs, but transferring this to Tabbedenum based on enumitem no. It seems to work with enumerate but not with the starred enumerate*. 8. In C++14, these are restricted to enums, integers, pointers of all kinds, lvalue references, and nullptr_t. Is a Palatino script (Gyre Pagella) and the math font is another Palatino script (Asana Math), while. Most of them are available in inline lists, where further keys are available (see 4). \documentclass {article} \usepackage [inline] {enumitem. Therefore, the following code compiles correctly: documentclass{scrartcl} usepackage{calc,enumitem,amsthm}. Referencing a custom labeled item in enumitem inline list. The enumitem package also implements inline lists for all of the three list types. option. Q&A for users of TeX, LaTeX, ConTeXt, and related typesetting systemsSince enumitem inline enumerations are intended for pararaph-like enumerations, the item content is unpacked with unhbox even in boxed mode. WARNING If the value is completely enclosed in braces, they are stripped off. enumitem. The calc package modifies setlength so that it can understand calc expressions. Enumerate items with respect to chapters. produces lists whose entries have zero indentation. | % +-----+ % % Copyright (c) 2003-2011 by Javier Bezos. I use enumitem lists all the time for unnumbered lists, bulleted lists, checkboxes, etc, and I know that [label=arabic*] changes the default numbering to give me `regular' numbers. Sorted by: 7. Viewed 15k times. Segletes. usepackage [inline] {enumitem} setlist [itemize] {before= olinebreak} I repeated this with before=unskip but neither worked. However, using enumitem with Beamer causes the bullet points to disappear (images attached below). This is the default behavior of keyval, which enumitem just emulates. Apr 3, 2015 at 15:20. The easiest way to get that is replacing the single hyphens by double hyphens ('--') which will be written as en-dashes. It is also possible to use ENUMITEM_VALUE (,) to assign specific values only to the items you want, but it is not recommended as this could create conflicts with enum extensions/inheritance. I would like to have dots lined up under each other. You can make two shortcut commands. Usually I use usepackage [inline] {enumitem} and. enumitem – Control layout of itemize, enumerate, description. Open School BC helps teachers. 3. This is the default behavior of keyval, which enumitem just emulates. Here's an example of changing to italics, no bold: enewcommand {descriptionlabel} [1] {hspace {labelsep} extit {#1}} To change the formatting of the label to something else, change the extit {#1} part above. item [$square$] This will give a hollow square bullet. % +-----+ % | Typeset enumitem. I'm writing an article whith a specific document class. By the way, the meaning of widthof is ignorespaces and only in legal calc expressions it becomes really useful. You can't load it a second time with conflicting options. documentclass{article} usepackage{enumitem} setdescription{itemsep=0pt,parsep=0pt,leftmargin=0. Namely: If the list starts a paragraph, insert a vertical parskip beforehand — no. The real remedy is for you to stop using dfrac for inline-math expressions. The problem is the missing empty line between one paragraph and the following tlpquote. Choose from our selection of inline flowmeters, including over 600 products in a wide range of styles and sizes. Comment out the efstepcounter line and the problem goes away. tex file, I've tried running texhash. This is the default behavior of keyval, which enumitem just emulates. documentclass{article} usepackage[inline]{enumitem} egin{document} Lorem ipsum dolor sit amet, consectetur adipiscing elit. some text before items. Writing enumitem's to a file. 2cm, includefoot, footskip=30pt,]{geometry} usepackage{changepage, enumitem}. 1 Answer. Most of them are available in inline lists, where further keys are available (see 4). Here is the code that I've used. 3. Trouble is, as in the picture below, the lines of an item besides the first. 更新版:2017/04/15 (旧題:enumitem. For example, it wouldn't be that hard to do what you want using section or subsection commands, either by choosing a class that centres these or by using titlesec. I have defined two custom enumitem environments with a grey background. 5cm,top=1. You are free: to share – to copy, distribute and transmit the work; to remix – to adapt the work; Under the following conditions: attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. \begin {enumerate*} \item \end {enumerate*} for this purpose. 1. In the standard use of the command the use is arabic {section} where the argument is the name of a counter to be printed in arabic. In stock and ready to ship. I can't guarantee that it will continue to work if enumitem receives a big update. Jul 18, 2014 at 12:38. Instead, it loads the enumitem package with the option inline and uses an enumerate* environment. } etc. While we’re at it, we add a formatting command for the user to customize. When it comes to the hypersetup, that is stored and then executed. % end{document} However, the output is then . Sorted by: 2. You can use the enumitem package that also frees you from manually adding the separators. tex to get the documentation. Solution 1. If you want the braces, they must be duplicated. egin {enumerate} [label= ( oman*)] It might be an idea to load enumitem with the shortlabels option: usepackage [shortlabels] {enumitem} Then you can simply use. 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. produces the output. I think that in my case it does, since some items contain more than 10 lines with lots of formulas (so I need more space per line. The easylist package. 1 Answer. \documentclass {article} \usepackage [inline] {enumitem} \begin {document} This is an example paragraph meant to demonstrate \begin {enumerate} [label= (\arabic*)] \item how enumitem works. I'd suggest you use the enumitem package. minimal vertical and horizontal spacing. egin{enumerate*} item My first item. It has a huge limitation though: each items should be just a single paragraph and can't contain display equations. I assume this means that it had installed an old version of enumitem. 2. – Peter Grill. master d5ff42e0: Simplify implementation of style/enumitem. Who is online. 5. ] item Nested item 1 item Nested item 2. That way, \changeitem will operate each time on the standard LaTeX \item. 的排序,可在document前使用以下语法: 表格同理,只需要将. For the record, align* environments would work if it's packed into a parbox or minipage. If you use setlist{nosep,after=vspace{aselineskip}} we get . In the code below, this is what I try to achieve with. The algorithm consists of modifications to these environments to trace where the end mark belongs (for the implementation, see its documentation). The third solution works pretty much like enumitem's inline lists. The ultimate in compaction (of every sort) is offered by the savetrees package; compaction of lists is included. These packages allow you to have sequential numbering. . Answer due to the comment by @JavierBezos changing the mode to unboxed: \documentclass {article} \usepackage [inline] {enumitem} \begin {document} text before inline itemize environment \begin {enumerate*} [mode=unboxed] \item this is an inline itemize environment with math environment \begin {equation} E= mc^2 \end {equation} \end {enumerate. log file: Without specifying itemjoin*=<string>, no warning messages are generated. WARNING If the value is completely enclosed in braces, they are stripped off. I found myself a solution. item 2. Sorted by: 7. III. The symbols of these lists should use the same symbols as their non-inline counterparts to match the look of the beamer template. I have two enumerate environments. Is there an option in enumitem, or a way of using enumitem that adds the correct punctuation to the list, but lets me cross-reference the label without the punctuation? cross-referencing; lists; enumerate;Since enumitem inline enumerations are intended for pararaph-like enumerations, the item content is unpacked with unhbox even in boxed mode. sty to use RequirePackage[inline]{enumitem}, works. WARNING If the value is completely enclosed in braces, they are stripped off. 3 Creating a new list with enumitem. How would I go about updating enumitem? I downloaded it from CTAN and placed the . How can I fix the spacing in enumitem inline lists? 6. It is working perfectly apart from my inability to create the correct left hand margin and hanging indent for the enumitem. The enumitem package has an inline option which implements inline versions of the standard lists using starred versions of the basic list environments. {"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"LICENSE. Sorted by: 10. 22. Using item [Xxx] will get you the first level list. 9 l_new:N l__gatherenum_itemformat[elpa] externals/auctex 43f6398 46/71: Improve handling of key=vals in style/enumitem. Most of them are available in inline lists, where further keys are available (see 4). Feb 15, 2016 at 18:52. Here's a solution that doesn't use a multicols environment. Improve this answer. Postby bstex » Fri Jan 19, 2018 9:29 am. レイアウトをユーザーが制御できるようにします.. 9 l_new:N l__gatherenum_itemformatQ&A for users of TeX, LaTeX, ConTeXt, and related typesetting systemsI am trying to implement to solution to this problem Indentation on items but something is not working together with my header. ) of enumitem you don't need the inline option for this code to work. P. left aligned without margin. For lists aligned in columns, you can use the tasks package, but also shortlst, which can be found on CTAN, but isn't part of TeX Live. Aligning Exsheets Question with Enumitem Inline. documentclass{article} usepackage[inline]{enumitem} egin{document} egin{enumerate*}[label=arabic*)] item ohai item yes end{enumerate*} end{document} Stefan. 2a,可在待修改图片前面使用以下语法: 如果我们想要得到的是Fig. There is something that is making this weird behaviour. \begin{enumerate*} \item My first item. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or. list: Remove the indent at the beginning of subsequent (non-labeled) lines of each list item. 9 l_new:N l__gatherenum_itemformatSince enumitem inline enumerations are intended for pararaph-like enumerations, the item content is unpacked with unhbox even in boxed mode. While we’re at it, we add a formatting command for the user to customize. 1 Answer. Add a par after the item and the problem goes away. What I would like to know is: what are all of the options for numbered lists? (meaning, the alternatives to arabic*?)I can't find a list of the available preset. The solution is to define also afterlabel to be empty and add a space to itemjoin.