Problem with Big Curly Brackets in Overleaf












1















I am trying to make open a big curly bracket with 3 rows and 2 columns in it. This will be used in a Conference Paper that has 2 columns per page, so logically the wideness of each column is relatively small, so the second column in my bracket should continue on the next line. However, with the following code it is continuting to bypass to the other column of the Paper and overlapping with the text there and in case the latex is on the second column of the paper, the rest of teh text just disappears instead of continuing on a new line like the below picture:
image with problem



What I really want is like this:



desired image



My code is as follows and all the methods to linebreak do not work and break the text even more.



[ 
left {
begin{tabular}{cc}
(Val1 thinspace thinspace) & This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all\
(Val2 thinspace thinspace) & Otherwise \
(Val3 thinspace thinspace) & Otherwise \
end{tabular}
]


I am using https://www.overleaf.com/










share|improve this question























  • Please tell us which document class you employ.

    – Mico
    Mar 16 at 12:45
















1















I am trying to make open a big curly bracket with 3 rows and 2 columns in it. This will be used in a Conference Paper that has 2 columns per page, so logically the wideness of each column is relatively small, so the second column in my bracket should continue on the next line. However, with the following code it is continuting to bypass to the other column of the Paper and overlapping with the text there and in case the latex is on the second column of the paper, the rest of teh text just disappears instead of continuing on a new line like the below picture:
image with problem



What I really want is like this:



desired image



My code is as follows and all the methods to linebreak do not work and break the text even more.



[ 
left {
begin{tabular}{cc}
(Val1 thinspace thinspace) & This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all\
(Val2 thinspace thinspace) & Otherwise \
(Val3 thinspace thinspace) & Otherwise \
end{tabular}
]


I am using https://www.overleaf.com/










share|improve this question























  • Please tell us which document class you employ.

    – Mico
    Mar 16 at 12:45














1












1








1


0






I am trying to make open a big curly bracket with 3 rows and 2 columns in it. This will be used in a Conference Paper that has 2 columns per page, so logically the wideness of each column is relatively small, so the second column in my bracket should continue on the next line. However, with the following code it is continuting to bypass to the other column of the Paper and overlapping with the text there and in case the latex is on the second column of the paper, the rest of teh text just disappears instead of continuing on a new line like the below picture:
image with problem



What I really want is like this:



desired image



My code is as follows and all the methods to linebreak do not work and break the text even more.



[ 
left {
begin{tabular}{cc}
(Val1 thinspace thinspace) & This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all\
(Val2 thinspace thinspace) & Otherwise \
(Val3 thinspace thinspace) & Otherwise \
end{tabular}
]


I am using https://www.overleaf.com/










share|improve this question














I am trying to make open a big curly bracket with 3 rows and 2 columns in it. This will be used in a Conference Paper that has 2 columns per page, so logically the wideness of each column is relatively small, so the second column in my bracket should continue on the next line. However, with the following code it is continuting to bypass to the other column of the Paper and overlapping with the text there and in case the latex is on the second column of the paper, the rest of teh text just disappears instead of continuing on a new line like the below picture:
image with problem



What I really want is like this:



desired image



My code is as follows and all the methods to linebreak do not work and break the text even more.



[ 
left {
begin{tabular}{cc}
(Val1 thinspace thinspace) & This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all\
(Val2 thinspace thinspace) & Otherwise \
(Val3 thinspace thinspace) & Otherwise \
end{tabular}
]


I am using https://www.overleaf.com/







spacing line-breaking brackets overleaf






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 16 at 11:37









tony9099tony9099

1084




1084













  • Please tell us which document class you employ.

    – Mico
    Mar 16 at 12:45



















  • Please tell us which document class you employ.

    – Mico
    Mar 16 at 12:45

















Please tell us which document class you employ.

– Mico
Mar 16 at 12:45





Please tell us which document class you employ.

– Mico
Mar 16 at 12:45










1 Answer
1






active

oldest

votes


















4














An answer with the usage of your code but with cases of amsmath package as @JouleV suggested:



documentclass{article}

usepackage{amsmath}
begin{document}

[
left {
begin{tabular}{cp{9cm}}
(Val1 thinspace thinspace) & This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all\
(Val2 thinspace thinspace) & Otherwise \
(Val3 thinspace thinspace) & Otherwise \
end{tabular}right.
]

[
begin{cases}
Val1 & parbox[t]{9cm}{This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all}\
Val2 & text{Otherwise} \
Val3 & text{Otherwise} \
end{cases}
]
end{document}


enter image description here






share|improve this answer



















  • 1





    Works like a charm !

    – tony9099
    Mar 16 at 12:47











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%2f479772%2fproblem-with-big-curly-brackets-in-overleaf%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









4














An answer with the usage of your code but with cases of amsmath package as @JouleV suggested:



documentclass{article}

usepackage{amsmath}
begin{document}

[
left {
begin{tabular}{cp{9cm}}
(Val1 thinspace thinspace) & This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all\
(Val2 thinspace thinspace) & Otherwise \
(Val3 thinspace thinspace) & Otherwise \
end{tabular}right.
]

[
begin{cases}
Val1 & parbox[t]{9cm}{This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all}\
Val2 & text{Otherwise} \
Val3 & text{Otherwise} \
end{cases}
]
end{document}


enter image description here






share|improve this answer



















  • 1





    Works like a charm !

    – tony9099
    Mar 16 at 12:47
















4














An answer with the usage of your code but with cases of amsmath package as @JouleV suggested:



documentclass{article}

usepackage{amsmath}
begin{document}

[
left {
begin{tabular}{cp{9cm}}
(Val1 thinspace thinspace) & This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all\
(Val2 thinspace thinspace) & Otherwise \
(Val3 thinspace thinspace) & Otherwise \
end{tabular}right.
]

[
begin{cases}
Val1 & parbox[t]{9cm}{This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all}\
Val2 & text{Otherwise} \
Val3 & text{Otherwise} \
end{cases}
]
end{document}


enter image description here






share|improve this answer



















  • 1





    Works like a charm !

    – tony9099
    Mar 16 at 12:47














4












4








4







An answer with the usage of your code but with cases of amsmath package as @JouleV suggested:



documentclass{article}

usepackage{amsmath}
begin{document}

[
left {
begin{tabular}{cp{9cm}}
(Val1 thinspace thinspace) & This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all\
(Val2 thinspace thinspace) & Otherwise \
(Val3 thinspace thinspace) & Otherwise \
end{tabular}right.
]

[
begin{cases}
Val1 & parbox[t]{9cm}{This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all}\
Val2 & text{Otherwise} \
Val3 & text{Otherwise} \
end{cases}
]
end{document}


enter image description here






share|improve this answer













An answer with the usage of your code but with cases of amsmath package as @JouleV suggested:



documentclass{article}

usepackage{amsmath}
begin{document}

[
left {
begin{tabular}{cp{9cm}}
(Val1 thinspace thinspace) & This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all\
(Val2 thinspace thinspace) & Otherwise \
(Val3 thinspace thinspace) & Otherwise \
end{tabular}right.
]

[
begin{cases}
Val1 & parbox[t]{9cm}{This is the start of my long line that I want to see its continuation on the second line but it goes out of range of the page and does not appear at all}\
Val2 & text{Otherwise} \
Val3 & text{Otherwise} \
end{cases}
]
end{document}


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 16 at 12:07









koleygrkoleygr

13.2k11038




13.2k11038








  • 1





    Works like a charm !

    – tony9099
    Mar 16 at 12:47














  • 1





    Works like a charm !

    – tony9099
    Mar 16 at 12:47








1




1





Works like a charm !

– tony9099
Mar 16 at 12:47





Works like a charm !

– tony9099
Mar 16 at 12:47


















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%2f479772%2fproblem-with-big-curly-brackets-in-overleaf%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

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?