Enumitem latex. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. Enumitem latex

 
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systemsEnumitem latex  Maybe I've misunderstood what you want, but you just need to set your mycount counter to 1 in your preamble

jfbu added a commit that referenced this issue on Jun 10, 2016. 2cm] {geometry} \usepackage {enumitem. Well, I used to use the enumerate package too – but only until I found out about another one, called enumitem. Using the enumitem package in combination with the beamer class is therefore not recommended. Use default overlays of lists locally (parameter [<+->]) I use enumitem for 1. The package adds an optional argument to the enumerate environment which determines the style in which the counter is printed. The package’s prime purpose is to. I use the exam class for various exercises. Feb 7, 2013 at 6:49. For example, just by setlist [description] {leftmargin=1cm,labelindent=1cm} you could indent the description list by 1 cm. Then, we define a command that will store the list items. You can customize those environments using package enumitem. documentclass{article} usepackage{enumitem} setdescription{itemsep=0pt,parsep=0pt,leftmargin=0. Step 2 : second step. The package is part of the latex-tools bundle in the LaTX required. 5 fontsize: 17pt # 10pt header-includes. setlistdepth{9} And you can have up. 2Therefitemscheme A)thisistheitem myList{A}. Using item [Xxx] will get you the first level list. 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}. Maybe I've misunderstood what you want, but you just need to set your mycount counter to 1 in your preamble. Sorry @KevinM but it would be best if you draw a clear picture of what you really want to achieve. You can use the enumitem package to define a list like the one you want; the following example is taken from the package documentation: documentclass{article} usepackage{enumitem} ewlist{legal}{enumerate}{10} setlist[legal]{label*=arabic*. in a TeX group, before egin {enumerate}. 5 Answers. \begin {itemize} \item [$\checkmark$] This will give a checkmark bullet. 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. Sorted by: 238. In the code below, assume that the custom list test is defined in the package, i. I know about {setlengthitemindent{25pt} item Text}, but this fail when the content of the item breaks into a new line:. If LaTeX in this context looks for a closing ], it simply closes all from beginning [. Here's a solution that doesn't require loading a separate package (such as enumerate or enumitem ): Just issue the command. 2. 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. See the enumitem documentation. enumerate環境の基本. The package enumitem is useful for customizing lists. Here labelindent is a new parameter introduced by enumitem, described below. A nested list behaves actually the same. The enumitem method avoids this. You can achieve everything you want using only enumitem. enumitem tries to guess the width of the widest possible label by measuring the width of the label with value. errors too). A better approach is to "fix" the labeling once and forall so that the referencing works as expected when the enumerate environment is used in the "normal" way: egin{enumerate} item. Sorted by: 1. – leandriis. To change the format of the label use enewcommand (see ewcommand & enewcommand) on the commands labelenumi through labelenumiv. egin {itemize} vspace {-0. I suggest to use enumitem with its full power (no shortlabels option), it is much more flexible and customizable; for alphabetic enumeration use alph*. \end {enumerate} Referencing. Sorted by: 8. The main cause is paralist which changes the settings of enumerate environment defined by enumitem. The strong point of paralist is the. The rest are those in standard LATEX. 1Naminglists Tousethereferenceschemesdefinedbyenumitem-zref,itisnecessarytogivelistsaname. and longer has some explaining text inbetween 3. B)thisistheitem myList{B}(asyou’dhaveexpected. One option is to manually make the text you want bold. The solution to one of my questions is to include this code before the list: \renewcommand {\labelenumi} {\arabic {enumi}. e. The page for each package has a link to the package documentation, so you can see its capabilities. Latest changes 3. In the following example I define the environment enumdescript with the depth 2. 22. The package enumitem is useful for customizing lists. 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. So maybe you start from scratch with a simple drawing to. You can change this with the align key: documentclass [] {article}% usepackage [shortlabels] {enumitem} egin {document} Here's my first list, which has the label ``Note'', but the indentation is too far to the left: egin {itemize. enum. That means that if they get longer they stick out to the left. If it is repreatedly used, it will be simpler to defined a new custom list, say algo-enum and say setlist [algo-enum] {label=Step Roman*} in the. I am not sure whether this is, what you want to achieve, but you can explicitly set the label of an item. In the following example I define the environment enumdescript with the depth 2. The standard repository of LaTeX (and other TeX-related) packages is CTAN, the Comprehensive TeX Archive Network. You can use the enumitem package to customize the description environment, e. Something like this: ewcounter {xmpl} ewenvironment {example} { oindent efstepcouter {xmpl} extbf {Example hexmpl } } {par oindent% ignorespacesafterend} and then use as:What you probably want to do, is to set parsep to zero. Either insert a blank line or use par: documentclass {article} usepackage {enumitem} egin {document} egin {itemize} [leftmargin = *,listparindent =1cm] item A. Add a comment. end{enumerate} Text. If you use the enumitem package you can easily reset the label via [label=$star$] option. You can use leftmargin=* locally, \begin {itemize} [leftmargin=*] \item one \item two \item three \end {itemize} or else you use. Hence from item[[1]]. Viewed 2k times. ここで紹介する enumitem を使うと,これら3. If you are using the enumitem package you can use setlist[enumerate,<n>]{label={DAS. Just to complete the answer of Jukka with a copy/pastable example: documentclass{article} usepackage{enumitem} egin{document} egin{enumerate} item Hello item I am end{enumerate} egin{enumerate}[resume] item a list item that continues end{enumerate} egin{enumerate}[start=42] item and go item beyond your hopes. The web portal has a search function, as well as categorised lists of packages, so you can see similar packages. So far, everything works, but I realized, that a proper indentation of new list levels is missing. Alternatively, setlist allows you specify for which type of list the parameters values should apply: setlist [itemize] {leftmargin=5. 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. One possible way to accomplish it is. ",. The rest are those in standard LATEX. 4 Answers. I already used: the solution proposed here: itemize, removing natural indent. @JairoADelRio what if I already have. Sorted by: 2. I recommend using the enumitem package whenever you want to customise list environments. Text between items of enumerate without using enumitem. This works with me. The book by Leslie Lamport, LaTeX: a document preparation system (1994) has a figure like the one you asked for on page 113, which explains, among other things, that the vertical space at the bottom of a. As soon as say a list/paragraph goes over two pages, I would like to automatically force a page break (without having to manually add page break). Sorted by: 7. More text. If to write something like. So, if you set label=(alph*), enumitem will measure the width of (m) and set labelwidth to. but this simply generated a list with no numbering. The enumitem package can emulate the functionality of enumerate too if you load it with shortlabels option. documentclass{report}. I'd guess BasicTeX has a package install mechanism, but, if not, you can always install it directly from CTAN. 1 Answer. 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. The strong point of paralist is the. 1. @[email protected] enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. 2 Answers. I am using the enumitem package with the following options: labelsep=8pt, labelindent=0. Add a comment. 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*]. Try customizing the list environment by providing appropriate values for leftmargin, and itemindent. egin{enumerate}[align=left] item Item 1 item Item 2 item[3--5. 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. This is what i got so far. Here is an illustrating example: documentclass{article} usepackage{enumitem} usepackage{lipsum} egin{document} egin{itemize}[before=footnotesize, font=large] item lipsum[10]. enumitem documentation. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. 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*. Sorted by: 340. ref=\alph* I was able to solve the problem with enumitem package. Using it you can set up different default behaviours for each list environment using setlist - and even different behaviours for the different levels of nesting. \item text3\label {itm:3}. The easy way is part of the paralist package (see page 3 of the manual). 8. 60. 3. If you want to make a global setting to your list (rather than the optional argument on a per-list basis), you can use. 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= extbf{alph*. } in the definitions. Mar 25, 2014 at 7:54. } \renewcommand {\labelenumii} {\bf {\arabic. enewcommand {@listI} { leftmargin=5mm labelsep=5mm itemindent=0mm listparindent=3mm} it will not work in standard LaTeX classes. As well as allowing all the customizations I could possibly need, enumitem has two very useful built-in options. Share. (To make the scope of enewcommandlabelenumi { ( heenumi)} global, place the instruction in the preamble. 1 Answer. \item [$\blacksquare$] This will give a filled square bullet. Here is a solution that uses the eqparbox package to measure item label widths. The moderncv class, however, only includes the second code line, i. In your example, you can change itemjoin, which works as a separator for the items. And Don’t forget to include the enumitem package otherwise the command will not work. More text. enumerate – Enumerate with redefinable labels. 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. e. El entorno itemize crea items indicados con un símbolo distintivo mientras que el entorno enumerate crea listas. That way, changeitem will operate each time on the standard LaTeX item. The package enumitem provides a simple way to define you own list environments. Jul 15, 2013 at 21:13. First, include amssymb package by adding the line usepackage {amssymb} in the preamble of your document. Other description s will work with. This is how it looks for me: This is the code to reproduce: \documentclass [letterpaper, 12pt] {article} \usepackage [utf8] {inputenc} \usepackage [margin=1. I thought this should be simple, but could find nothing on this. In order to remove the natural indent of itemize globally, you can use setlist command to set leftmargin for the itemize environment. Sorted by: 99. Solution. As you have formulated it, each new changeitem will be relative to the current definition of item. So, to undo the three settings you made, you can add this: setlist [enumerate,1] {}% setlist [enumerate,2] {}% setlist [enumerate,3] {}%. 5. Package enumitem provides you a simple interface to customize the appearance of lists. define new environment with title and number. Only modifying itemindent changes the indention for the. The enumitem package has A LOT of functionality to customize your list environments, and the documentation is very good. 後半は enumitem パッケージを用いた拡張的な方法について解説します。. In a few of these sections, we have enumerate d environments. Improve this answer. This is a good thing. Enclosing it in a minipage is one option. Using the before key for this is wrong - the changed font size will affect the baselineskip of previous paragraph. 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. 4 Answers. 3. You can change the appearance of lists globally in the preamble, or just for single lists using the optional. More specifically, [label*=Alph*. documentclass[11pt]{article} usepackage{enumitem} egin{document} Some text here. You can use the enumitem package. ) This can only work together with enumitem, if. Since time immemorial, the way to format counters in LaTeX has been by redefining the he<counter> command. \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. The surrounding formatting, e. As the manual states: Traditional Spanish typography discourages the use of lowercase Roman numerals. For. If you use the enumitem package, you can easily change the style of the counters. 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). Horizontal space problems. – TH. 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:The enumitem package is my favourite way to do this sort of thing; it has many options and parameters that can be varied,. 2 Answers. See my updated answer. 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. Follow edited Aug 5, 2019 at 20:47. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. Section 2. stefanbschneider. Improve this answer. Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Home; Questions; Tags; Users. A package to customize the three basic lists (enumerate, itemize and description) by means of a set of parameters. Any customization of a list environment, such as itemize, enumerate, etc, is most elegantly handled by the enumitem package. Use enumerate package and say egin {enumerate} [1)]. 3. This will make ightlist do nothing, and the settings you set with enumitem will be respected. , } ewlist {inlinelist} {enumerate*} {1} setlist. Is there a way to obtain coloured numbering in an enumerate list? egin {enumerate} item First item Second item Third end {enumerate} I'd like the 1, 2, 3 to be in blue. Improve this answer. I try the different options in enumitem to control this and they work they way I expect. In. 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. Within this redefinition you could adjust the LaTeX list length macros. The solution to your problem is not to load enumitem, because it's incompatible with beamer (see here and if you really want to risk it here). Have a look into the enumitem package manual, but personally, I don't like this alignment -- it does not improve readability – user31729. {enumitem} egin{document} egin{enumerate}[label=emph{alph*}] %Your options go in the label= tag item I'm first item I'm second egin{enumerate}[label= extbf{Roman*}]. The following example gives 1, 2, 2, when what I want to see is 1, 2, 3. documentclass{article}. 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). Hello, I am writing a CV in latex for my partner and when making a bulleted list it has what appears to be one and a half spacing between lines by default, but we want to have only single spacing between the bulleted items. I want to be able to indent individual items in an enumerate environment. Latest changes 3. Like Geoff's answer, I found a solution I like using enumitem. These item. egin {todolist} item List item 1 goes here. Except for cases when a list breaks across a page. documentclass {article} usepackage {enumitem} setlist [enumerate,1. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. does not end a paragraph, it just breaks the line. Choose the indentation of the whole list by the value of the key labelindent, e. You do not need to set addtolength {leftmargini} {3em} in the preamble it is a local declaration so can be set at any point before the special list. Undefined control sequence. font= ormalfontfseriescolor {blue}, So labels will be bold blue. use resume*, a bit anoying yes, it has something to do with backwards compatibility with earlier enumitem versions. Note that you have to change hethm to the counter you're using for your theorems. A definition list. Here labelindent is a new parameter introduced by enumitem, described below. is to be used, i. For instance, this first level list will be labelled with uppercase letters, in boldface, and without a trailing period. Segletes. e. documentclass{article} usepackage{enumitem} egin{document} egin{enumerate}[label=(alph*)] item The first item egin{enumerate}[label*=arabic*. These are. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. 2cm}\item Second Line \end {itemize} the ~ is needed because space at the end of the page might won't show. To achieve list numbering as you ask, use. 18pt is not an allowed class option. 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. In the code below I've used the setlist command to customize the enumerate environment. As a minimal working example, consider the following LaTeX code, saved in ~/Test. documentclass [12pt,a4paper] {exam} usepackage {graphicx} usepackage {enumitem} usepackage {lipsum} egin. The wide option, used as in. SE. Your compilation problem is due to loading both enumerate and enumitem which conflict together. 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. Itemize Cross-referencing items in unordered lists (bullet items) is not supported and. 75cm away from the left margin. Instead, it loads the enumitem package with the option inline and uses an enumerate* environment. 2 Answers. Welcome to TeX. {enumerate} then naturally LaTeX will. You can simply put your first label between square bracket. 9. Note: I remove [label=(\alph*)] and [resume*], this all works perfectly. As can be seen, the font size of the normal text isn't changed. enumerate labels are right aligned. 5em} {} [. The easiest way to do this is to use the enumitem package. One possible way to accomplish it is. More text. You can set the labels to be like (1), (2), etc. enumitem | Indentation for whole Item in an enumerated List. g. 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. 标签样式. A enumitem quick and dirty solution. First, include amssymb package by adding the line \usepackage {amssymb} in the preamble of your document. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. By reading opsep, itemsep, partopsep and parsep - what does each of them mean (and what about the bottom)?, I learned how spacing works, therefore I am trying to do some spacing settings/adjus. Could you please help me. The labels aren't indented far enough when I do this. Use default overlays of lists locally (parameter [<+->]) I use enumitem for 1. This package pro­vides user con­trol over the lay­out of the three ba­sic list en­vi­ron­ments: enu­mer­ate, item­ize and de­scrip­tion. However, it doesn't seem to work (one customization overwrites the other), and I've already asked a question about this where it turned out to be due to a bug. This works with me. 2. ここで紹介する enumitem を使うと,これら3つの標準. But I want it to be the full enumerate label. g. 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. These may be redefined with the enewcommand command. For instance, to increase the indentation, load the package, and start enumerate with : egin{enumerate}[leftmargin=3cm]` Many options in the enumitem package and it can certainly fit your needs. documentclass {article} usepackage {enumerate} egin {document} egin {enumerate} [ { [}1 {]} ] item first item second end {enumerate} end {document. Other description s will work with default behavior. 0 if label is set using arabic*, viii if label is set using oman*, m if label is set using alph* and; similarly for the uppercase versions. usage. widest=i or widest=iii or widest=asdf ). Enumitem package does not control it. 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} I have made a list of questions and subquestions using nested \itemize commands, like this: \documentclass[11pt]{report} \usepackage[british]{babel} \usepackage{enumitem} \begin{document} \begin Stack Exchange Network 1 Answer. I want them to be able to share levels (i. I suggest to use enumitem with its full power (no shortlabels option), it is much more flexible and customizable; for alphabetic enumeration use \alph*. Here are the Code examples of this chapter. @user94293 Thanks for pointing this out. The enumitem package is newer has many more facilities than the lighter weight paralist. It supersedes both enumerate and mdwlist (providing well-structured replacements for all their funtionality), and in addition provides functions to compute. The idea for both is to use the font= key for enumitem. レイアウトをユーザーが制御できるようにします.. leftmargin option. usepackage{enumitem}. arabic*} Otherwise, simply load enumitem and use this code in the body of your document:Using enumitem, the start=. documentclass{article} usepackage[inline]{enumitem} egin{document}. Note the spacing in the paralist and enumitem examples is different, as there are some slightly different package defaults. 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. e. end {description} item Et on termine par un second élément. . 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}. So far, everything works, but I realized, that a proper indentation of new list levels is missing. 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. documentclass {article} usepackage {enumitem}. egin {itemize} item extbf {src} contains the activities as well as the java code. 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. 25in, right=1. To change the format of the label use enewcommand (see ewcommand & enewcommand) on the commands labelenumi through labelenumiv. 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. 1 Answer. tex to get the documentation. The package I am using is enumitem. , leftmargin=0cm]. Share. , the end user of the package doesn't. 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. 2. )Whenever you're customizing a list, the enumitem is your best friend. This package provides user control over the layout of the three basic list environments: enumerate, itemize and description. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. Learn how to use the enumerate and. I've also changed the ref using. For an example, you may want to. 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 want the scope to apply to just one particular enumerate environment, encase the enewcommand. Presumably you expected the label to start left aligned at the indentation but that's not how list labels are usually set. Hope this is what you're looking for. Warning: In this answer to strange interaction between mdframed and item, egreg mentions that. The rest are those in standard LATEX. 6. A big plus point is also the resuming of enumerate counters after a break. LaTeX LATEX における, enumerate, itemize, description といった箇条書きの環境について,その使い方を徹底的に解説しましょう。. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. An example from TeXblog documentclass{article}. ewcommand {sortitem} [2] {expandafterdefcsname SortListItem#1endcsname {#2}stepcounter {SortListTotal}} The first argument of sortitem is the item's number; the second is the item text. 1 etc. The command ewlist in combination with setlist are the relavant commands. Para crear listas y enumeraciones en LaTeX tenemos los comandos itemize y enumerate. 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. documentclass {article} usepackage [inline] {enumitem. For a better view with the online compiler, I sometimes use documentclass [border=10pt] {standalone} instead of. The enumitem package is the recommended method for modifying standard LaTeX lists or creating your own custom list formats. 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. 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}. . 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. Jul 31, 2019 at 14:51. ] item Nested item 1 item Nested item 2. 1 Answer. you could use PassOptionsToPackage as in the following: PassOptionsToPackage {inline} {enumitem} documentclass {mdpi} otherwise you could pass the inline option to the documentclass documentclass [inline] {mdpi} Here's a complete MWE; note that I've used the draft option so that the logo from the document class wasn't. | % +-----+ % % Copyright (c) 2003-2011 by Javier Bezos. Apr 3, 2015 at 15:20. 1. Edit: Note that item will indent anything that is after it. You can compile them online right on this web page by pressing the Typeset / Compile button. This is my first post, so hopefully I'm clear, and posting this to the right place. 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. Enumitem.