Title and text paragraph indent











up vote
0
down vote

favorite












I'm trying to reproduce those design decision text boxes. How do I do this? They are indented and numbered. See Design decision 5 and Design decision 6 in the attached picture.



enter image description here










share|improve this question


























    up vote
    0
    down vote

    favorite












    I'm trying to reproduce those design decision text boxes. How do I do this? They are indented and numbered. See Design decision 5 and Design decision 6 in the attached picture.



    enter image description here










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm trying to reproduce those design decision text boxes. How do I do this? They are indented and numbered. See Design decision 5 and Design decision 6 in the attached picture.



      enter image description here










      share|improve this question













      I'm trying to reproduce those design decision text boxes. How do I do this? They are indented and numbered. See Design decision 5 and Design decision 6 in the attached picture.



      enter image description here







      formatting boxes text






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      Andrei

      1456




      1456






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          You can use quote environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:



          documentclass{article}
          usepackage{lipsum}
          newcounter{DDC}
          newenvironment{DesignDecision}[1]
          {refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
          {end{quote}}
          begin{document}
          section{test}

          lipsum[3]

          begin{DesignDecision}{Composite reduction}
          lipsum[1]
          end{DesignDecision}


          lipsum[4]

          begin{DesignDecision}{End-to-end communication}
          lipsum[2]
          end{DesignDecision}
          end{document}


          Output:



          enter image description here






          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%2f459610%2ftitle-and-text-paragraph-indent%23new-answer', 'question_page');
            }
            );

            Post as a guest
































            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            You can use quote environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:



            documentclass{article}
            usepackage{lipsum}
            newcounter{DDC}
            newenvironment{DesignDecision}[1]
            {refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
            {end{quote}}
            begin{document}
            section{test}

            lipsum[3]

            begin{DesignDecision}{Composite reduction}
            lipsum[1]
            end{DesignDecision}


            lipsum[4]

            begin{DesignDecision}{End-to-end communication}
            lipsum[2]
            end{DesignDecision}
            end{document}


            Output:



            enter image description here






            share|improve this answer



























              up vote
              1
              down vote



              accepted










              You can use quote environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:



              documentclass{article}
              usepackage{lipsum}
              newcounter{DDC}
              newenvironment{DesignDecision}[1]
              {refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
              {end{quote}}
              begin{document}
              section{test}

              lipsum[3]

              begin{DesignDecision}{Composite reduction}
              lipsum[1]
              end{DesignDecision}


              lipsum[4]

              begin{DesignDecision}{End-to-end communication}
              lipsum[2]
              end{DesignDecision}
              end{document}


              Output:



              enter image description here






              share|improve this answer

























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                You can use quote environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:



                documentclass{article}
                usepackage{lipsum}
                newcounter{DDC}
                newenvironment{DesignDecision}[1]
                {refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
                {end{quote}}
                begin{document}
                section{test}

                lipsum[3]

                begin{DesignDecision}{Composite reduction}
                lipsum[1]
                end{DesignDecision}


                lipsum[4]

                begin{DesignDecision}{End-to-end communication}
                lipsum[2]
                end{DesignDecision}
                end{document}


                Output:



                enter image description here






                share|improve this answer














                You can use quote environment. Actually in my example I created a new anvironment but it is not necessary if not too many quotes like these:



                documentclass{article}
                usepackage{lipsum}
                newcounter{DDC}
                newenvironment{DesignDecision}[1]
                {refstepcounter{DDC}begin{quote}{bfseries Design Decision theDDC: #1}par}
                {end{quote}}
                begin{document}
                section{test}

                lipsum[3]

                begin{DesignDecision}{Composite reduction}
                lipsum[1]
                end{DesignDecision}


                lipsum[4]

                begin{DesignDecision}{End-to-end communication}
                lipsum[2]
                end{DesignDecision}
                end{document}


                Output:



                enter image description here







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited yesterday

























                answered yesterday









                koleygr

                10.8k1837




                10.8k1837






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f459610%2ftitle-and-text-paragraph-indent%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest




















































































                    Popular posts from this blog

                    How to change which sound is reproduced for terminal bell?

                    Can I use Tabulator js library in my java Spring + Thymeleaf project?

                    Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents