Text is continuing wider than the width of the page and not passing to new lineWhy is text being placed beyond the specified line width?newenvironment text exceeds the text widthNew line in math mode and indent this lineHbox overfull: automatic linebreaks on spacesWhy \ does not go to new line in equation?Make longtable automatically fit page (line width)Start a new line after the first pageEquation line exceeds width of text block`gathered` unexpectedly wider than its “natural” width

Quick Shikaku Puzzle: Stars and Stripes

Is future tense in English really a myth?

Leaving the USA for 10 yrs when you have asylum

How does a changeling's Divergent Persona affect bard spells cast using musical instruments?

Why is the the worst case for this function O(n*n)

Lost & Found Mobile Telepone

What can we do about our 9-month-old putting fingers down his throat?

Contour plot of a sequence of spheres with increasing radius

Why would an AC motor heavily shake when driven with certain frequencies?

The pirate treasure of Leatherback Atoll

Are personality traits, ideals, bonds, and flaws required?

Is there a "right" way to interpret a novel, if not, how do we make sure our novel is interpreted correctly?

Can multiple public keys lead to the same shared secret in x25519?

Owner keeps cutting corners and poaching workers for his other company

Bacteria vats to generate edible biomass, require intermediary species?

Distinguishing between octahedral and tetrahedral holes

How should we understand "unobscured by flying friends" in this context?

If every star in the universe except the Sun were destroyed, would we die?

How do we create our own symbolisms?

antimatter annihilation in stars

Contractor cut joist hangers to make them fit

What is the difference between tl_to_str:V and tl_to_str:N?

What is the purpose of the rotating plate in front of the lock?

Stack class in Java8



Text is continuing wider than the width of the page and not passing to new line


Why is text being placed beyond the specified line width?newenvironment text exceeds the text widthNew line in math mode and indent this lineHbox overfull: automatic linebreaks on spacesWhy \ does not go to new line in equation?Make longtable automatically fit page (line width)Start a new line after the first pageEquation line exceeds width of text block`gathered` unexpectedly wider than its “natural” width






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















Using the documentclass[a4paper, 10pt, conference]ieeeconf I have the below code that is forcing the text to move wider than the width of the column and is not being moving to next line.



beginequation
normalsize
J_i(G)=begincases
+infty, & textif $j$ gives the very high return and has the slope of the curve inward towards other peak points. \
0, & textif $j$ gives the very high return and has the slope of the curve outward towards other peak points.\
-infty, & textotherwise,
endcases
labeleq:eq:mylabel
endequation


This is the output I am getting.



enter image description here



I trtied various things, including adding \ after the of but it does not work.
Also adding linebreak in the same place does not force the move to a new line.










share|improve this question


























  • Please tell us which document class you employ.

    – Mico
    9 hours ago






  • 1





    @Mico I updated my question and inserted the name of the class used at the beginning of the question.

    – tony9099
    9 hours ago

















2















Using the documentclass[a4paper, 10pt, conference]ieeeconf I have the below code that is forcing the text to move wider than the width of the column and is not being moving to next line.



beginequation
normalsize
J_i(G)=begincases
+infty, & textif $j$ gives the very high return and has the slope of the curve inward towards other peak points. \
0, & textif $j$ gives the very high return and has the slope of the curve outward towards other peak points.\
-infty, & textotherwise,
endcases
labeleq:eq:mylabel
endequation


This is the output I am getting.



enter image description here



I trtied various things, including adding \ after the of but it does not work.
Also adding linebreak in the same place does not force the move to a new line.










share|improve this question


























  • Please tell us which document class you employ.

    – Mico
    9 hours ago






  • 1





    @Mico I updated my question and inserted the name of the class used at the beginning of the question.

    – tony9099
    9 hours ago













2












2








2


1






Using the documentclass[a4paper, 10pt, conference]ieeeconf I have the below code that is forcing the text to move wider than the width of the column and is not being moving to next line.



beginequation
normalsize
J_i(G)=begincases
+infty, & textif $j$ gives the very high return and has the slope of the curve inward towards other peak points. \
0, & textif $j$ gives the very high return and has the slope of the curve outward towards other peak points.\
-infty, & textotherwise,
endcases
labeleq:eq:mylabel
endequation


This is the output I am getting.



enter image description here



I trtied various things, including adding \ after the of but it does not work.
Also adding linebreak in the same place does not force the move to a new line.










share|improve this question
















Using the documentclass[a4paper, 10pt, conference]ieeeconf I have the below code that is forcing the text to move wider than the width of the column and is not being moving to next line.



beginequation
normalsize
J_i(G)=begincases
+infty, & textif $j$ gives the very high return and has the slope of the curve inward towards other peak points. \
0, & textif $j$ gives the very high return and has the slope of the curve outward towards other peak points.\
-infty, & textotherwise,
endcases
labeleq:eq:mylabel
endequation


This is the output I am getting.



enter image description here



I trtied various things, including adding \ after the of but it does not work.
Also adding linebreak in the same place does not force the move to a new line.







equations line-breaking






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 9 hours ago







tony9099

















asked 9 hours ago









tony9099tony9099

1225 bronze badges




1225 bronze badges















  • Please tell us which document class you employ.

    – Mico
    9 hours ago






  • 1





    @Mico I updated my question and inserted the name of the class used at the beginning of the question.

    – tony9099
    9 hours ago

















  • Please tell us which document class you employ.

    – Mico
    9 hours ago






  • 1





    @Mico I updated my question and inserted the name of the class used at the beginning of the question.

    – tony9099
    9 hours ago
















Please tell us which document class you employ.

– Mico
9 hours ago





Please tell us which document class you employ.

– Mico
9 hours ago




1




1





@Mico I updated my question and inserted the name of the class used at the beginning of the question.

– tony9099
9 hours ago





@Mico I updated my question and inserted the name of the class used at the beginning of the question.

– tony9099
9 hours ago










2 Answers
2






active

oldest

votes


















2
















The second column in cases is typeset in math mode and is typically a short condition; when text is involved, text can be used, but this doesn't split copy across lines.



You can do it with a parbox. On the other hand, the result is not pretty. I suggest using a shorthand that can be explained just below the equation.



documentclass[a4paper, 10pt, conference]IEEEconf
usepackageamsmath % for 'cases' environment

usepackagelipsum % just for the example

begindocument

lipsum[1][1-2]
beginequationlabeleq:mylabel
J_i(G)=
begincases
+infty, & parbox[t]0.5linewidth
if $i$ gives the very high return and has the slope
of the curve inward towards other peak points;
\
0, & parbox[t]0.5linewidth
if $i$ gives the very high return and has the slope
of the curve outward towards other peak points;
\
-infty, & textotherwise.
endcases
endequation
lipsum[1][3-4]
beginequationlabeleq:mylabel-new
J_i(G)=
begincases
+infty, & textinward case for $i$; \
0, & textoutward case for $i$; \
-infty, & textother cases for $i$.
endcases
endequation
In the above equation, `inward' and `outward' case refer to when $i$ gives the
very high return and has the slope of the curve inward or, respectively, outward
towards other peak point.

lipsum[2-10]

enddocument


The usage of lipsum is only to provide context to the formulas.



enter image description here






share|improve this answer
































    1
















    As you've (re)discovered, the cases environment doesn't automatically line-wrap long explanations. As a remedy, I suggest you encase the contents of the cases environment in a custom array environment which allows line-wrapping. Note that it's not necessary to employ text directives for the explanatory textual material.



    [For some reason, I can't upload a screenshot of the output that's produced by the following code. I will try again later, i.e., in a few hours.]



    A general comment: I think your readers would strongly benefit from you finding a more succinct way of stating the clauses "if $j$ gives the very high return and has the slope of the curve inward towards other peak points" and "if $j$ gives the very high return and has the slope of the curve outward towards other peak points", especially since these clauses differ in only one word: "inward" in the first clause and "outward" in the second.



    documentclass[a4paper, 10pt, conference]IEEEconf
    usepackageamsmath % for 'cases' environment

    usepackagearray % for 'newcolumntype' macro
    newcolumntypeP[1]>raggedrightarraybackslashp#1
    newenvironmentmyarray%
    beginarray@ l P0.5columnwidth @%
    %
    endarray

    begindocument
    beginequationlabeleq:eq:mylabel
    J_i(G)=
    begincases
    beginmyarray
    +infty, & if $j$ gives the very high return and has the slope of the curve inward towards other peak points; \
    0, & if $j$ gives the very high return and has the slope of the curve outward towards other peak points;\
    -infty, & otherwise.
    endmyarray
    endcases
    endequation
    enddocument





    share|improve this answer



























    • Thanks a lot for the detailed explanation and your time. Unfortunately, it does not seem to work and I get the following result. Somehow the array package does not compile and appears as text. ibb.co/0rL1Ncv

      – tony9099
      8 hours ago












    • @tony9099 - Which TeX distribution do you employ, and when was it last updated?

      – Mico
      8 hours ago











    • I am using Overleaf online editor.

      – tony9099
      8 hours ago











    • @tony9099 - Did you provide the instruction newcolumntypeP[1]>raggedrightarraybackslashp#1?

      – Mico
      8 hours ago











    • yes, I copied your code as is. It's weird if it's working at your end and not on Overleaf.

      – tony9099
      8 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',
    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/4.0/"u003ecc by-sa 4.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%2f507456%2ftext-is-continuing-wider-than-the-width-of-the-page-and-not-passing-to-new-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









    2
















    The second column in cases is typeset in math mode and is typically a short condition; when text is involved, text can be used, but this doesn't split copy across lines.



    You can do it with a parbox. On the other hand, the result is not pretty. I suggest using a shorthand that can be explained just below the equation.



    documentclass[a4paper, 10pt, conference]IEEEconf
    usepackageamsmath % for 'cases' environment

    usepackagelipsum % just for the example

    begindocument

    lipsum[1][1-2]
    beginequationlabeleq:mylabel
    J_i(G)=
    begincases
    +infty, & parbox[t]0.5linewidth
    if $i$ gives the very high return and has the slope
    of the curve inward towards other peak points;
    \
    0, & parbox[t]0.5linewidth
    if $i$ gives the very high return and has the slope
    of the curve outward towards other peak points;
    \
    -infty, & textotherwise.
    endcases
    endequation
    lipsum[1][3-4]
    beginequationlabeleq:mylabel-new
    J_i(G)=
    begincases
    +infty, & textinward case for $i$; \
    0, & textoutward case for $i$; \
    -infty, & textother cases for $i$.
    endcases
    endequation
    In the above equation, `inward' and `outward' case refer to when $i$ gives the
    very high return and has the slope of the curve inward or, respectively, outward
    towards other peak point.

    lipsum[2-10]

    enddocument


    The usage of lipsum is only to provide context to the formulas.



    enter image description here






    share|improve this answer





























      2
















      The second column in cases is typeset in math mode and is typically a short condition; when text is involved, text can be used, but this doesn't split copy across lines.



      You can do it with a parbox. On the other hand, the result is not pretty. I suggest using a shorthand that can be explained just below the equation.



      documentclass[a4paper, 10pt, conference]IEEEconf
      usepackageamsmath % for 'cases' environment

      usepackagelipsum % just for the example

      begindocument

      lipsum[1][1-2]
      beginequationlabeleq:mylabel
      J_i(G)=
      begincases
      +infty, & parbox[t]0.5linewidth
      if $i$ gives the very high return and has the slope
      of the curve inward towards other peak points;
      \
      0, & parbox[t]0.5linewidth
      if $i$ gives the very high return and has the slope
      of the curve outward towards other peak points;
      \
      -infty, & textotherwise.
      endcases
      endequation
      lipsum[1][3-4]
      beginequationlabeleq:mylabel-new
      J_i(G)=
      begincases
      +infty, & textinward case for $i$; \
      0, & textoutward case for $i$; \
      -infty, & textother cases for $i$.
      endcases
      endequation
      In the above equation, `inward' and `outward' case refer to when $i$ gives the
      very high return and has the slope of the curve inward or, respectively, outward
      towards other peak point.

      lipsum[2-10]

      enddocument


      The usage of lipsum is only to provide context to the formulas.



      enter image description here






      share|improve this answer



























        2














        2










        2









        The second column in cases is typeset in math mode and is typically a short condition; when text is involved, text can be used, but this doesn't split copy across lines.



        You can do it with a parbox. On the other hand, the result is not pretty. I suggest using a shorthand that can be explained just below the equation.



        documentclass[a4paper, 10pt, conference]IEEEconf
        usepackageamsmath % for 'cases' environment

        usepackagelipsum % just for the example

        begindocument

        lipsum[1][1-2]
        beginequationlabeleq:mylabel
        J_i(G)=
        begincases
        +infty, & parbox[t]0.5linewidth
        if $i$ gives the very high return and has the slope
        of the curve inward towards other peak points;
        \
        0, & parbox[t]0.5linewidth
        if $i$ gives the very high return and has the slope
        of the curve outward towards other peak points;
        \
        -infty, & textotherwise.
        endcases
        endequation
        lipsum[1][3-4]
        beginequationlabeleq:mylabel-new
        J_i(G)=
        begincases
        +infty, & textinward case for $i$; \
        0, & textoutward case for $i$; \
        -infty, & textother cases for $i$.
        endcases
        endequation
        In the above equation, `inward' and `outward' case refer to when $i$ gives the
        very high return and has the slope of the curve inward or, respectively, outward
        towards other peak point.

        lipsum[2-10]

        enddocument


        The usage of lipsum is only to provide context to the formulas.



        enter image description here






        share|improve this answer













        The second column in cases is typeset in math mode and is typically a short condition; when text is involved, text can be used, but this doesn't split copy across lines.



        You can do it with a parbox. On the other hand, the result is not pretty. I suggest using a shorthand that can be explained just below the equation.



        documentclass[a4paper, 10pt, conference]IEEEconf
        usepackageamsmath % for 'cases' environment

        usepackagelipsum % just for the example

        begindocument

        lipsum[1][1-2]
        beginequationlabeleq:mylabel
        J_i(G)=
        begincases
        +infty, & parbox[t]0.5linewidth
        if $i$ gives the very high return and has the slope
        of the curve inward towards other peak points;
        \
        0, & parbox[t]0.5linewidth
        if $i$ gives the very high return and has the slope
        of the curve outward towards other peak points;
        \
        -infty, & textotherwise.
        endcases
        endequation
        lipsum[1][3-4]
        beginequationlabeleq:mylabel-new
        J_i(G)=
        begincases
        +infty, & textinward case for $i$; \
        0, & textoutward case for $i$; \
        -infty, & textother cases for $i$.
        endcases
        endequation
        In the above equation, `inward' and `outward' case refer to when $i$ gives the
        very high return and has the slope of the curve inward or, respectively, outward
        towards other peak point.

        lipsum[2-10]

        enddocument


        The usage of lipsum is only to provide context to the formulas.



        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 8 hours ago









        egregegreg

        767k91 gold badges2002 silver badges3357 bronze badges




        767k91 gold badges2002 silver badges3357 bronze badges


























            1
















            As you've (re)discovered, the cases environment doesn't automatically line-wrap long explanations. As a remedy, I suggest you encase the contents of the cases environment in a custom array environment which allows line-wrapping. Note that it's not necessary to employ text directives for the explanatory textual material.



            [For some reason, I can't upload a screenshot of the output that's produced by the following code. I will try again later, i.e., in a few hours.]



            A general comment: I think your readers would strongly benefit from you finding a more succinct way of stating the clauses "if $j$ gives the very high return and has the slope of the curve inward towards other peak points" and "if $j$ gives the very high return and has the slope of the curve outward towards other peak points", especially since these clauses differ in only one word: "inward" in the first clause and "outward" in the second.



            documentclass[a4paper, 10pt, conference]IEEEconf
            usepackageamsmath % for 'cases' environment

            usepackagearray % for 'newcolumntype' macro
            newcolumntypeP[1]>raggedrightarraybackslashp#1
            newenvironmentmyarray%
            beginarray@ l P0.5columnwidth @%
            %
            endarray

            begindocument
            beginequationlabeleq:eq:mylabel
            J_i(G)=
            begincases
            beginmyarray
            +infty, & if $j$ gives the very high return and has the slope of the curve inward towards other peak points; \
            0, & if $j$ gives the very high return and has the slope of the curve outward towards other peak points;\
            -infty, & otherwise.
            endmyarray
            endcases
            endequation
            enddocument





            share|improve this answer



























            • Thanks a lot for the detailed explanation and your time. Unfortunately, it does not seem to work and I get the following result. Somehow the array package does not compile and appears as text. ibb.co/0rL1Ncv

              – tony9099
              8 hours ago












            • @tony9099 - Which TeX distribution do you employ, and when was it last updated?

              – Mico
              8 hours ago











            • I am using Overleaf online editor.

              – tony9099
              8 hours ago











            • @tony9099 - Did you provide the instruction newcolumntypeP[1]>raggedrightarraybackslashp#1?

              – Mico
              8 hours ago











            • yes, I copied your code as is. It's weird if it's working at your end and not on Overleaf.

              – tony9099
              8 hours ago
















            1
















            As you've (re)discovered, the cases environment doesn't automatically line-wrap long explanations. As a remedy, I suggest you encase the contents of the cases environment in a custom array environment which allows line-wrapping. Note that it's not necessary to employ text directives for the explanatory textual material.



            [For some reason, I can't upload a screenshot of the output that's produced by the following code. I will try again later, i.e., in a few hours.]



            A general comment: I think your readers would strongly benefit from you finding a more succinct way of stating the clauses "if $j$ gives the very high return and has the slope of the curve inward towards other peak points" and "if $j$ gives the very high return and has the slope of the curve outward towards other peak points", especially since these clauses differ in only one word: "inward" in the first clause and "outward" in the second.



            documentclass[a4paper, 10pt, conference]IEEEconf
            usepackageamsmath % for 'cases' environment

            usepackagearray % for 'newcolumntype' macro
            newcolumntypeP[1]>raggedrightarraybackslashp#1
            newenvironmentmyarray%
            beginarray@ l P0.5columnwidth @%
            %
            endarray

            begindocument
            beginequationlabeleq:eq:mylabel
            J_i(G)=
            begincases
            beginmyarray
            +infty, & if $j$ gives the very high return and has the slope of the curve inward towards other peak points; \
            0, & if $j$ gives the very high return and has the slope of the curve outward towards other peak points;\
            -infty, & otherwise.
            endmyarray
            endcases
            endequation
            enddocument





            share|improve this answer



























            • Thanks a lot for the detailed explanation and your time. Unfortunately, it does not seem to work and I get the following result. Somehow the array package does not compile and appears as text. ibb.co/0rL1Ncv

              – tony9099
              8 hours ago












            • @tony9099 - Which TeX distribution do you employ, and when was it last updated?

              – Mico
              8 hours ago











            • I am using Overleaf online editor.

              – tony9099
              8 hours ago











            • @tony9099 - Did you provide the instruction newcolumntypeP[1]>raggedrightarraybackslashp#1?

              – Mico
              8 hours ago











            • yes, I copied your code as is. It's weird if it's working at your end and not on Overleaf.

              – tony9099
              8 hours ago














            1














            1










            1









            As you've (re)discovered, the cases environment doesn't automatically line-wrap long explanations. As a remedy, I suggest you encase the contents of the cases environment in a custom array environment which allows line-wrapping. Note that it's not necessary to employ text directives for the explanatory textual material.



            [For some reason, I can't upload a screenshot of the output that's produced by the following code. I will try again later, i.e., in a few hours.]



            A general comment: I think your readers would strongly benefit from you finding a more succinct way of stating the clauses "if $j$ gives the very high return and has the slope of the curve inward towards other peak points" and "if $j$ gives the very high return and has the slope of the curve outward towards other peak points", especially since these clauses differ in only one word: "inward" in the first clause and "outward" in the second.



            documentclass[a4paper, 10pt, conference]IEEEconf
            usepackageamsmath % for 'cases' environment

            usepackagearray % for 'newcolumntype' macro
            newcolumntypeP[1]>raggedrightarraybackslashp#1
            newenvironmentmyarray%
            beginarray@ l P0.5columnwidth @%
            %
            endarray

            begindocument
            beginequationlabeleq:eq:mylabel
            J_i(G)=
            begincases
            beginmyarray
            +infty, & if $j$ gives the very high return and has the slope of the curve inward towards other peak points; \
            0, & if $j$ gives the very high return and has the slope of the curve outward towards other peak points;\
            -infty, & otherwise.
            endmyarray
            endcases
            endequation
            enddocument





            share|improve this answer















            As you've (re)discovered, the cases environment doesn't automatically line-wrap long explanations. As a remedy, I suggest you encase the contents of the cases environment in a custom array environment which allows line-wrapping. Note that it's not necessary to employ text directives for the explanatory textual material.



            [For some reason, I can't upload a screenshot of the output that's produced by the following code. I will try again later, i.e., in a few hours.]



            A general comment: I think your readers would strongly benefit from you finding a more succinct way of stating the clauses "if $j$ gives the very high return and has the slope of the curve inward towards other peak points" and "if $j$ gives the very high return and has the slope of the curve outward towards other peak points", especially since these clauses differ in only one word: "inward" in the first clause and "outward" in the second.



            documentclass[a4paper, 10pt, conference]IEEEconf
            usepackageamsmath % for 'cases' environment

            usepackagearray % for 'newcolumntype' macro
            newcolumntypeP[1]>raggedrightarraybackslashp#1
            newenvironmentmyarray%
            beginarray@ l P0.5columnwidth @%
            %
            endarray

            begindocument
            beginequationlabeleq:eq:mylabel
            J_i(G)=
            begincases
            beginmyarray
            +infty, & if $j$ gives the very high return and has the slope of the curve inward towards other peak points; \
            0, & if $j$ gives the very high return and has the slope of the curve outward towards other peak points;\
            -infty, & otherwise.
            endmyarray
            endcases
            endequation
            enddocument






            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 9 hours ago

























            answered 9 hours ago









            MicoMico

            304k33 gold badges419 silver badges828 bronze badges




            304k33 gold badges419 silver badges828 bronze badges















            • Thanks a lot for the detailed explanation and your time. Unfortunately, it does not seem to work and I get the following result. Somehow the array package does not compile and appears as text. ibb.co/0rL1Ncv

              – tony9099
              8 hours ago












            • @tony9099 - Which TeX distribution do you employ, and when was it last updated?

              – Mico
              8 hours ago











            • I am using Overleaf online editor.

              – tony9099
              8 hours ago











            • @tony9099 - Did you provide the instruction newcolumntypeP[1]>raggedrightarraybackslashp#1?

              – Mico
              8 hours ago











            • yes, I copied your code as is. It's weird if it's working at your end and not on Overleaf.

              – tony9099
              8 hours ago


















            • Thanks a lot for the detailed explanation and your time. Unfortunately, it does not seem to work and I get the following result. Somehow the array package does not compile and appears as text. ibb.co/0rL1Ncv

              – tony9099
              8 hours ago












            • @tony9099 - Which TeX distribution do you employ, and when was it last updated?

              – Mico
              8 hours ago











            • I am using Overleaf online editor.

              – tony9099
              8 hours ago











            • @tony9099 - Did you provide the instruction newcolumntypeP[1]>raggedrightarraybackslashp#1?

              – Mico
              8 hours ago











            • yes, I copied your code as is. It's weird if it's working at your end and not on Overleaf.

              – tony9099
              8 hours ago

















            Thanks a lot for the detailed explanation and your time. Unfortunately, it does not seem to work and I get the following result. Somehow the array package does not compile and appears as text. ibb.co/0rL1Ncv

            – tony9099
            8 hours ago






            Thanks a lot for the detailed explanation and your time. Unfortunately, it does not seem to work and I get the following result. Somehow the array package does not compile and appears as text. ibb.co/0rL1Ncv

            – tony9099
            8 hours ago














            @tony9099 - Which TeX distribution do you employ, and when was it last updated?

            – Mico
            8 hours ago





            @tony9099 - Which TeX distribution do you employ, and when was it last updated?

            – Mico
            8 hours ago













            I am using Overleaf online editor.

            – tony9099
            8 hours ago





            I am using Overleaf online editor.

            – tony9099
            8 hours ago













            @tony9099 - Did you provide the instruction newcolumntypeP[1]>raggedrightarraybackslashp#1?

            – Mico
            8 hours ago





            @tony9099 - Did you provide the instruction newcolumntypeP[1]>raggedrightarraybackslashp#1?

            – Mico
            8 hours ago













            yes, I copied your code as is. It's weird if it's working at your end and not on Overleaf.

            – tony9099
            8 hours ago






            yes, I copied your code as is. It's weird if it's working at your end and not on Overleaf.

            – tony9099
            8 hours ago



















            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%2f507456%2ftext-is-continuing-wider-than-the-width-of-the-page-and-not-passing-to-new-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

            Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

            Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

            François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480