Why does indent disappear in lists?

Applicability of Single Responsibility Principle

Customer Requests (Sometimes) Drive Me Bonkers!

Closest Prime Number

How to run a prison with the smallest amount of guards?

Lay out the Carpet

Go Pregnant or Go Home

What is paid subscription needed for in Mortal Kombat 11?

How do we know the LHC results are robust?

Term for the "extreme-extension" version of a straw man fallacy?

Balance Issues for a Custom Sorcerer Variant

Why are there no referendums in the US?

Failed to fetch jessie backports repository

Integer addition + constant, is it a group?

Is a stroke of luck acceptable after a series of unfavorable events?

Risk of infection at the gym?

Type int? vs type int

Method to test if a number is a perfect power?

How do scammers retract money, while you can’t?

Large drywall patch supports

Is there a good way to store credentials outside of a password manager?

How to check is there any negative term in a large list?

How does the UK government determine the size of a mandate?

How does buying out courses with grant money work?

Class Action - which options I have?



Why does indent disappear in lists?














0















Consider this small document:



documentclass{article}

usepackage{blindtext}

begin{document}

blindtext

blindtext

begin{enumerate}
item%
blindtext

blindtext
end{enumerate}

end{document}



This has two paragraphs outside a list environment, and two paragraphs inside a list environment. I've noticed in this situation that paragraphs outside lists have their first line indented, whereas paragraphs inside lists do not have any indent:



Compiled document with markings



Why does this occur? Can I restore the indentation inside a list?









share







New contributor




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

























    0















    Consider this small document:



    documentclass{article}

    usepackage{blindtext}

    begin{document}

    blindtext

    blindtext

    begin{enumerate}
    item%
    blindtext

    blindtext
    end{enumerate}

    end{document}



    This has two paragraphs outside a list environment, and two paragraphs inside a list environment. I've noticed in this situation that paragraphs outside lists have their first line indented, whereas paragraphs inside lists do not have any indent:



    Compiled document with markings



    Why does this occur? Can I restore the indentation inside a list?









    share







    New contributor




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























      0












      0








      0








      Consider this small document:



      documentclass{article}

      usepackage{blindtext}

      begin{document}

      blindtext

      blindtext

      begin{enumerate}
      item%
      blindtext

      blindtext
      end{enumerate}

      end{document}



      This has two paragraphs outside a list environment, and two paragraphs inside a list environment. I've noticed in this situation that paragraphs outside lists have their first line indented, whereas paragraphs inside lists do not have any indent:



      Compiled document with markings



      Why does this occur? Can I restore the indentation inside a list?









      share







      New contributor




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












      Consider this small document:



      documentclass{article}

      usepackage{blindtext}

      begin{document}

      blindtext

      blindtext

      begin{enumerate}
      item%
      blindtext

      blindtext
      end{enumerate}

      end{document}



      This has two paragraphs outside a list environment, and two paragraphs inside a list environment. I've noticed in this situation that paragraphs outside lists have their first line indented, whereas paragraphs inside lists do not have any indent:



      Compiled document with markings



      Why does this occur? Can I restore the indentation inside a list?







      lists indentation paragraphs





      share







      New contributor




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










      share







      New contributor




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








      share



      share






      New contributor




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









      asked 3 mins ago









      bradrnbradrn

      1014




      1014




      New contributor




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





      New contributor





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






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






















          0






          active

          oldest

          votes











          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',
          autoActivateHeartbeat: false,
          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
          });


          }
          });






          bradrn 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%2f481815%2fwhy-does-indent-disappear-in-lists%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








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










          draft saved

          draft discarded


















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













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












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
















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481815%2fwhy-does-indent-disappear-in-lists%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...