Enumerated list with repeated numbers with an asterisk

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












I'm trying to obtain:



1. text text text
2. text text text
2*. text text text
3. text text text
4. text text text
4*. text text text


I've seen something similar done with:



newcommandmyitemrefstepcounterenumiitem[theenumiup*.]


Here
. However, it is not what I'm trying to accomplish.



EDIT. My God, you people are awesome!!! If I could only get as many responses in the Cross Validated stack I would finish my thesis in a week;)










share|improve this question









New contributor




DexzMen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Welcome to TeX.SX! Do you plan to use label and ref for such modified items?
    – egreg
    3 hours ago










  • No, just need a fancy looking list.
    – DexzMen
    3 hours ago














up vote
2
down vote

favorite












I'm trying to obtain:



1. text text text
2. text text text
2*. text text text
3. text text text
4. text text text
4*. text text text


I've seen something similar done with:



newcommandmyitemrefstepcounterenumiitem[theenumiup*.]


Here
. However, it is not what I'm trying to accomplish.



EDIT. My God, you people are awesome!!! If I could only get as many responses in the Cross Validated stack I would finish my thesis in a week;)










share|improve this question









New contributor




DexzMen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Welcome to TeX.SX! Do you plan to use label and ref for such modified items?
    – egreg
    3 hours ago










  • No, just need a fancy looking list.
    – DexzMen
    3 hours ago












up vote
2
down vote

favorite









up vote
2
down vote

favorite











I'm trying to obtain:



1. text text text
2. text text text
2*. text text text
3. text text text
4. text text text
4*. text text text


I've seen something similar done with:



newcommandmyitemrefstepcounterenumiitem[theenumiup*.]


Here
. However, it is not what I'm trying to accomplish.



EDIT. My God, you people are awesome!!! If I could only get as many responses in the Cross Validated stack I would finish my thesis in a week;)










share|improve this question









New contributor




DexzMen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I'm trying to obtain:



1. text text text
2. text text text
2*. text text text
3. text text text
4. text text text
4*. text text text


I've seen something similar done with:



newcommandmyitemrefstepcounterenumiitem[theenumiup*.]


Here
. However, it is not what I'm trying to accomplish.



EDIT. My God, you people are awesome!!! If I could only get as many responses in the Cross Validated stack I would finish my thesis in a week;)







lists enumerate itemize document-classes






share|improve this question









New contributor




DexzMen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




DexzMen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 3 hours ago





















New contributor




DexzMen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









DexzMen

133




133




New contributor




DexzMen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





DexzMen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






DexzMen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • Welcome to TeX.SX! Do you plan to use label and ref for such modified items?
    – egreg
    3 hours ago










  • No, just need a fancy looking list.
    – DexzMen
    3 hours ago
















  • Welcome to TeX.SX! Do you plan to use label and ref for such modified items?
    – egreg
    3 hours ago










  • No, just need a fancy looking list.
    – DexzMen
    3 hours ago















Welcome to TeX.SX! Do you plan to use label and ref for such modified items?
– egreg
3 hours ago




Welcome to TeX.SX! Do you plan to use label and ref for such modified items?
– egreg
3 hours ago












No, just need a fancy looking list.
– DexzMen
3 hours ago




No, just need a fancy looking list.
– DexzMen
3 hours ago










3 Answers
3






active

oldest

votes

















up vote
2
down vote



accepted










enter image description here



It is better to let the very right of labels aligned together. Define newcommandmyitemitem[$vphantomx^*$theenumi] and use setlist[enumerate,1]leftmargin=*, label=arabic*. in the preamble.



documentclassreport

usepackageenumitem

newcommandmyitemitem[$vphantomx^*$theenumi]
setlist[enumerate,1]leftmargin=*, label=arabic*.

begindocument

beginenumerate
item Item 1
item Item 2
myitem Item 2 (with asterisk)
item Item 3
item Item 4
item Item 5
endenumerate

enddocument





share|improve this answer



























    up vote
    2
    down vote













    A “simple” modification for a first level list with the default 1. appearance of labels:



    documentclassarticle

    newcommandrepitem%
    addtocounterenumi-1%
    letsavedtheenumitheenumi
    renewcommandtheenumiarabicenumiitemasterisk%
    itemlettheenumisavedtheenumi

    protecteddefitemasteriskrlap*

    begindocument

    beginenumerate

    item One
    item Two
    repitem Two*
    item Three
    item Four
    repitem Four*

    endenumerate

    enddocument


    enter image description here



    With enumitem:



    documentclassarticle
    usepackageenumitem

    newlistfancyenumerateenumerate1
    setlist[fancyenumerate]label=arabic*perhapsasterisk.
    protecteddefperhapsasterisk
    protecteddefitemasteriskrlap*

    newcommandrepitem%
    addtocounterfancyenumeratei-1%
    letperhapsasteriskitemasterisk
    itemdefperhapsasterisk%


    begindocument

    beginfancyenumerate

    item One
    item Two
    repitem Two*
    item Three
    item Four
    repitem Four*

    endfancyenumerate

    enddocument





    share|improve this answer






















    • The number is repeated by I'm note getting the asterisk. Maybe because I use the enumitem package. I don't know
      – DexzMen
      3 hours ago










    • @DexzMen Don't hide important details.
      – egreg
      3 hours ago










    • I'm sorry. Just trying to finish my thesis. I'm a total noob;)
      – DexzMen
      3 hours ago










    • BTW. I came with the idea of enumitem just after Skillmon answer.
      – DexzMen
      3 hours ago










    • @DexzMen I added a solution for enumitem
      – egreg
      3 hours ago

















    up vote
    0
    down vote













    A small (referable) implementation doing what you're asking for:



    documentclassarticle

    usepackagexparse

    makeatletter
    NewDocumentCommand myitem o
    %
    IfValueTF #1
    %
    item[#1]%

    %
    addtocounterenumi-1%
    lettheenumiBAKtheenumi
    deftheenumitheenumiBAKmyitem@asterisk%
    item
    lettheenumitheenumiBAK
    %

    newcommandmyitem@asterisk
    protecteddefmyitem@asterisktextsuperscript*
    makeatletter

    begindocument
    beginenumerate
    item Hihi
    myitem Haha
    item Huhu
    endenumerate
    enddocument


    enter image description here






    share|improve this answer






















    • Somehow I cannot make it work. I use documentclassbook and place the relevant part of the code in the main .tex while the chapters are added by subfile. The list is supposed to be in one of the chapters
      – DexzMen
      3 hours ago











    • @DexzMen do you load any packages changing lists, like e.g. enumitem?
      – Skillmon
      3 hours ago










    • unfortunately yes, I had to add that because equations in the enumerate kept on going out of textwidth
      – DexzMen
      3 hours ago










    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "85"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    DexzMen is a new contributor. Be nice, and check out our Code of Conduct.









     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f451307%2fenumerated-list-with-repeated-numbers-with-an-asterisk%23new-answer', 'question_page');

    );

    Post as a guest






























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    enter image description here



    It is better to let the very right of labels aligned together. Define newcommandmyitemitem[$vphantomx^*$theenumi] and use setlist[enumerate,1]leftmargin=*, label=arabic*. in the preamble.



    documentclassreport

    usepackageenumitem

    newcommandmyitemitem[$vphantomx^*$theenumi]
    setlist[enumerate,1]leftmargin=*, label=arabic*.

    begindocument

    beginenumerate
    item Item 1
    item Item 2
    myitem Item 2 (with asterisk)
    item Item 3
    item Item 4
    item Item 5
    endenumerate

    enddocument





    share|improve this answer
























      up vote
      2
      down vote



      accepted










      enter image description here



      It is better to let the very right of labels aligned together. Define newcommandmyitemitem[$vphantomx^*$theenumi] and use setlist[enumerate,1]leftmargin=*, label=arabic*. in the preamble.



      documentclassreport

      usepackageenumitem

      newcommandmyitemitem[$vphantomx^*$theenumi]
      setlist[enumerate,1]leftmargin=*, label=arabic*.

      begindocument

      beginenumerate
      item Item 1
      item Item 2
      myitem Item 2 (with asterisk)
      item Item 3
      item Item 4
      item Item 5
      endenumerate

      enddocument





      share|improve this answer






















        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        enter image description here



        It is better to let the very right of labels aligned together. Define newcommandmyitemitem[$vphantomx^*$theenumi] and use setlist[enumerate,1]leftmargin=*, label=arabic*. in the preamble.



        documentclassreport

        usepackageenumitem

        newcommandmyitemitem[$vphantomx^*$theenumi]
        setlist[enumerate,1]leftmargin=*, label=arabic*.

        begindocument

        beginenumerate
        item Item 1
        item Item 2
        myitem Item 2 (with asterisk)
        item Item 3
        item Item 4
        item Item 5
        endenumerate

        enddocument





        share|improve this answer












        enter image description here



        It is better to let the very right of labels aligned together. Define newcommandmyitemitem[$vphantomx^*$theenumi] and use setlist[enumerate,1]leftmargin=*, label=arabic*. in the preamble.



        documentclassreport

        usepackageenumitem

        newcommandmyitemitem[$vphantomx^*$theenumi]
        setlist[enumerate,1]leftmargin=*, label=arabic*.

        begindocument

        beginenumerate
        item Item 1
        item Item 2
        myitem Item 2 (with asterisk)
        item Item 3
        item Item 4
        item Item 5
        endenumerate

        enddocument






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 3 hours ago









        Al-Motasem Aldaoudeyeh

        1,238211




        1,238211




















            up vote
            2
            down vote













            A “simple” modification for a first level list with the default 1. appearance of labels:



            documentclassarticle

            newcommandrepitem%
            addtocounterenumi-1%
            letsavedtheenumitheenumi
            renewcommandtheenumiarabicenumiitemasterisk%
            itemlettheenumisavedtheenumi

            protecteddefitemasteriskrlap*

            begindocument

            beginenumerate

            item One
            item Two
            repitem Two*
            item Three
            item Four
            repitem Four*

            endenumerate

            enddocument


            enter image description here



            With enumitem:



            documentclassarticle
            usepackageenumitem

            newlistfancyenumerateenumerate1
            setlist[fancyenumerate]label=arabic*perhapsasterisk.
            protecteddefperhapsasterisk
            protecteddefitemasteriskrlap*

            newcommandrepitem%
            addtocounterfancyenumeratei-1%
            letperhapsasteriskitemasterisk
            itemdefperhapsasterisk%


            begindocument

            beginfancyenumerate

            item One
            item Two
            repitem Two*
            item Three
            item Four
            repitem Four*

            endfancyenumerate

            enddocument





            share|improve this answer






















            • The number is repeated by I'm note getting the asterisk. Maybe because I use the enumitem package. I don't know
              – DexzMen
              3 hours ago










            • @DexzMen Don't hide important details.
              – egreg
              3 hours ago










            • I'm sorry. Just trying to finish my thesis. I'm a total noob;)
              – DexzMen
              3 hours ago










            • BTW. I came with the idea of enumitem just after Skillmon answer.
              – DexzMen
              3 hours ago










            • @DexzMen I added a solution for enumitem
              – egreg
              3 hours ago














            up vote
            2
            down vote













            A “simple” modification for a first level list with the default 1. appearance of labels:



            documentclassarticle

            newcommandrepitem%
            addtocounterenumi-1%
            letsavedtheenumitheenumi
            renewcommandtheenumiarabicenumiitemasterisk%
            itemlettheenumisavedtheenumi

            protecteddefitemasteriskrlap*

            begindocument

            beginenumerate

            item One
            item Two
            repitem Two*
            item Three
            item Four
            repitem Four*

            endenumerate

            enddocument


            enter image description here



            With enumitem:



            documentclassarticle
            usepackageenumitem

            newlistfancyenumerateenumerate1
            setlist[fancyenumerate]label=arabic*perhapsasterisk.
            protecteddefperhapsasterisk
            protecteddefitemasteriskrlap*

            newcommandrepitem%
            addtocounterfancyenumeratei-1%
            letperhapsasteriskitemasterisk
            itemdefperhapsasterisk%


            begindocument

            beginfancyenumerate

            item One
            item Two
            repitem Two*
            item Three
            item Four
            repitem Four*

            endfancyenumerate

            enddocument





            share|improve this answer






















            • The number is repeated by I'm note getting the asterisk. Maybe because I use the enumitem package. I don't know
              – DexzMen
              3 hours ago










            • @DexzMen Don't hide important details.
              – egreg
              3 hours ago










            • I'm sorry. Just trying to finish my thesis. I'm a total noob;)
              – DexzMen
              3 hours ago










            • BTW. I came with the idea of enumitem just after Skillmon answer.
              – DexzMen
              3 hours ago










            • @DexzMen I added a solution for enumitem
              – egreg
              3 hours ago












            up vote
            2
            down vote










            up vote
            2
            down vote









            A “simple” modification for a first level list with the default 1. appearance of labels:



            documentclassarticle

            newcommandrepitem%
            addtocounterenumi-1%
            letsavedtheenumitheenumi
            renewcommandtheenumiarabicenumiitemasterisk%
            itemlettheenumisavedtheenumi

            protecteddefitemasteriskrlap*

            begindocument

            beginenumerate

            item One
            item Two
            repitem Two*
            item Three
            item Four
            repitem Four*

            endenumerate

            enddocument


            enter image description here



            With enumitem:



            documentclassarticle
            usepackageenumitem

            newlistfancyenumerateenumerate1
            setlist[fancyenumerate]label=arabic*perhapsasterisk.
            protecteddefperhapsasterisk
            protecteddefitemasteriskrlap*

            newcommandrepitem%
            addtocounterfancyenumeratei-1%
            letperhapsasteriskitemasterisk
            itemdefperhapsasterisk%


            begindocument

            beginfancyenumerate

            item One
            item Two
            repitem Two*
            item Three
            item Four
            repitem Four*

            endfancyenumerate

            enddocument





            share|improve this answer














            A “simple” modification for a first level list with the default 1. appearance of labels:



            documentclassarticle

            newcommandrepitem%
            addtocounterenumi-1%
            letsavedtheenumitheenumi
            renewcommandtheenumiarabicenumiitemasterisk%
            itemlettheenumisavedtheenumi

            protecteddefitemasteriskrlap*

            begindocument

            beginenumerate

            item One
            item Two
            repitem Two*
            item Three
            item Four
            repitem Four*

            endenumerate

            enddocument


            enter image description here



            With enumitem:



            documentclassarticle
            usepackageenumitem

            newlistfancyenumerateenumerate1
            setlist[fancyenumerate]label=arabic*perhapsasterisk.
            protecteddefperhapsasterisk
            protecteddefitemasteriskrlap*

            newcommandrepitem%
            addtocounterfancyenumeratei-1%
            letperhapsasteriskitemasterisk
            itemdefperhapsasterisk%


            begindocument

            beginfancyenumerate

            item One
            item Two
            repitem Two*
            item Three
            item Four
            repitem Four*

            endfancyenumerate

            enddocument






            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 3 hours ago

























            answered 3 hours ago









            egreg

            682k8318183064




            682k8318183064











            • The number is repeated by I'm note getting the asterisk. Maybe because I use the enumitem package. I don't know
              – DexzMen
              3 hours ago










            • @DexzMen Don't hide important details.
              – egreg
              3 hours ago










            • I'm sorry. Just trying to finish my thesis. I'm a total noob;)
              – DexzMen
              3 hours ago










            • BTW. I came with the idea of enumitem just after Skillmon answer.
              – DexzMen
              3 hours ago










            • @DexzMen I added a solution for enumitem
              – egreg
              3 hours ago
















            • The number is repeated by I'm note getting the asterisk. Maybe because I use the enumitem package. I don't know
              – DexzMen
              3 hours ago










            • @DexzMen Don't hide important details.
              – egreg
              3 hours ago










            • I'm sorry. Just trying to finish my thesis. I'm a total noob;)
              – DexzMen
              3 hours ago










            • BTW. I came with the idea of enumitem just after Skillmon answer.
              – DexzMen
              3 hours ago










            • @DexzMen I added a solution for enumitem
              – egreg
              3 hours ago















            The number is repeated by I'm note getting the asterisk. Maybe because I use the enumitem package. I don't know
            – DexzMen
            3 hours ago




            The number is repeated by I'm note getting the asterisk. Maybe because I use the enumitem package. I don't know
            – DexzMen
            3 hours ago












            @DexzMen Don't hide important details.
            – egreg
            3 hours ago




            @DexzMen Don't hide important details.
            – egreg
            3 hours ago












            I'm sorry. Just trying to finish my thesis. I'm a total noob;)
            – DexzMen
            3 hours ago




            I'm sorry. Just trying to finish my thesis. I'm a total noob;)
            – DexzMen
            3 hours ago












            BTW. I came with the idea of enumitem just after Skillmon answer.
            – DexzMen
            3 hours ago




            BTW. I came with the idea of enumitem just after Skillmon answer.
            – DexzMen
            3 hours ago












            @DexzMen I added a solution for enumitem
            – egreg
            3 hours ago




            @DexzMen I added a solution for enumitem
            – egreg
            3 hours ago










            up vote
            0
            down vote













            A small (referable) implementation doing what you're asking for:



            documentclassarticle

            usepackagexparse

            makeatletter
            NewDocumentCommand myitem o
            %
            IfValueTF #1
            %
            item[#1]%

            %
            addtocounterenumi-1%
            lettheenumiBAKtheenumi
            deftheenumitheenumiBAKmyitem@asterisk%
            item
            lettheenumitheenumiBAK
            %

            newcommandmyitem@asterisk
            protecteddefmyitem@asterisktextsuperscript*
            makeatletter

            begindocument
            beginenumerate
            item Hihi
            myitem Haha
            item Huhu
            endenumerate
            enddocument


            enter image description here






            share|improve this answer






















            • Somehow I cannot make it work. I use documentclassbook and place the relevant part of the code in the main .tex while the chapters are added by subfile. The list is supposed to be in one of the chapters
              – DexzMen
              3 hours ago











            • @DexzMen do you load any packages changing lists, like e.g. enumitem?
              – Skillmon
              3 hours ago










            • unfortunately yes, I had to add that because equations in the enumerate kept on going out of textwidth
              – DexzMen
              3 hours ago














            up vote
            0
            down vote













            A small (referable) implementation doing what you're asking for:



            documentclassarticle

            usepackagexparse

            makeatletter
            NewDocumentCommand myitem o
            %
            IfValueTF #1
            %
            item[#1]%

            %
            addtocounterenumi-1%
            lettheenumiBAKtheenumi
            deftheenumitheenumiBAKmyitem@asterisk%
            item
            lettheenumitheenumiBAK
            %

            newcommandmyitem@asterisk
            protecteddefmyitem@asterisktextsuperscript*
            makeatletter

            begindocument
            beginenumerate
            item Hihi
            myitem Haha
            item Huhu
            endenumerate
            enddocument


            enter image description here






            share|improve this answer






















            • Somehow I cannot make it work. I use documentclassbook and place the relevant part of the code in the main .tex while the chapters are added by subfile. The list is supposed to be in one of the chapters
              – DexzMen
              3 hours ago











            • @DexzMen do you load any packages changing lists, like e.g. enumitem?
              – Skillmon
              3 hours ago










            • unfortunately yes, I had to add that because equations in the enumerate kept on going out of textwidth
              – DexzMen
              3 hours ago












            up vote
            0
            down vote










            up vote
            0
            down vote









            A small (referable) implementation doing what you're asking for:



            documentclassarticle

            usepackagexparse

            makeatletter
            NewDocumentCommand myitem o
            %
            IfValueTF #1
            %
            item[#1]%

            %
            addtocounterenumi-1%
            lettheenumiBAKtheenumi
            deftheenumitheenumiBAKmyitem@asterisk%
            item
            lettheenumitheenumiBAK
            %

            newcommandmyitem@asterisk
            protecteddefmyitem@asterisktextsuperscript*
            makeatletter

            begindocument
            beginenumerate
            item Hihi
            myitem Haha
            item Huhu
            endenumerate
            enddocument


            enter image description here






            share|improve this answer














            A small (referable) implementation doing what you're asking for:



            documentclassarticle

            usepackagexparse

            makeatletter
            NewDocumentCommand myitem o
            %
            IfValueTF #1
            %
            item[#1]%

            %
            addtocounterenumi-1%
            lettheenumiBAKtheenumi
            deftheenumitheenumiBAKmyitem@asterisk%
            item
            lettheenumitheenumiBAK
            %

            newcommandmyitem@asterisk
            protecteddefmyitem@asterisktextsuperscript*
            makeatletter

            begindocument
            beginenumerate
            item Hihi
            myitem Haha
            item Huhu
            endenumerate
            enddocument


            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 3 hours ago

























            answered 3 hours ago









            Skillmon

            17.7k11535




            17.7k11535











            • Somehow I cannot make it work. I use documentclassbook and place the relevant part of the code in the main .tex while the chapters are added by subfile. The list is supposed to be in one of the chapters
              – DexzMen
              3 hours ago











            • @DexzMen do you load any packages changing lists, like e.g. enumitem?
              – Skillmon
              3 hours ago










            • unfortunately yes, I had to add that because equations in the enumerate kept on going out of textwidth
              – DexzMen
              3 hours ago
















            • Somehow I cannot make it work. I use documentclassbook and place the relevant part of the code in the main .tex while the chapters are added by subfile. The list is supposed to be in one of the chapters
              – DexzMen
              3 hours ago











            • @DexzMen do you load any packages changing lists, like e.g. enumitem?
              – Skillmon
              3 hours ago










            • unfortunately yes, I had to add that because equations in the enumerate kept on going out of textwidth
              – DexzMen
              3 hours ago















            Somehow I cannot make it work. I use documentclassbook and place the relevant part of the code in the main .tex while the chapters are added by subfile. The list is supposed to be in one of the chapters
            – DexzMen
            3 hours ago





            Somehow I cannot make it work. I use documentclassbook and place the relevant part of the code in the main .tex while the chapters are added by subfile. The list is supposed to be in one of the chapters
            – DexzMen
            3 hours ago













            @DexzMen do you load any packages changing lists, like e.g. enumitem?
            – Skillmon
            3 hours ago




            @DexzMen do you load any packages changing lists, like e.g. enumitem?
            – Skillmon
            3 hours ago












            unfortunately yes, I had to add that because equations in the enumerate kept on going out of textwidth
            – DexzMen
            3 hours ago




            unfortunately yes, I had to add that because equations in the enumerate kept on going out of textwidth
            – DexzMen
            3 hours ago










            DexzMen is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            DexzMen is a new contributor. Be nice, and check out our Code of Conduct.












            DexzMen is a new contributor. Be nice, and check out our Code of Conduct.











            DexzMen is a new contributor. Be nice, and check out our Code of Conduct.













             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f451307%2fenumerated-list-with-repeated-numbers-with-an-asterisk%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            Long meetings (6-7 hours a day): Being “babysat” by supervisor

            Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

            Confectionery