latex enumitem. I suggest defining your own environment also for the outer list. latex enumitem

 
 I suggest defining your own environment also for the outer listlatex enumitem  (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

\begin {itemize} [leftmargin=10pt] or globally for the whole document with. 9. The enumitem package has an inline option which implements inline versions of the standard lists using starred versions of the basic list environments. Solution. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. Sure you need to add usepackage {enumitem} in the preamble. 1 Answer. I'm pretty amazed enumitem doesn't fall in the 'basic' category. Alternatively, setlist allows you specify for which type of list the parameters values should apply: setlist [itemize] {leftmargin=5. You can use the enumitem package that also frees you from manually adding the separators. This is because the document class (beamer in this case) defines (or redefines) all the necessary commands/macros and environments to it's liking. It only takes a minute to sign up. enumerate環境の基本. The enumitem package has an inline option which implements inline versions of the standard lists using starred versions of the basic list environments. e. Share. The enumitem package can emulate the functionality of enumerate too if you load it with shortlabels option. I'm trying to configure aligning of lists and sublists using enumitem. You can set it using setlength {itemsep} {<new length>}. The package’s prime purpose is to save space at every touch and turn: don’t use it. Sorted by: 42. I've also changed the ref using. 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. 1. This package provides most of the flexibility you may want to customize the three basic list environments ( enumerate, itemize and description) and to design your own lists, with a <key>=<value> syntax. The package I am using is enumitem. 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. 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. Hence from item[[1]]. The strong point of paralist is the. 4 Answers. g. setlistdepth", the version of enumitem. Information and discussion about LaTeX's general text formatting features (e. enumitem also has a start key which can be used to start any list at any number without. You should load neither enumerate nor enumitem with beamer; in any case, the two packages should never be loaded together. Either insert a blank line or use par: documentclass {article} usepackage {enumitem} egin {document} egin {itemize} [leftmargin = *,listparindent =1cm] item A. egin {itemize} item [$checkmark$] This will give a checkmark bullet. The rest are those in standard LATEX. arabic*] item foo item bar end{enumerate} end{document}Please consider the following example for better understanding. – user193767. 4 Answers. LaTeX Error: Something's wrong--perhaps a missing item. . 3. 5cm]{geometry} usepackage{enumitem} usepackage{lipsum} egin{document} lipsum[11]. For an example, you may want to. egin{enumerate}[hspace{18pt}(P1)] item Some text. The simplest way to solve this is to simply add the line. Within this redefinition you could adjust the LaTeX list length macros. One of these is the enumitem package that simplifies the formatting of itemized lists, description lists, and enumerated lists. \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. setlist [enumerate] {resume} you can get a continuous numbering through a document. 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. end {enumerate} Some explanatory text. Also, for the case of enumitem: documentclass{article} usepackage{enumitem} ewtheorem{thm}{Theorem} egin{document} egin{thm} Hello everyone. ] 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. There are two things that you need to do in your org mode file to take advantage of that: 1) make sure that the enumitem package is loaded when your LaTeX file is processed by adding a usepackage {enumitem} using the org mode #+LATEX_HEADER: construct; 2) make sure that the itemize environment. The enumitem method avoids this. end {description} item Et on termine par un second élément. Jul 20, 2017 at 11:05. You can combine enumitem with beamer features and templates. Enumitem package does not control it. The code in the preamble defines a new command namedlabel which produces the name when cross-referencing the item. Edit: Note that item will indent anything that is after it. 75cm away from the left margin. So far, everything works, but I realized, that a proper indentation of new list levels is missing. 9. Share. Here labelindent is a new parameter introduced by enumitem, described below. end {enumerate} You can also put everything into your own macros for convenience. It only takes a minute to sign up. Redefining item can be. You just have to put this setlist [itemize] {leftmargin=*} in the preamble. In the code below I've used the \setlist command to customize the enumerate environment. 2 Answers. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. This means you can either adjust the margins locally, e. It only takes a minute to sign up. Apr 3, 2015 at 15:20. tex file and try to compile. Correct way to use "enumitem" (or its alternatives) for itemize in Latex Beamer. and. Other description s will work with default behavior. I have put together a simple one. ) 3 posts • Page 1 of 1. Item 2. 9. Hope this is what you're looking for. 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. Some further comments on your code: inputenc with utf8 is no longer needed (April 2018's LaTeX format defaults to it); you do not need to load etoolbox with beamer (it's loaded by default); instead of your. Between an itemize environment and its preceding text, a length, \parskip, also adds to that space. This uses enumitem and its ability to clone the usual enumerate lists with ewlist and define it as a maximum 2 level nesting list, with first level labelled lower case roman figures, the deeper level with upper case roman figures. To achieve a) b) c) just start your enumeration with egin{enumerate}[a)] (or egin{inparaenum}[a)]). I'm very new to Latex and I'm trying my best to work with it and use it, but sometimes errors get overwhelming honestly It might not be. This is what i got so far. 标签样式. Use the enumitem package and two separate enumerate environments, adding resume as option to the second environment. It only takes a minute to sign up. 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 vertical line and the red vertical line in the pic below will be the same. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. Then, each loaded package does the same sequentially. 51. I'd suggest you use the enumitem package. egin {enumerate} item [0. \begin {itemize} \vspace {-0. It only takes a minute to sign up. Maybe there is another useful package for page breaks within long tables or a complete other package. I am sure one of packages mentionion by Christian Hupfer would do a much better job, but here is a quick solution to your specific problem. parsep controls the amount of space between paragraphs, itemsep that between items: see other page on this site. Does one really require setting the enumeration list depth (e. Here labelindent is a new parameter introduced by enumitem, described below. You can achieve everything you want using only enumitem. ], and using the same label as itemize - $ullet$ or extbullet. 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]. With ewlist you can define you own list and via setlist set the settings. Indeed source2e says: leftmargin: space between left margin of enclosing environment (or of page if top level list) and left margin of this list. To indent the first line of the items equally to the indentation of paragraphs, you can use wide=parindent or just wide. You can get the customization you want by setting the [key=value] option for a number of keys. Below, I used the enumitem package's resume feature to continue the list and place the second item within its own. You have to define a label for later reference: itemlabel {th2} Thing 2 and then you can say Theorem~ ef {thm:4. The package adds an optional argument to the enumerate environment which determines the style in which the counter. I'm using enumitem to have a custom enumeration like this : Step 1 : first step. . ) This can only work together with enumitem, if. Segletes. font= ormalfontfseriescolor {blue}, So labels will be bold blue. egin{enumerate}[label=protectcircled{arabic*}] item First item item Second item item Third item item Fourth item end{enumerate}2 Answers. 1. Here is a solution that uses the eqparbox package to measure item label widths. I want them to be able to share levels (i. 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. 1 Answer. So far, everything works, but I realized, that a proper indentation of new list levels is missing. . ここで紹介する enumitem を使うと,これら3つの標準. As you already mentioned, enumitem "disturbs" beamer. For changing the default settings, you can either supply an updated label to the itemize environment, or create your own using ewlist together with setlist:If you want to make a global setting to your list (rather than the optional argument on a per-list basis), you can use. The label options of the enumerate environment can be set inside the theorem environment right at its start with AtBeginEnvironment from etoolbox and setlist [enumerate]. goto ef{l} end{enumerate} end{document}. Under the enumerate environment, the numbering style can be changed using the enumitem package. – egreg. before= {color {blue!50!red}itshape} And the rest will be purple italics. It only takes a minute to sign up. Here's an implementation of the counter using your xslalph command. \usepackage [inline] {enumitem} and \begin {enumerate*}\end {enumerate*} (with asterisks) should do your work. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. 25em, parsep=0pt] item Example Example. And Don’t forget to include the enumitem package otherwise the command will not work. Enumitem. It only takes a minute to sign up. \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. (and similarly for enumerate) removes vertical spaces in the list. @itempenalty=-@lowpenalty. I present three examples: documentclass [12pt] {article} usepackage {enumitem} usepackage {showframe} %. You can customize those environments using package enumitem. documentclass [11pt, letter] {article} usepackage [utf8] {inputenc} usepackage [T1] {fontenc} usepackage {enumitem. if you still get the "Too deeply nested" error, then the renewlist command is missing for the list type you use; if you get "Package enumitem Error: Undefined label. The package enumitem provides a simple way to define you own list environments. bold, italic, enumerations,. does not end a paragraph, it just breaks the line. The easiest way to do this is to use the enumitem package. – Johannes_B. As a minimal working example, consider the following LaTeX code, saved in ~/Test. 3. I have an item list that I would like to start on a new line, but without a full paragraph space before the first item. If you just want to alter attributes of the default lists, you can instead specify enumerate, for example. For that one item, I want to remove the label and decrease the indent so that item is aligned with the labels of the previous items. Location: CTAN tex-archive macros latex contrib enumitem Directory macros/latex/contrib/enumitem README. 1 Answer. If you want Greek letters without kerala, though, you could roll your own like the example in §8. I am currently making a test that contains 10 questions for easy, average and difficult. From what I can see the separation above an below the list is determined by topsep and partopsep so setting them both to 0pt removes the space outside the list. That behavior is part of how enumerate sets things up: take or leave. A complete revamp to accommodate the new request: Itemized list spread across the page. You can change the color of the links as above. Now in standard LaTeX \leftmargin is meant to be positive. Viewed 2k times. g. It would be better to define your own list environment. errors too). You can use the enumitem package to customise lists. And Don’t forget to include the enumitem package otherwise the command will not work. 26. This is a good thing. , } ewlist {inlinelist} {enumerate*} {1} setlist. produces lists whose entries have zero indentation. usepackage{calc} usepackage{enumitem} egin{document} egin{description}[leftmargin=!,labelwidth=widthof{fseries The longest label}]. 0) allows you to define a custom alignment via SetLabelAlign: Here are two versions, one without the and another with the (). In. If you need it to be zero, just choose the [leftmargin=*] option. Oct 11, 2015 at 15:30. The paralist package provides very compact lists: compactitem, compactenum and even lists within paragraphs like inparaenum and inparaitem. Have a look into the enumitem package manual, but personally, I don't like this alignment -- it does not improve readability – user31729. documentclass {article} usepackage {enumitem} egin {document} egin {enumerate} [label= extbf {arabic*}. enumitem-zref Extendedreferencestoitemsforenumitempackage 2UserInterface 2. If that works, you probably want to move the file to a. Can you help me modify the numbering into like this: EASY ROUND E1. 4 Answers. You just have to put this setlist [itemize] {leftmargin=*} in the preamble. if the item should start with 3, use start=3, not start=2, i. Add a comment. before= {egin {minipage} [t] {hsize}}, after = {end {minipage}} to the list of options that go with. @JairoADelRio what if I already have. 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. Something like the following (untested, values may actually differ since I don’t know what reference point is used): ewenvironment {noindlist} {egin {list} {labelitemi} {leftmargin=0em itemindent=0em}} {end {list}} Share. Also consider package paralist which adds the possibility of having in-line enumeration. g. Illegal unit of measure (pt inserted) item. LaTeX Error: Environment example undefined. Using enumitem, the start=. Here are 3 possibilities: documentclass[paper=a4, fontsize=11pt]{scrartcl} % A4 paper and 11pt font size usepackage[T1]{fontenc} usepackage[utf8]{inputenc} usepackage{enumitem} egin{document} oindent Some text Some text Some text Some text Some text Some text Some text Some text Some text Some text egin{enumerate}. The numbering style for the enumeration is determined by the commands, \labelenumi, \labelenumii, etc. 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. It only takes a minute to sign up. By default, lists contain quite a lot of vertical space. Sorted by: 2. 1 Answer. 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. テクノロジー. documentclass{report}. can be enumi, enumii, enumiii or enumiv, if a standard enumeration list is used. 2 of enumitem used a different way to setup the standard lists; for your needs it should be. Hi everyone, I am trying to use the enumitem package in LaTeX but it is causing a serious problem - if I import it, it seems to break the compilation and it just. setenumerate {label= ( oman*),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 class sets @itempenalty implicitly to 0. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. 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. } etc. Follow. If to write something like. Copy. 2. I know about {setlengthitemindent{25pt} item Text}, but this fail when the content of the item breaks into a new line:. Apr 18, 2020 at 15:58. This is how it looks for me: This is the code to reproduce: \documentclass [letterpaper, 12pt] {article} \usepackage [utf8] {inputenc} \usepackage [margin=1. e. This package provides user control over the layout of the three basic list environments: enumerate, itemize and description. As you have formulated it, each new changeitem will be relative to the current definition of item. 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. e. We can continue the enumeration like so: egin {enumerate} setcounter {enumi} { heenumTemp} item The list goes on item and on. Here's the dependencies between the relevant horizontal parameters: \leftmargin + \itemindent = \labelindent + \labelwidth + \labelsep. egin {itemize} setlengthitemsep {1em} item one item two item three end {itemize} Don't do that. In the document body, don't use parskip but a blank line to separate paragraphs. Here is the first list: 1. 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. LaTeX forum ⇒ Text Formatting ⇒ Enumitem. an enumerate* environment nested inside an enumerate environment is recognised to be. usepackage{enumitem} usepackage{blindtext} egin{document} lindtext egin{enumerate}[label=Counter arabic*] item lindtext item lindtext. Alternatively, \setlist allows you specify for which type of list the parameters values should apply: \setlist [itemize] {leftmargin=5. So, to undo the three settings you made, you can add this: setlist [enumerate,1] {}% setlist [enumerate,2] {}% setlist [enumerate,3] {}%. I am not sure whether this is, what you want to achieve, but you can explicitly set the label of an item. Here labelindent is a new parameter introduced by enumitem, described below. If you need to label {} and ef {} items in your list, the first option gives a bad ef (the enumi part appears twice). In this case, \documentclass {beamer} \usepackage {enumitem} \setlist [itemize] {noitemsep, nolistsep} \begin {document} \begin {frame} \begin {itemize} \item Item 1 \item. See full list on overleaf. 後半は enumitem パッケージを用いた拡張的な方法について解説します。. enumitem | Indentation for whole Item in an enumerated List. 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. If inline lists are required, use usepackage [inline] {enumitem} and the enumerate* environment. com Learn how to use the enumerate and itemize environments to add ordered, unordered and nested lists to your document. 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. E2. 2cm}\item Second Line \end {itemize} the ~ is needed because space at the end of the page might won't show. Share. `enumitem` to use depth levels ? Code, edit and compile here:2 Answers. {enumerate} then naturally LaTeX will. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value. label*=\alph*) which changes the label to a), b), etc. The enumitem package is the key for easy customization of itemize/enumerate lists. setitemize [0] {leftmargin=*}LaTeX. 2cm}item Second Line end {itemize} the ~ is needed because space at the end of the page might won't show. A code with enumitem: I define a steps environment: documentclass{article} usepackage{enumitem} ewlist{steps}{enumerate}{1} setlist[steps, 1]{label = Step arabic*:} egin{document} egin{steps} item first thing to do item Second thing to do item Third thing to do end{steps} end{document}. Here's a minimal document. ], and using the same label as itemize - $\bullet$ or \textbullet. As @daleif already mentioned in the comment if you load the enumitem package with the inline option the starred versions of the environments itemize, enumerate and description are defined. enumerate環境の基本. . ) In a few of these sections, we have enumerate d environments. If you use the enumitem package, you can easily change the style of the counters. 1 Answer. ] \item Nested item 1 \item Nested item 2 \end{enumerate} \item The second item \item The third etc \ldots \end{enumerate} \end. , for example. documentclass {article} usepackage {enumitem} setlist [enumerate,1. 9 2019-06-20 - \DrawEnumitemLabel rewritten 3. Yet, that dot must be visible in the sublist (item #3b. . I am not totally sure, but I think,. enumerate – Enumerate with redefinable labels. g. Spanish babel forces the use of upper case. 26. Since the labelindent command exists for legacy reasons in the IEEE template, you can simply "disable" it by adding the following before importing the enumitem package:Here's a solution that doesn't use a multicols environment. 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. As the manual states:. } setlist [enumerate,2] {label*=arabic*. sty in the same folder as your . For the bullet, you can easily do it by slightly abusing the font key: documentclass[12pt,a4paper]{article} usepackage{enumitem} egin{document}. 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. documentclass {article} usepackage {enumitem} egin {document} Some text. You should consider placing letlatexitemitem in the preamble outside of the changeitem macro. The surrounding formatting, e. 水平间距. Counter values can be printed in as Roman numerals using oman {<counter>} (lowercase) and Roman {<counter>} (uppercase). egin {itemize} item extbf {src} contains the activities as well as the java code. Now in standard LaTeX leftmargin is meant to be positive. I had hoped that I could then \addtocounter {enmui} {-1} so that the next \item would have the same label as the one I referenced. Itemize Cross-referencing items in unordered lists (bullet items) is not supported and. Hot Network QuestionsPerhaps you should delete the before end and add usepackage[shortlabels]{enumitem} to your tex document. Aside from not mixing enumerate with enumitem, the latter is not compatible with beamer. } in a later enumerate environment with a reference to the label of the previous item. My goal is to label each item as Case: 1, Case: 2, etc. tex to get the documentation. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value. . The main cause is paralist which changes the settings of enumerate environment defined by enumitem. It only takes a minute to sign up. Because you already use enumitem you can use a third version: Version 3: egin{enumerate}[listparindent=enumerateparindent] % <===== item% lindtext lindtext end{enumerate} Here listparindent is set to enumerateparindent. The rest are those in standard LATEX. 2. Here labelindent is a new parameter introduced by enumitem, described below. latex 如何 itemsize 中的 item 不进行缩进. , for the nested levels. I am using enumitem package in order to extend latex default 4 itemize-list levels. documentclass{article} usepackage{enumitem} egin{document} egin{enumerate}[label=Aarabic*] item First item item Second item end{enumerate}. \documentclass {article} \usepackage {enumitem} \setlist [enumerate,1. Here labelindent is a new parameter introduced by enumitem, described below. The enumitem package is far more flexible when compared with enumerate. documentclass{article} usepackage{enumitem} egin{document} A list:. is to be used, i. ",. I was to align the entire list element about 0. In the code below, assume that the custom list test is defined in the package, i. usepackage{enumitem} setlist[enumerate]{label=(arabic*), labelsep=1em} egin{document} egin{enumerate} item Lorem item Ipsum item Dolor. colorlinks seems to work the same as colorlinks=true. The optional argument of enumitem can be used with label={large extbullet}, but this will not produce the best result always, perhaps, tiny bullets may have to be raised a little bit. resume continues from the number it got to last time, but using the default formatting! The format is stored but only activated using resume*. 後半は enumitem パッケージを用いた拡張的な方法について解説します。. setlist {leftmargin=10pt} Full example:the enumitem package adds another parameter labelindent for the blank space from the margin of the enclosing list/text to the left edge of the label box. These may be redefined with the \renewcommand command. Actually, the layout is more complex because the label box (ie, labelwidth) could stick into the margin, which means labelindent takes a negative value. end{itemize} I want to continue the pararaph, and. 1 Answer. – Steven B. 更新版:2017/04/15 (旧題:enumitem. Note that you can define some custom commands like ewcommand {savecounteri} {setcounter {saveenumi} {value {enumi}}} and the corresponding estorecounteri to make these solutions prettier. Similarly, there is the rightmargin option, which is used when page’s alignment is right. 垂直间距. The trade-off is that it requires an additional compilation run because widths measured during one run will only. item Some text that goes onto. For comparison purposes I put the two lists (one on the right uses SubItem) in a minipage:. The enumitem package documentation says: opsep, itemsep, partopsep, parsep? Ok, it doesn't quite say that, but it also doesn't illustrate what these dimensions mean. Sign up to join this community. It only takes a minute to sign up. 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. I'm wondering how to show the original enumerating instead of alpha inside the list. For example, with setlist[enumerate]{leftmargin=10mm, label=alph*)}. enumerate – Enumerate with redefinable labels. I know this could be achieved by defining a counter for each item, or even hard-coding the values, but I'd rather do this with labels and references if possible. The page for each package has a link to the package documentation, so you can see its capabilities. setlist [enumerate,1] {label= { (arabic*)}} will use (1) for the first level, oman* will change to (i) etc. tex ): egin {description} item [A)] Data are facts, events or transactions and so on which have been recorded. Add a comment. arabic*} Otherwise, simply load enumitem and use this code in the body of your document:The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. documentclass {article} usepackage {enumitem} egin {document} Here is some document text. enumitem packages have many options for completing the same task. 调整 LaTeX 中的列表环境时,使用 enumitem 宏包可以方便的调整间距。. 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. item extbf {gen} item extbf {assets} item extbf {bin} end. 0. I recommend using the enumitem package whenever you want to customise list environments. 34. First, include amssymb package by adding the line usepackage {amssymb} in the preamble of your document. if the above MWE doesn't work, than first look at settings in your editor (if it use Unicode encoding) than, if nothing helps, try to reinstall your LaTeX distribution or try to use Overleaf on-line service. documentclass [11pt] {article} % This is a helpful package that puts math inside length specifications usepackage {calc} % Layout: Puts. 1.