Adjust starting of second lineHow do I change the `enumerate` list format to use letters instead of the...

Deal the cards to the players

Different Account page layouts, what are they?

Why are special aircraft used for the carriers in the United States Navy?

Python 3.6+ function to ask for a multiple-choice answer

Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?

If nine coins are tossed, what is the probability that the number of heads is even?

Why can't we use freedom of speech and expression to incite people to rebel against government in India?

Why would /etc/passwd be used every time someone executes `ls -l` command?

Is "cogitate" an appropriate word for this?

When to use the term transposed instead of modulation?

Professor forcing me to attend a conference

ESPP--any reason not to go all in?

Should we avoid writing fiction about historical events without extensive research?

What's the difference between Compensation, Indemnity, and Reparations?

Infinitive vs Gerund

Replacing tantalum capacitor with ceramic capacitor for Op Amps

I can't die. Who am I?

“I had a flat in the centre of town, but I didn’t like living there, so …”

Is there such a thing in math the inverse of a sequence?

Is it a Cyclops number? "Nobody" knows!

What is a term for a function that when called repeatedly, has the same effect as calling once?

Are Wave equations equivalent to Maxwell equations in free space?

School performs periodic password audits. Is my password compromised?

Is being socially reclusive okay for a graduate student?



Adjust starting of second line


How do I change the `enumerate` list format to use letters instead of the default Arabic numerals?How to adjust font size or kerning to fit line width?Starting an enumerate of an enumerate on next line?How do I have a second line in my header?Line break “no line to end”Hbox overfull: automatic linebreaks on spacesStretch line to textwidth without starting a new lineAdjust line spacing after new lineAdd line break after every lineNew line, line breaking, `\`: a definitive answerEquation does not start at the begining of the second line













6















enter image description here



Question: How can i push the second line in such a way that it will start exactly, where the first line started without disturbing ideal line spacing?



My MWE is:



documentclass[12pt, a4paper]{article}
usepackage[top=0.7 in,bottom=0.5 in,left=0.6 in,right=0.6 in]{geometry}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{parskip}
%line spacing
renewcommand{baselinestretch}{1.10}
%reduce top margin
addtolength{headsep}{-0.45cm}

begin{document}
(1)~This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.


end{document}









share|improve this question




















  • 3





    Does this number indicate you want to enumerate?

    – TeXnician
    22 hours ago






  • 2





    I suggest you use begin{enumerate} item This is ... item This is another .... end{enumerate} for lists. The indentation should be more visually pleasing then.

    – moewe
    22 hours ago













  • @moewe will not enclose the counter with parentheses by default.

    – Denis
    22 hours ago













  • @Denis Well yes, but that is something that can be configured (quite easily even with packages like enumitem) if so desired. The question is not so much whether or not enumerate gives the exact expected output from the start (it can be configured quite extensively), the question is whether semantically it is the right choice here, i.e. if the OP wants to typeset a numbered list.

    – moewe
    22 hours ago













  • @moewe Sure. This was the motivation of my obvious answer that builds on your comment.

    – Denis
    22 hours ago
















6















enter image description here



Question: How can i push the second line in such a way that it will start exactly, where the first line started without disturbing ideal line spacing?



My MWE is:



documentclass[12pt, a4paper]{article}
usepackage[top=0.7 in,bottom=0.5 in,left=0.6 in,right=0.6 in]{geometry}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{parskip}
%line spacing
renewcommand{baselinestretch}{1.10}
%reduce top margin
addtolength{headsep}{-0.45cm}

begin{document}
(1)~This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.


end{document}









share|improve this question




















  • 3





    Does this number indicate you want to enumerate?

    – TeXnician
    22 hours ago






  • 2





    I suggest you use begin{enumerate} item This is ... item This is another .... end{enumerate} for lists. The indentation should be more visually pleasing then.

    – moewe
    22 hours ago













  • @moewe will not enclose the counter with parentheses by default.

    – Denis
    22 hours ago













  • @Denis Well yes, but that is something that can be configured (quite easily even with packages like enumitem) if so desired. The question is not so much whether or not enumerate gives the exact expected output from the start (it can be configured quite extensively), the question is whether semantically it is the right choice here, i.e. if the OP wants to typeset a numbered list.

    – moewe
    22 hours ago













  • @moewe Sure. This was the motivation of my obvious answer that builds on your comment.

    – Denis
    22 hours ago














6












6








6


2






enter image description here



Question: How can i push the second line in such a way that it will start exactly, where the first line started without disturbing ideal line spacing?



My MWE is:



documentclass[12pt, a4paper]{article}
usepackage[top=0.7 in,bottom=0.5 in,left=0.6 in,right=0.6 in]{geometry}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{parskip}
%line spacing
renewcommand{baselinestretch}{1.10}
%reduce top margin
addtolength{headsep}{-0.45cm}

begin{document}
(1)~This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.


end{document}









share|improve this question
















enter image description here



Question: How can i push the second line in such a way that it will start exactly, where the first line started without disturbing ideal line spacing?



My MWE is:



documentclass[12pt, a4paper]{article}
usepackage[top=0.7 in,bottom=0.5 in,left=0.6 in,right=0.6 in]{geometry}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{parskip}
%line spacing
renewcommand{baselinestretch}{1.10}
%reduce top margin
addtolength{headsep}{-0.45cm}

begin{document}
(1)~This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.


end{document}






line-breaking






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 22 hours ago









Sebastiano

10.6k42163




10.6k42163










asked 22 hours ago









snehalsnehal

713915




713915








  • 3





    Does this number indicate you want to enumerate?

    – TeXnician
    22 hours ago






  • 2





    I suggest you use begin{enumerate} item This is ... item This is another .... end{enumerate} for lists. The indentation should be more visually pleasing then.

    – moewe
    22 hours ago













  • @moewe will not enclose the counter with parentheses by default.

    – Denis
    22 hours ago













  • @Denis Well yes, but that is something that can be configured (quite easily even with packages like enumitem) if so desired. The question is not so much whether or not enumerate gives the exact expected output from the start (it can be configured quite extensively), the question is whether semantically it is the right choice here, i.e. if the OP wants to typeset a numbered list.

    – moewe
    22 hours ago













  • @moewe Sure. This was the motivation of my obvious answer that builds on your comment.

    – Denis
    22 hours ago














  • 3





    Does this number indicate you want to enumerate?

    – TeXnician
    22 hours ago






  • 2





    I suggest you use begin{enumerate} item This is ... item This is another .... end{enumerate} for lists. The indentation should be more visually pleasing then.

    – moewe
    22 hours ago













  • @moewe will not enclose the counter with parentheses by default.

    – Denis
    22 hours ago













  • @Denis Well yes, but that is something that can be configured (quite easily even with packages like enumitem) if so desired. The question is not so much whether or not enumerate gives the exact expected output from the start (it can be configured quite extensively), the question is whether semantically it is the right choice here, i.e. if the OP wants to typeset a numbered list.

    – moewe
    22 hours ago













  • @moewe Sure. This was the motivation of my obvious answer that builds on your comment.

    – Denis
    22 hours ago








3




3





Does this number indicate you want to enumerate?

– TeXnician
22 hours ago





Does this number indicate you want to enumerate?

– TeXnician
22 hours ago




2




2





I suggest you use begin{enumerate} item This is ... item This is another .... end{enumerate} for lists. The indentation should be more visually pleasing then.

– moewe
22 hours ago







I suggest you use begin{enumerate} item This is ... item This is another .... end{enumerate} for lists. The indentation should be more visually pleasing then.

– moewe
22 hours ago















@moewe will not enclose the counter with parentheses by default.

– Denis
22 hours ago







@moewe will not enclose the counter with parentheses by default.

– Denis
22 hours ago















@Denis Well yes, but that is something that can be configured (quite easily even with packages like enumitem) if so desired. The question is not so much whether or not enumerate gives the exact expected output from the start (it can be configured quite extensively), the question is whether semantically it is the right choice here, i.e. if the OP wants to typeset a numbered list.

– moewe
22 hours ago







@Denis Well yes, but that is something that can be configured (quite easily even with packages like enumitem) if so desired. The question is not so much whether or not enumerate gives the exact expected output from the start (it can be configured quite extensively), the question is whether semantically it is the right choice here, i.e. if the OP wants to typeset a numbered list.

– moewe
22 hours ago















@moewe Sure. This was the motivation of my obvious answer that builds on your comment.

– Denis
22 hours ago





@moewe Sure. This was the motivation of my obvious answer that builds on your comment.

– Denis
22 hours ago










2 Answers
2






active

oldest

votes


















8














To expand on the comment by @moewe: you can use the enumerate environment to number the lines, which aligns the text automatically. By default the numbers appear as 1., 2. etc. There are several ways to change the appearance of the numbers. An easy way is to use the enumitem package with the option shortlabels as in https://tex.stackexchange.com/a/2294/, and specify the label as [(1)] at the start of your enumerate environment. MWE:



documentclass[12pt, a4paper]{article}
usepackage[top=0.7 in,bottom=0.5 in,left=0.6 in,right=0.6 in]{geometry}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{parskip}
usepackage[shortlabels]{enumitem}
%line spacing
renewcommand{baselinestretch}{1.10}
%reduce top margin
addtolength{headsep}{-0.45cm}

begin{document}
begin{enumerate}[(1)]
item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
item This is the second line.
end{enumerate}

end{document}


Result:



enter image description here



Edit: if you don't want an indent then you can change the leftmargin parameter of the enumerate environment. If you set it to labelwidth then the margin will be just big enough to allow the number to be printed and the indent is gone. However, the width of the label is slightly bigger than the printed number, so it still looks a little bit misaligned with regular text. This may not necessarily be bad typographically, but if you want you can shift the number further left by manually setting the labelwidth.



MWE:



blindtext
begin{enumerate}[(1),leftmargin=labelwidth]
item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
item This is the second line.
end{enumerate}
begin{enumerate}[(1),labelwidth=7.6mm,leftmargin=labelwidth]
item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
item This is the second line.
end{enumerate}


Result:



enter image description here






share|improve this answer

































    7














    In case that you need some more that a conventional list, or you like a very simplified syntax, there are linguex. Note that as show in the example below, it matter if there are more of one blank line between the item and a not numbered paragraph, unlike in most situations in LaTeX documents, where the number of blank lines (=par) is irrelevant.




    mwe




    documentclass{book}
    usepackage{linguex}
    usepackage{lipsum} % for nice dummy text (always "This is the first line" is boring ...)

    begin{document}

    lipsum[1][1-2]

    ex. lipsum[1][3-4]

    ex. lipsum[1][5-6]

    lipsum[6][1-3]

    ex. lipsum[1][7-9]


    lipsum[2][1-3]

    ex. lipsum[3][1-3]

    ex. lipsum[4][1-3]

    lipsum[5][1-4]

    end{document}





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


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478146%2fadjust-starting-of-second-line%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









      8














      To expand on the comment by @moewe: you can use the enumerate environment to number the lines, which aligns the text automatically. By default the numbers appear as 1., 2. etc. There are several ways to change the appearance of the numbers. An easy way is to use the enumitem package with the option shortlabels as in https://tex.stackexchange.com/a/2294/, and specify the label as [(1)] at the start of your enumerate environment. MWE:



      documentclass[12pt, a4paper]{article}
      usepackage[top=0.7 in,bottom=0.5 in,left=0.6 in,right=0.6 in]{geometry}
      usepackage[utf8]{inputenc}
      usepackage{amsmath}
      usepackage{amsfonts}
      usepackage{amssymb}
      usepackage{parskip}
      usepackage[shortlabels]{enumitem}
      %line spacing
      renewcommand{baselinestretch}{1.10}
      %reduce top margin
      addtolength{headsep}{-0.45cm}

      begin{document}
      begin{enumerate}[(1)]
      item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
      item This is the second line.
      end{enumerate}

      end{document}


      Result:



      enter image description here



      Edit: if you don't want an indent then you can change the leftmargin parameter of the enumerate environment. If you set it to labelwidth then the margin will be just big enough to allow the number to be printed and the indent is gone. However, the width of the label is slightly bigger than the printed number, so it still looks a little bit misaligned with regular text. This may not necessarily be bad typographically, but if you want you can shift the number further left by manually setting the labelwidth.



      MWE:



      blindtext
      begin{enumerate}[(1),leftmargin=labelwidth]
      item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
      item This is the second line.
      end{enumerate}
      begin{enumerate}[(1),labelwidth=7.6mm,leftmargin=labelwidth]
      item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
      item This is the second line.
      end{enumerate}


      Result:



      enter image description here






      share|improve this answer






























        8














        To expand on the comment by @moewe: you can use the enumerate environment to number the lines, which aligns the text automatically. By default the numbers appear as 1., 2. etc. There are several ways to change the appearance of the numbers. An easy way is to use the enumitem package with the option shortlabels as in https://tex.stackexchange.com/a/2294/, and specify the label as [(1)] at the start of your enumerate environment. MWE:



        documentclass[12pt, a4paper]{article}
        usepackage[top=0.7 in,bottom=0.5 in,left=0.6 in,right=0.6 in]{geometry}
        usepackage[utf8]{inputenc}
        usepackage{amsmath}
        usepackage{amsfonts}
        usepackage{amssymb}
        usepackage{parskip}
        usepackage[shortlabels]{enumitem}
        %line spacing
        renewcommand{baselinestretch}{1.10}
        %reduce top margin
        addtolength{headsep}{-0.45cm}

        begin{document}
        begin{enumerate}[(1)]
        item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
        item This is the second line.
        end{enumerate}

        end{document}


        Result:



        enter image description here



        Edit: if you don't want an indent then you can change the leftmargin parameter of the enumerate environment. If you set it to labelwidth then the margin will be just big enough to allow the number to be printed and the indent is gone. However, the width of the label is slightly bigger than the printed number, so it still looks a little bit misaligned with regular text. This may not necessarily be bad typographically, but if you want you can shift the number further left by manually setting the labelwidth.



        MWE:



        blindtext
        begin{enumerate}[(1),leftmargin=labelwidth]
        item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
        item This is the second line.
        end{enumerate}
        begin{enumerate}[(1),labelwidth=7.6mm,leftmargin=labelwidth]
        item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
        item This is the second line.
        end{enumerate}


        Result:



        enter image description here






        share|improve this answer




























          8












          8








          8







          To expand on the comment by @moewe: you can use the enumerate environment to number the lines, which aligns the text automatically. By default the numbers appear as 1., 2. etc. There are several ways to change the appearance of the numbers. An easy way is to use the enumitem package with the option shortlabels as in https://tex.stackexchange.com/a/2294/, and specify the label as [(1)] at the start of your enumerate environment. MWE:



          documentclass[12pt, a4paper]{article}
          usepackage[top=0.7 in,bottom=0.5 in,left=0.6 in,right=0.6 in]{geometry}
          usepackage[utf8]{inputenc}
          usepackage{amsmath}
          usepackage{amsfonts}
          usepackage{amssymb}
          usepackage{parskip}
          usepackage[shortlabels]{enumitem}
          %line spacing
          renewcommand{baselinestretch}{1.10}
          %reduce top margin
          addtolength{headsep}{-0.45cm}

          begin{document}
          begin{enumerate}[(1)]
          item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
          item This is the second line.
          end{enumerate}

          end{document}


          Result:



          enter image description here



          Edit: if you don't want an indent then you can change the leftmargin parameter of the enumerate environment. If you set it to labelwidth then the margin will be just big enough to allow the number to be printed and the indent is gone. However, the width of the label is slightly bigger than the printed number, so it still looks a little bit misaligned with regular text. This may not necessarily be bad typographically, but if you want you can shift the number further left by manually setting the labelwidth.



          MWE:



          blindtext
          begin{enumerate}[(1),leftmargin=labelwidth]
          item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
          item This is the second line.
          end{enumerate}
          begin{enumerate}[(1),labelwidth=7.6mm,leftmargin=labelwidth]
          item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
          item This is the second line.
          end{enumerate}


          Result:



          enter image description here






          share|improve this answer















          To expand on the comment by @moewe: you can use the enumerate environment to number the lines, which aligns the text automatically. By default the numbers appear as 1., 2. etc. There are several ways to change the appearance of the numbers. An easy way is to use the enumitem package with the option shortlabels as in https://tex.stackexchange.com/a/2294/, and specify the label as [(1)] at the start of your enumerate environment. MWE:



          documentclass[12pt, a4paper]{article}
          usepackage[top=0.7 in,bottom=0.5 in,left=0.6 in,right=0.6 in]{geometry}
          usepackage[utf8]{inputenc}
          usepackage{amsmath}
          usepackage{amsfonts}
          usepackage{amssymb}
          usepackage{parskip}
          usepackage[shortlabels]{enumitem}
          %line spacing
          renewcommand{baselinestretch}{1.10}
          %reduce top margin
          addtolength{headsep}{-0.45cm}

          begin{document}
          begin{enumerate}[(1)]
          item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
          item This is the second line.
          end{enumerate}

          end{document}


          Result:



          enter image description here



          Edit: if you don't want an indent then you can change the leftmargin parameter of the enumerate environment. If you set it to labelwidth then the margin will be just big enough to allow the number to be printed and the indent is gone. However, the width of the label is slightly bigger than the printed number, so it still looks a little bit misaligned with regular text. This may not necessarily be bad typographically, but if you want you can shift the number further left by manually setting the labelwidth.



          MWE:



          blindtext
          begin{enumerate}[(1),leftmargin=labelwidth]
          item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
          item This is the second line.
          end{enumerate}
          begin{enumerate}[(1),labelwidth=7.6mm,leftmargin=labelwidth]
          item This is the first line. This is the first line. This is the first line. This is the first line. This is the first line. This is the first line.
          item This is the second line.
          end{enumerate}


          Result:



          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 20 hours ago

























          answered 22 hours ago









          MarijnMarijn

          7,974636




          7,974636























              7














              In case that you need some more that a conventional list, or you like a very simplified syntax, there are linguex. Note that as show in the example below, it matter if there are more of one blank line between the item and a not numbered paragraph, unlike in most situations in LaTeX documents, where the number of blank lines (=par) is irrelevant.




              mwe




              documentclass{book}
              usepackage{linguex}
              usepackage{lipsum} % for nice dummy text (always "This is the first line" is boring ...)

              begin{document}

              lipsum[1][1-2]

              ex. lipsum[1][3-4]

              ex. lipsum[1][5-6]

              lipsum[6][1-3]

              ex. lipsum[1][7-9]


              lipsum[2][1-3]

              ex. lipsum[3][1-3]

              ex. lipsum[4][1-3]

              lipsum[5][1-4]

              end{document}





              share|improve this answer






























                7














                In case that you need some more that a conventional list, or you like a very simplified syntax, there are linguex. Note that as show in the example below, it matter if there are more of one blank line between the item and a not numbered paragraph, unlike in most situations in LaTeX documents, where the number of blank lines (=par) is irrelevant.




                mwe




                documentclass{book}
                usepackage{linguex}
                usepackage{lipsum} % for nice dummy text (always "This is the first line" is boring ...)

                begin{document}

                lipsum[1][1-2]

                ex. lipsum[1][3-4]

                ex. lipsum[1][5-6]

                lipsum[6][1-3]

                ex. lipsum[1][7-9]


                lipsum[2][1-3]

                ex. lipsum[3][1-3]

                ex. lipsum[4][1-3]

                lipsum[5][1-4]

                end{document}





                share|improve this answer




























                  7












                  7








                  7







                  In case that you need some more that a conventional list, or you like a very simplified syntax, there are linguex. Note that as show in the example below, it matter if there are more of one blank line between the item and a not numbered paragraph, unlike in most situations in LaTeX documents, where the number of blank lines (=par) is irrelevant.




                  mwe




                  documentclass{book}
                  usepackage{linguex}
                  usepackage{lipsum} % for nice dummy text (always "This is the first line" is boring ...)

                  begin{document}

                  lipsum[1][1-2]

                  ex. lipsum[1][3-4]

                  ex. lipsum[1][5-6]

                  lipsum[6][1-3]

                  ex. lipsum[1][7-9]


                  lipsum[2][1-3]

                  ex. lipsum[3][1-3]

                  ex. lipsum[4][1-3]

                  lipsum[5][1-4]

                  end{document}





                  share|improve this answer















                  In case that you need some more that a conventional list, or you like a very simplified syntax, there are linguex. Note that as show in the example below, it matter if there are more of one blank line between the item and a not numbered paragraph, unlike in most situations in LaTeX documents, where the number of blank lines (=par) is irrelevant.




                  mwe




                  documentclass{book}
                  usepackage{linguex}
                  usepackage{lipsum} % for nice dummy text (always "This is the first line" is boring ...)

                  begin{document}

                  lipsum[1][1-2]

                  ex. lipsum[1][3-4]

                  ex. lipsum[1][5-6]

                  lipsum[6][1-3]

                  ex. lipsum[1][7-9]


                  lipsum[2][1-3]

                  ex. lipsum[3][1-3]

                  ex. lipsum[4][1-3]

                  lipsum[5][1-4]

                  end{document}






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 18 hours ago

























                  answered 20 hours ago









                  FranFran

                  52.9k6118182




                  52.9k6118182






























                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478146%2fadjust-starting-of-second-line%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

                      VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                      Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                      looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...