writing an enumerated list within a sentence











up vote
3
down vote

favorite












Can you please help me write an enumerated list which is in the same line and there is no line change between that and the rest of the text. E.g.,




We use three broad geographical regions, i.e., (i) the U.S., (ii)
current EU-27 countries, and (iii) all remaining countries.











share|improve this question
























  • See, for instance, en.wikibooks.org/wiki/LaTeX/List_Structures#Inline_lists
    – jubobs
    Apr 3 '15 at 10:27










  • Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.
    – user11232
    Apr 3 '15 at 11:49










  • Yes it works perfectly. I had to download a package. Thank you all! :)
    – user75639
    Apr 5 '15 at 17:13















up vote
3
down vote

favorite












Can you please help me write an enumerated list which is in the same line and there is no line change between that and the rest of the text. E.g.,




We use three broad geographical regions, i.e., (i) the U.S., (ii)
current EU-27 countries, and (iii) all remaining countries.











share|improve this question
























  • See, for instance, en.wikibooks.org/wiki/LaTeX/List_Structures#Inline_lists
    – jubobs
    Apr 3 '15 at 10:27










  • Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.
    – user11232
    Apr 3 '15 at 11:49










  • Yes it works perfectly. I had to download a package. Thank you all! :)
    – user75639
    Apr 5 '15 at 17:13













up vote
3
down vote

favorite









up vote
3
down vote

favorite











Can you please help me write an enumerated list which is in the same line and there is no line change between that and the rest of the text. E.g.,




We use three broad geographical regions, i.e., (i) the U.S., (ii)
current EU-27 countries, and (iii) all remaining countries.











share|improve this question















Can you please help me write an enumerated list which is in the same line and there is no line change between that and the rest of the text. E.g.,




We use three broad geographical regions, i.e., (i) the U.S., (ii)
current EU-27 countries, and (iii) all remaining countries.








enumerate inline






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 3 '15 at 10:38







user11232

















asked Apr 3 '15 at 10:24









veni

162




162












  • See, for instance, en.wikibooks.org/wiki/LaTeX/List_Structures#Inline_lists
    – jubobs
    Apr 3 '15 at 10:27










  • Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.
    – user11232
    Apr 3 '15 at 11:49










  • Yes it works perfectly. I had to download a package. Thank you all! :)
    – user75639
    Apr 5 '15 at 17:13


















  • See, for instance, en.wikibooks.org/wiki/LaTeX/List_Structures#Inline_lists
    – jubobs
    Apr 3 '15 at 10:27










  • Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.
    – user11232
    Apr 3 '15 at 11:49










  • Yes it works perfectly. I had to download a package. Thank you all! :)
    – user75639
    Apr 5 '15 at 17:13
















See, for instance, en.wikibooks.org/wiki/LaTeX/List_Structures#Inline_lists
– jubobs
Apr 3 '15 at 10:27




See, for instance, en.wikibooks.org/wiki/LaTeX/List_Structures#Inline_lists
– jubobs
Apr 3 '15 at 10:27












Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.
– user11232
Apr 3 '15 at 11:49




Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.
– user11232
Apr 3 '15 at 11:49












Yes it works perfectly. I had to download a package. Thank you all! :)
– user75639
Apr 5 '15 at 17:13




Yes it works perfectly. I had to download a package. Thank you all! :)
– user75639
Apr 5 '15 at 17:13










2 Answers
2






active

oldest

votes

















up vote
4
down vote













With enumitem it is easy.



documentclass{article}
usepackage[inline]{enumitem}
begin{document}
We use three broad geographical regions,
begin{enumerate*}[label=(roman*),before=unskip{ i.e., }, itemjoin={{, }}, itemjoin*={{, and }}]
item the U.S.
item current EU-27 countries
item all remaining countries.
end{enumerate*}
end{document}


enter image description here






share|improve this answer





















  • Thank you all. I have some reservations since I've tried Jubobs suggestion but something goes wrong. I use TexStudio. Maybe this is a problem. But many thanks anyway :)
    – veni
    Apr 3 '15 at 14:40












  • @veni Well, did you try Harish Kumar's suggestion? Rest assured, TeXStudio is not the problem.
    – cfr
    Apr 4 '15 at 1:32




















up vote
0
down vote













This is a little late to the party but another solution that is really clean and easy to use is the paralist package.



A quick example of it:



documentclass[11pt]{article}
usepackage{paralist}
begin{document}
This includes:
begin{inparaenum}[(i)]
item first task,
item second task and
item third task
end{inparaenum}
to be completed by the end of the month.
end{document}


This will come out as:



This includes: (i) first task, (ii) second task and (iii) third task to be
completed by the end of the month.



More can be found here
https://texblog.org/2013/02/01/inline-lists-in-latex-using-paralist/






share|improve this answer





















    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: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f236613%2fwriting-an-enumerated-list-within-a-sentence%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    4
    down vote













    With enumitem it is easy.



    documentclass{article}
    usepackage[inline]{enumitem}
    begin{document}
    We use three broad geographical regions,
    begin{enumerate*}[label=(roman*),before=unskip{ i.e., }, itemjoin={{, }}, itemjoin*={{, and }}]
    item the U.S.
    item current EU-27 countries
    item all remaining countries.
    end{enumerate*}
    end{document}


    enter image description here






    share|improve this answer





















    • Thank you all. I have some reservations since I've tried Jubobs suggestion but something goes wrong. I use TexStudio. Maybe this is a problem. But many thanks anyway :)
      – veni
      Apr 3 '15 at 14:40












    • @veni Well, did you try Harish Kumar's suggestion? Rest assured, TeXStudio is not the problem.
      – cfr
      Apr 4 '15 at 1:32

















    up vote
    4
    down vote













    With enumitem it is easy.



    documentclass{article}
    usepackage[inline]{enumitem}
    begin{document}
    We use three broad geographical regions,
    begin{enumerate*}[label=(roman*),before=unskip{ i.e., }, itemjoin={{, }}, itemjoin*={{, and }}]
    item the U.S.
    item current EU-27 countries
    item all remaining countries.
    end{enumerate*}
    end{document}


    enter image description here






    share|improve this answer





















    • Thank you all. I have some reservations since I've tried Jubobs suggestion but something goes wrong. I use TexStudio. Maybe this is a problem. But many thanks anyway :)
      – veni
      Apr 3 '15 at 14:40












    • @veni Well, did you try Harish Kumar's suggestion? Rest assured, TeXStudio is not the problem.
      – cfr
      Apr 4 '15 at 1:32















    up vote
    4
    down vote










    up vote
    4
    down vote









    With enumitem it is easy.



    documentclass{article}
    usepackage[inline]{enumitem}
    begin{document}
    We use three broad geographical regions,
    begin{enumerate*}[label=(roman*),before=unskip{ i.e., }, itemjoin={{, }}, itemjoin*={{, and }}]
    item the U.S.
    item current EU-27 countries
    item all remaining countries.
    end{enumerate*}
    end{document}


    enter image description here






    share|improve this answer












    With enumitem it is easy.



    documentclass{article}
    usepackage[inline]{enumitem}
    begin{document}
    We use three broad geographical regions,
    begin{enumerate*}[label=(roman*),before=unskip{ i.e., }, itemjoin={{, }}, itemjoin*={{, and }}]
    item the U.S.
    item current EU-27 countries
    item all remaining countries.
    end{enumerate*}
    end{document}


    enter image description here







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Apr 3 '15 at 10:36







    user11232



















    • Thank you all. I have some reservations since I've tried Jubobs suggestion but something goes wrong. I use TexStudio. Maybe this is a problem. But many thanks anyway :)
      – veni
      Apr 3 '15 at 14:40












    • @veni Well, did you try Harish Kumar's suggestion? Rest assured, TeXStudio is not the problem.
      – cfr
      Apr 4 '15 at 1:32




















    • Thank you all. I have some reservations since I've tried Jubobs suggestion but something goes wrong. I use TexStudio. Maybe this is a problem. But many thanks anyway :)
      – veni
      Apr 3 '15 at 14:40












    • @veni Well, did you try Harish Kumar's suggestion? Rest assured, TeXStudio is not the problem.
      – cfr
      Apr 4 '15 at 1:32


















    Thank you all. I have some reservations since I've tried Jubobs suggestion but something goes wrong. I use TexStudio. Maybe this is a problem. But many thanks anyway :)
    – veni
    Apr 3 '15 at 14:40






    Thank you all. I have some reservations since I've tried Jubobs suggestion but something goes wrong. I use TexStudio. Maybe this is a problem. But many thanks anyway :)
    – veni
    Apr 3 '15 at 14:40














    @veni Well, did you try Harish Kumar's suggestion? Rest assured, TeXStudio is not the problem.
    – cfr
    Apr 4 '15 at 1:32






    @veni Well, did you try Harish Kumar's suggestion? Rest assured, TeXStudio is not the problem.
    – cfr
    Apr 4 '15 at 1:32












    up vote
    0
    down vote













    This is a little late to the party but another solution that is really clean and easy to use is the paralist package.



    A quick example of it:



    documentclass[11pt]{article}
    usepackage{paralist}
    begin{document}
    This includes:
    begin{inparaenum}[(i)]
    item first task,
    item second task and
    item third task
    end{inparaenum}
    to be completed by the end of the month.
    end{document}


    This will come out as:



    This includes: (i) first task, (ii) second task and (iii) third task to be
    completed by the end of the month.



    More can be found here
    https://texblog.org/2013/02/01/inline-lists-in-latex-using-paralist/






    share|improve this answer

























      up vote
      0
      down vote













      This is a little late to the party but another solution that is really clean and easy to use is the paralist package.



      A quick example of it:



      documentclass[11pt]{article}
      usepackage{paralist}
      begin{document}
      This includes:
      begin{inparaenum}[(i)]
      item first task,
      item second task and
      item third task
      end{inparaenum}
      to be completed by the end of the month.
      end{document}


      This will come out as:



      This includes: (i) first task, (ii) second task and (iii) third task to be
      completed by the end of the month.



      More can be found here
      https://texblog.org/2013/02/01/inline-lists-in-latex-using-paralist/






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        This is a little late to the party but another solution that is really clean and easy to use is the paralist package.



        A quick example of it:



        documentclass[11pt]{article}
        usepackage{paralist}
        begin{document}
        This includes:
        begin{inparaenum}[(i)]
        item first task,
        item second task and
        item third task
        end{inparaenum}
        to be completed by the end of the month.
        end{document}


        This will come out as:



        This includes: (i) first task, (ii) second task and (iii) third task to be
        completed by the end of the month.



        More can be found here
        https://texblog.org/2013/02/01/inline-lists-in-latex-using-paralist/






        share|improve this answer












        This is a little late to the party but another solution that is really clean and easy to use is the paralist package.



        A quick example of it:



        documentclass[11pt]{article}
        usepackage{paralist}
        begin{document}
        This includes:
        begin{inparaenum}[(i)]
        item first task,
        item second task and
        item third task
        end{inparaenum}
        to be completed by the end of the month.
        end{document}


        This will come out as:



        This includes: (i) first task, (ii) second task and (iii) third task to be
        completed by the end of the month.



        More can be found here
        https://texblog.org/2013/02/01/inline-lists-in-latex-using-paralist/







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 4 hours ago









        Marcus Karpoff

        1083




        1083






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f236613%2fwriting-an-enumerated-list-within-a-sentence%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Futebolista

            Lallio

            Jornalista